title | date | eventdate | eoldate | category | posttype | location | presenter | website | titlelink |
---|---|---|---|---|---|---|---|---|---|
example |
0001-01-01 |
0001-01-01 |
0001-01-01 |
events |
news-and-events |
University College London |
For easy naming convention name the news files should be saved yyyy-mm-dd-title.md
title: Title is the metadata tag that is used to give the name of the post on the website
date: Date is the metadata tag that is used by jekyll to know if it should post the post to the website or not
eventdate: Eventdate is the metadata tag that is used to give the date of the event on the website, this means that the date for the event and the date the event is posted to the website can be different
eoldate: the date for it be removed from the index page, default date is a year after posting
category: declares whether it shows up on the news and events when toggled as well as what content is shown.
posttype: declares the type of the post to where they will be seen on the website
location: Location is the metadata tag that is used to give the place that the event will take place at on the website
presenter: Presenter is the metadata tag that is used to give the person giving the event on the website
website: Website is the metadata tag that is used to give the link of the website to find out more information about the event
titlelink: TitleLink is the link to the organisation that is organising the event
The only metadata tags that are required for an event are title, date and category all other ones present are found using if tags in the events page.