Adding wiki entries
Adding new sections
To add a new section of wiki entries, add a new folder
---
title: <Topic name>
---
to the top of the file. This will create a new section in the wiki with the title
Adding a new entry
To add a wiki entry, drop a markdown file into content/wiki/
---
title: <Content title>
---
To the top of the file. Now you can fill the markdown file with content.
Using figures
If you are referencing figures in your markdown file, add a folder
<img src="/wiki/<content-title>/<figure-x>"
alt="<figure x> not displayed correctly"
style="width: 100%; height: auto;">
Adding external links
Add a file
---
title: <Content title>
external_url: "<url>"
---
.