https://github.com/salif/tukan
[Mirror] Fork of zola-blog-theme. Inspired from Toucan theme.
https://github.com/salif/tukan
zola-theme
Last synced: 15 days ago
JSON representation
[Mirror] Fork of zola-blog-theme. Inspired from Toucan theme.
- Host: GitHub
- URL: https://github.com/salif/tukan
- Owner: salif
- Created: 2025-09-16T10:34:02.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-09-17T15:46:59.000Z (about 1 month ago)
- Last Synced: 2025-09-17T17:53:11.346Z (about 1 month ago)
- Topics: zola-theme
- Language: HTML
- Homepage: https://codeberg.org/salif/tukan
- Size: 3.56 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tukan
A light theme for Zola adapted from Pelican.
[Live Preview](https://salif.github.io/zola-themes-collection/demo/tukan/)

## Installation
You can add the theme as a submodule :
```bash
git submodule add --name tukan https://codeberg.org/salif/tukan.git themes/tukan
```and enable the theme in your `config.toml`
```toml
theme = "tukan"
```## Usage
You can personalize the following options in your `config.toml`:
```toml
title = ""
description = ""
generate_feeds = true[extra]
title_pic = "/favicon.ico"
copyright = """Content under CC BY-SA Licence."""
site_source = "https://github.com/example/example"
```Categories will be added to the menu, and all articles from categories with
```toml
transparent = true
```will be listed in the home page.