这个主题最初是为 Duniter 网站开发,随后被抽象整理为通用主题 Albatros。

将主题作为 git 子模块添加:
git submodule add --name albatros https://git.42l.fr/HugoTrentesaux/albatros.git themes/albatros
然后在你的 config.toml 中启用主题:
theme = "albatros"
它有很多功能,我还没来得及完整文档化。大部分可自定义项位于 theme.toml 的 extra 区域以及 sass/_albatros.sass 文件(例如颜色)。
See:
可作为参考。
建议你提供自定义落地页,可写在 template/custom 中。
其余部分由主题处理(页面会以带面包屑的 wiki 结构组织)。
每位作者都需要在 content/team 目录中拥有一张资料卡。
如有需要,我会在 Zola forum 提供支持,并逐步补充该主题文档。