- Install
bundler
andjekyll
:gem install bundler jekyll
- Serve the website:
bundle exec jekyll serve
- Create a new file named
new_page.md
ornew_page.html
in the root directory - Copy the header of another page file into your
new_page
file and adjust it - Optionally add a link to your page to
_data/navigation.yml
or_data/footerlinks.yml
- Create a new
.md
file in the_about/
directory - Give it a similar header to the other files in the
_about/
directory
- Create a new
.md
file in the_faq/
directory - Give it a similar header to the other files in the
_faq/
directory
- Create a new
.md
file in the_juries/
directory - Give it a similar header to the other files in the
_juries/
directory
Check the Jekyll SEO plugins usage and advanced usage documenation.
If the plugin does not support the tags you need, feel free to add them "manuelly" to the _layouts/base.html
file.
Jekyll uses the SASS CSS preprocessor. Our .scss
styles file is located under _sass/
.