Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1012 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 1012 Bytes

HackCU VI


📄 Static pages with HackCU documentation

Run project

Needs: Ruby

Local

  1. git clone https://github.com/hackcu/pages && cd pages
  2. gem install jekyll && gem install jemoji
  3. bundle exec jekyll serve --watch

Deploy

  1. Push changes to master
  2. There's no 2

Deployment is done automatically by GitHub pages. You don't need to do anything else than pushing to master.

Development

Add new page

  1. Add Markdown or HTML file under directory _pages
  2. Start with the following snippet (edit title and description at your will)
---
layout: base
title: Hacker Guide
description: This is a hacker guide for HackCU IV edition
---

Want to contribute?

Please read our Code of Conduct, then follow these guidelines