Skip to content
Philipp S. Sommer edited this page May 29, 2020 · 2 revisions

Welcome to the SORSE20 wiki!

This wiki serves the purpose to document how to deal with Jekyll and this site. Missing something? Just ask in the slack channel and ideally insert the solution in this wiki!

This webpage is based on the minimal mistakes theme. We strongly recommend that you have a look into the documentation of the theme to learn about the elements that you can use. You should always look, if there isn't already a nice style option implemented before you define your own thing.

If you want to learn, what the different folders represent, have a look into the Jekyll docs. The most important ones are

  1. the _data folder: Here we define the data elements, e.g. committee members, etc. The data defined here may be used in the _includes templates or in the _pages sites
  2. the _includes folder: This defines HTML elements that can be embedded in the markdown pages
  3. the _pages folder: Here we insert the text in markdown format and embed _data and _includes
Clone this wiki locally