Skip to content

Editing Pages

Torbjörn Klatt edited this page Feb 18, 2016 · 14 revisions

News Post

Copy the news post template into the _posts folder, rename it to be a .md file while complying with the naming convention and fill in its content appropriately.

Within the content of the news post, you can use one separator <!--more--> to indicate the end of the teaser. Usually, the teaser is the first paragraph and should end with this separator. On the news index page only the teaser will be shown and the whole news post if no separator has been used.


Software Page

Software pages, those which show up in jlesc.github.io/software/, reside in the _software folder. To add a new software, copy the software template into this folder, rename it to be a .md file and fill it with your content accordingly. It will automatically/-magically show up on the software index page.

The developers YAML field is a list of developers, which will show up in the sidebar. Each developer has a name, email and optional boolean flag to indicate, whether he or she is a lead developer of that software.


Event Page

The events are split up into two groups: upcoming and past.

Creating a New Event (past or upcoming)

To add a new event (upcoming or past), copy the appropriate template (event past template or event past template) into the corresponding folder (_events_past or _events_upcoming), rename it to be a .md file while complying with the naming convention and fill it with your content accordingly. It will automatically/-magically show up on the events index page.

Moving an Event from upcoming to past

Just move the .md file from _events_upcoming to _events_past and change the subnavbar YAML field in it from Upcoming to Past.
That's it.


Project Page

Project pages, those which show up in jlesc.github.io/projects/, reside in the _projects folder. To add a new project, copy the project template into this folder, rename to be a .md file and fill it with your content accordingly. It will automatically/-magically show up on the projects index page.

Clone this wiki locally