Zap

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.

Screenshot

Features

Installation

cd themes
git clone https://github.com/jimmyff/zola-zap zap

In your config.toml:

theme = "zap"

Configuration

See config.toml for available options.

Icons

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.

Using the responsive image shortcode

{{ image(src="yourimage.jpg", alt="This is my image") }}