docs/content/themes/tanuki/index.md
+++ title = "tanuki" description = "A whimsical, Nintendo-inspired Zola theme with Catppuccin colors, Geist typography, and Lucide icons. Supports documentation (with versioning), e-books, blog/landing pages, and product landing pages. Named after the playful Japanese raccoon dog (タヌキ)." template = "theme.html" date = 2026-02-19T07:35:31+01:00
[taxonomies] theme-tags = []
[extra] created = 2026-02-19T07:35:31+01:00 updated = 2026-02-19T07:35:31+01:00 repository = "https://github.com/raskell-io/tanuki" homepage = "https://github.com/raskell-io/tanuki" minimum_version = "0.19.0" license = "MIT" demo = "https://tanuki.raskell.io"
[extra.author] name = "Raffael Schneider" homepage = "https://raskell.io" +++
<div align="center"> <h1 align="center">Tanuki
</h1> <p align="center"> <em>An opinionated Zola theme for documentation, books, and blogs.</em><em>Beautiful, accessible, and thoughtfully designed.</em>
</p> <p align="center"> <a href="https://www.getzola.org/"> </a> <a href="https://catppuccin.com/"> </a> <a href="LICENSE"> </a> </p> <p align="center"> <a href="https://tanuki.raskell.io">Live Demo</a> • <a href="https://tanuki.raskell.io/docs/">Documentation</a> • <a href="https://tanuki.raskell.io/book/">Book Example</a> • <a href="https://tanuki.raskell.io/blog/">Blog Example</a> </p> <hr /> </div>/ for searchcd your-zola-site
git clone https://github.com/raskell-io/tanuki themes/tanuki
Or as a git submodule:
git submodule add https://github.com/raskell-io/tanuki themes/tanuki
base_url = "https://docs.example.com"
title = "My Project Docs"
theme = "tanuki"
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "css"
[extra]
mode = "docs"
github = "https://github.com/you/project"
# Optional: version picker
[extra.versions]
current = "2.0.0"
list = [
{ version = "2.0.0", url = "/", label = "latest" },
{ version = "1.0.0", url = "/v1/" },
]
base_url = "https://book.example.com"
title = "The Complete Guide"
theme = "tanuki"
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "css"
[extra]
mode = "book"
github = "https://github.com/you/book"
base_url = "https://blog.example.com"
title = "My Blog"
theme = "tanuki"
generate_feeds = true
taxonomies = [
{ name = "tags", feed = true },
]
[markdown]
highlight_code = true
highlight_theme = "css"
[extra]
mode = "blog"
[extra.hero]
title = "Welcome to my blog"
subtitle = "Thoughts on code and craft"
[[extra.nav]]
name = "Blog"
url = "/blog/"
[[extra.nav]]
name = "About"
url = "/about/"
| Key | Action |
|---|---|
← / → | Previous / Next page |
/ | Open search |
Esc | Close overlays |
Modern browsers (Chrome 88+, Firefox 78+, Safari 14+, Edge 88+)