A light theme for Zola adapted from Pelican.
You can add the theme as a submodule :
git submodule add --name toucan https://git.42l.fr/HugoTrentesaux/toucan.git themes/toucan
and enable the theme in your config.toml
theme = "toucan"
Categories will be added to the menu, and all articles from categories with
transparent = true
will be listed in the home page.
You can personalize the following options :
[extra]
title = "Toucan theme"
title_pic = "/favicon.ico"
description = "Theme for Zola inspired from Pelican website theme"
license = """Content under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> Licence"""