Skip to content

Editing Pages

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

Editing Events

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 automaticallymagically 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.

Editing News

The most fife recent news will show up on the front page. All news will show up on both the news index page and the news archive.

Before adding a new news post, read the source of the news_post template carefully.

To add a new news post, copy the news_post template into the _posts folder, rename it to be a .md file while complying with the news post naming convention and fill it with your content accordingly. It will automaticallymagically show up on the site's front page.

Editing Projects

Project pages, those which show up on the projects index page under all topics they belong to, reside in the _projects folder.

There is a speciality with project pages, as they will be used by an automated script to generate the LaTeX sources for the annual JLESC report. The curious can read more about the LaTeX Report Generator.

Before adding a new project, read the source of the project_page template carefully.

Adding a new project starts with two steps:

  1. Copy the project_page template to the _project folder and rename it according to the scheme describe in the template's "Hwo To Use This Template"-comment.

  2. Copy the accompanying BibTeX file for the project's external references to the _bibliography/externals folder and name it exactly as the project file. But with the file extension .bib instead of .md.

No follow the instructions in both the project file and the corresponding BibTeX file closely.

Follow them both to the very end of the files!

Editing Software

Software pages, those which show up on the software index page, reside in the _software folder.

Before adding a new software, read the source of the software_page template carefully.

To add a new software, copy the software_page template into the _software folder, rename it to be a .md file and fill it with your content accordingly. It will automaticallymagically show up on the software index page.

Clone this wiki locally