Write new Content

Before writing something new

Before you start writing something new please create a Github issue so we can talk about it. Moslty to make sure someone is not already working on the same thing.

Writing new content

There are a number of things you need to be aware of when writing new content. We use markdown files and Hugo to generate this documentation. The CSS classes available are in Bootstrap 4.5. A list of commonly used Hugo shortcode can be found in its dedicated page

Debug Mode

If you add debug=true as params of your Hugo site, you should see every shortcode outlined on your website like so:

myshortcode

This is a shortcode being used

Comments