Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 693 Bytes

File metadata and controls

21 lines (13 loc) · 693 Bytes

monashicpc.github.io

Common commands:

  • bundle install: install packages
  • bundle update: update packages
  • bundle exec jekyll serve: run server

Types of layout

  • post: usually for contests editorial, can be accessed via Archives tab.

    • e.g. _posts/2020-04-25-mcpc2020.md
  • pages: post information about training, can only be accessed via home page when set sticky: true; and set sticky: false when the page is expired.

    • e.g. pages/mcpc-2020.md
  • wiki: in page layout, but can be accessed via the Wiki tab.

  • mcpc-archives: scoreboard of past MCPC contests, you need to download the scoreboard page and save to this folder.

  • nav: pages for navigation tabs.