Skip to content

HackCU/pages

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2018
Dec 8, 2017
Mar 3, 2022
Nov 1, 2019
Mar 5, 2022
Feb 25, 2020
Mar 5, 2022
Feb 21, 2020
Nov 14, 2018
Feb 3, 2022
Feb 5, 2022
Feb 5, 2022
Feb 1, 2018
Feb 16, 2022
Feb 14, 2018
Mar 1, 2022
Feb 25, 2020
Feb 25, 2020
Mar 5, 2022

Repository files navigation


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