You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
the _includes folder: This defines HTML elements that can be embedded in the markdown pages
the _pages folder: Here we insert the text in markdown format and embed _data and _includes