Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 917 Bytes

File metadata and controls

44 lines (29 loc) · 917 Bytes

Tukan

A light theme for Zola adapted from Pelican.

Live Preview

Screenshot

Installation

You can add the theme as a submodule :

git submodule add --name tukan https://codeberg.org/salif/tukan.git themes/tukan

and enable the theme in your config.toml

theme = "tukan"

Usage

You can personalize the following options in your config.toml:

title = ""
description = ""
generate_feeds = true

[extra]
title_pic = "/favicon.ico"
copyright = """Content under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> Licence."""
site_source = "https://github.com/example/example"

Categories will be added to the menu, and all articles from categories with

transparent = true

will be listed in the home page.