Skip to content

Liu-524/icpc-website

 
 

Repository files navigation

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.

About

Website for UIUC ACM-ICPC Team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 40.6%
  • Java 27.4%
  • HTML 17.8%
  • CSS 8.0%
  • TeX 4.4%
  • Python 1.8%