📄 Static guides with HackUPC documentation
Needs: Ruby
First of all, let's copy the project!
git clone https://github.com/hackupc/guides && cd guides
gem install jekyll && gem install jemoji
jekyll serve --watch
docker build -t jekyll .
docker run -v $(pwd):/site -p 4000:4000 jekyll
- 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 HackUPC 2018
---
Please read our Code of Conduct, then follow these guidelines