Albatros theme for Zola made after Duniter website.
https://albatros.coinduf.eu/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
content | 3 months ago | |
sass | 3 months ago | |
static | 6 months ago | |
templates | 3 months ago | |
.gitignore | 6 months ago | |
README.md | 6 months ago | |
config.toml | 6 months ago | |
screenshot.png | 6 months ago | |
theme.toml | 3 months ago |
README.md
Albatros theme for Zola
This theme was made for Duniter website. It was then abstracted and turned into Albatros.
Installation
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"
Features
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.
Landing pages
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).
Authors
Each author must have a card in content/team
folder.
Support
I'll provide support on demand on Zola forum by documenting the theme step by step.