Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acm-uiuc/icpc-website
Website for UIUC ACM-ICPC Team.
https://github.com/acm-uiuc/icpc-website
Last synced: about 18 hours ago
JSON representation
Website for UIUC ACM-ICPC Team.
- Host: GitHub
- URL: https://github.com/acm-uiuc/icpc-website
- Owner: acm-uiuc
- Created: 2014-05-21T22:29:16.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-10-06T19:30:52.000Z (about 3 years ago)
- Last Synced: 2024-04-09T11:30:29.171Z (7 months ago)
- Language: C++
- Homepage: icpc.cs.illinois.edu
- Size: 66 MB
- Stars: 2
- Watchers: 25
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACM-ICPC Website
This is the website repository for the ICPC team at UIUC.## Quick Start
$ git clone https://github.com/acm-uiuc/icpc-website.git
$ cd icpc-website
$ jekyll serve --watch
$ open http://localhost:4000/## Page Updates
Update meeting summaries in the _post file.
- File name format "YYYY-MM-DD-Meeting-Title"
- Include this segment at the top
---
layout: post
category: practices
time: 1:00 PM
description: Summary of Meeting
---
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## Adding Links
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
Other resources can be found in [here](https://docs.google.com/presentation/d/1S6Cn7opfmwvdXv_hj0epf-f2VVPMVOSjQPr48xtk6Oc/edit#slide=id.g334dc67db_00).