๐ Static pages with HackCU documentation
Needs: Ruby
git clone https://github.com/hackcu/pages && cd pages
gem install jekyll && gem install jemoji
bundle exec jekyll serve --watch
- 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.
- 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
---
Please read our Code of Conduct, then follow these guidelines