Zola site for unobtanium documentation, currently WIP
https://doc.unobtanium.rocks
- HTML 64.5%
- CSS 29.6%
- JavaScript 5.9%
| content | ||
| LICENSES | ||
| meta | ||
| static/assets | ||
| templates | ||
| .gitignore | ||
| config.toml | ||
| README.md | ||
Unobtanium Documentation Source
This repository contains the Unobtanium documentation source code. If you want to contribute you are in the right place.
The documentation is licensed under CC-BY-SA 4.0 International.
To build the documentation you need the Zola static site generator.
Available shortcodes
This sections explains the shortcodes available.
dl
The dl shortcode is used to create definition lists.
It takes the following argiments:
compact:- When set the automatic style choice is overridden, wheter the compact representation or the more traditional one should be used.
{% dl() %}
Inside here
: One can write definition lists like elsewhere
Even with
: multiple
: definitions
{% end %}
Available extra values
hidden- on pages this value hides the page from index and search engines. This is to make sure old URLs don't break while replacing them with new content elsewhere.
Licence
The Content and site design + templates itself are licensed under the Creative Commons Attribution-ShareAlike 4.0 International.
The embedded Font "JetBrains Mono" is licensed under the Apache 2.0 license.