- Install
bundler
andjekyll
:gem install bundler jekyll
- Serve the website:
bundle exec jekyll serve
This website is deployed via Github Pages directly from the master
branch.
You may tweak the following SEO tags for each page. Not set tags will default to the ones defined in _config.yml
.
title
: The title of the pagedescription
: A short description of the page's contentimage
: URL to an image associated with the pageauthor
: Page-specific author informationlang
: Page-specific language information
Our SEO tags are managed by the jekyll-seo-tag
plugin. Check out their Github Repo to lear more about config options and advanced usage.
- Categories are located in
_cats/
- Categories marked with
draft: false
are rendered bycategories.html
- Prefix catergories with a number to order them. (thats for simplicity).
- Jury members are located in
_jury/
- Jury members marked with
draft: false
are rendered byjury.html
- Prefix jury members with a number to order them. (thats for simplicity).