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
Archivestab.- e.g.
_posts/2020-04-25-mcpc2020.md
- e.g.
-
pages: post information about training, can only be accessed via home page when set
sticky: true; and setsticky: falsewhen the page is expired.- e.g.
pages/mcpc-2020.md
- e.g.
-
wiki: inpagelayout, but can be accessed via theWikitab. -
mcpc-archives: scoreboard of past MCPC contests, you need to download the scoreboard page and save to this folder. -
nav: pages for navigation tabs.