Zola theme inspired by Pelican theme "notmyidea" https://toucan.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.
 
 
 
 
Hugo Trentesaux 68571f1820 fix sass import 2 weeks ago
content update demo website 2 weeks ago
sass fix sass import 2 weeks ago
static add note shortcode 1 year ago
templates add note shortcode 1 year ago
.gitignore ready to publish 3 years ago
README.md ready to publish 3 years ago
config.toml update demo website 2 weeks ago
screenshot.png ready to publish 3 years ago
screenshot2.png ready to publish 3 years ago
theme.toml update demo website 2 weeks ago

README.md

Toucan

A light theme for Zola adapted from Pelican.

screenshot

Installation

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"

Usage

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"""