This is the website repository for the ICPC team at UIUC.
$ git clone https://github.com/acm-uiuc/icpc-website.git
$ cd icpc-website
$ jekyll serve --watch
$ open http://localhost:4000/
Update meeting summaries in the _post file.
- File name format "YYYY-MM-DD-Meeting-Title"
- Include this segment at the top
Category can be either practices or announcement depending on the post type.
layout is always post
time can be anytime (please just make it reasonable)
description will be the small message under post on front page
If you get a 404 after adding a link to the website, try this
$ git commit --allow-empty -m "Trigger rebuild"
$ git push
Other resources can be found in here.