-
Notifications
You must be signed in to change notification settings - Fork 120
Editing Pages
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 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.
The events are split up into two groups: upcoming and past.
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.
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 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.
Please, by all means, notify us when anything is unclear in this wiki or the in-source documentation!