-
Notifications
You must be signed in to change notification settings - Fork 115
Conventions
All files containing text must be saved with UTF-8 encoding!
Please, make sure this is the case whenever you edit and save a file.
All content files (those, which are of type text/plain
and have one of the following extensions: .md
, .html
, .bib
) have a YAML front matter enclosed in two lines of three dashes.
This header provides all the basic meta information for the specific content, such as Title, Author, Creation Date, Date of Last Update, Rendering Template, etc.
The actual Markdown-formatted content follows after the header.
Jekyll and its plugins we are using expect certain conventions with respect to filenames, file content and file formats.
This is just an overview of the most significant points. More details can be found in Basic Editing Knowledge and Editing Pages.
The file name must start with a date of the form YYYY-MM-DD
followed by the title in lowercase and simple dashes as word separation.
The following are valid file names:
2013-02-21-awesome-news.md
2014-05-26-3rd-workshop.md
And these are invalid file names:
07-2-1_tried-but failed.md
2014-05-26_3rd-workshop.md
Please, use the date of creation for news posts.
Same rules apply as with news posts with the exception to use the event's start date as the date for its file name.
Please, by all means, notify us when anything is unclear in this wiki or the in-source documentation!