Zola site for unobtanium documentation, currently WIP https://doc.unobtanium.rocks
  • HTML 64.5%
  • CSS 29.6%
  • JavaScript 5.9%
Find a file
2026-06-27 14:00:46 +02:00
content Mention that the token score is an addition 2026-06-27 14:00:46 +02:00
LICENSES Initialization megacommit 2024-10-28 21:50:04 +01:00
meta Improve font choice 2025-01-06 16:20:21 +01:00
static/assets Declutter sidebar by removing link underlines 2026-05-30 19:39:19 +02:00
templates Point links at new schema documentation 2026-06-20 20:24:13 +02:00
.gitignore Fixed typo in .gitignore name 2024-10-31 00:27:10 +01:00
config.toml Migrate to Zola 0.22 2026-02-01 01:12:28 +01:00
README.md Hide disambiguation page by default as it should only show up for old links 2025-11-28 22:24:50 +01:00

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.