docs/content/themes/albatros/index.md
+++ title = "Albatros" description = "A feature rich theme originally made for Duniter website." template = "theme.html" date = 2026-03-07T23:59:13+01:00
[taxonomies] theme-tags = []
[extra] created = 2026-03-07T23:59:13+01:00 updated = 2026-03-07T23:59:13+01:00 repository = "https://git.42l.fr/HugoTrentesaux/Albatros.git" homepage = "https://git.42l.fr/HugoTrentesaux/Albatros" minimum_version = "0.20.0" license = "AGPL" demo = "https://albatros.coinduf.eu/"
[extra.author] name = "Hugo Trentesaux" homepage = "https://trentesaux.fr/" +++
This theme was made for Duniter website. It was then abstracted and turned into Albatros.
Add the theme as a git submodule:
git submodule add --name albatros https://git.42l.fr/HugoTrentesaux/albatros.git themes/albatros
and enable the theme in your config.toml
theme = "albatros"
It has a lot of feature that I could not find time to document yet. Most of the available customization is in theme.toml/extra section and sass/_albatros.sass file (e.g. for colors).
See:
for reference.
You are encouraged to provide custom landing pages that you can write in template/custom.
The theme will take care of the rest (pages organised as wiki with breadcrumb).
Each author must have a card in content/team folder.
I'll provide support on demand on Zola forum by documenting the theme step by step.