docs/content/themes/zap/index.md
+++ title = "Zap" description = "A fast, ultra-minimal Zola theme" template = "theme.html" date = 2025-12-08T18:11:59Z
[taxonomies] theme-tags = []
[extra] created = 2025-12-08T18:11:59Z updated = 2025-12-08T18:11:59Z repository = "https://github.com/jimmyff/zola-zap.git" homepage = "https://github.com/jimmyff/zola-zap" minimum_version = "0.17.0" license = "MIT" demo = "https://www.jimmyff.co.uk/zola-zap/"
[extra.author] name = "jimmyff" homepage = "https://www.jimmyff.co.uk" +++
A fast, ultra-minimal Zola theme by jimmyff. Perfect PageSpeed scores (100 performance, 100 accessibility, 100 best practices, 100 SEO). See the demo or read the blog post.
cd themes
git clone https://github.com/jimmyff/zola-zap zap
In your config.toml:
theme = "zap"
See config.toml for available options.
Configure which icons to load in config.toml:
[extra]
inline_icons = true
icon_path = "static/icons/"
icons = ["home", "chat", "search", "light", "asleep", "rss"]
Place SVG icons in your static/icons/ folder. The theme includes icons from Carbon Design System.
{}