📄 Static pages with HackCU documentation
Run project
Needs: Ruby
Local
git clone https://github.com/hackcu/pages && cd pagesgem install jekyll && gem install jemojibundle exec jekyll serve --watch
Deploy
- Push changes to master
- 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
- Add Markdown or HTML file under directory
_pages - 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
