A fork of the Zap theme for Zola by jimmyff
  • HTML 67.3%
  • SCSS 18.8%
  • JavaScript 13.9%
Find a file
2026-04-01 16:54:32 -07:00
content Add podcast RSS 2026-01-08 23:52:14 -08:00
sass Switch to external CSS, this is incredibly messy lmao 2026-02-11 20:04:50 -08:00
static Switch to external CSS, this is incredibly messy lmao 2026-02-11 20:04:50 -08:00
templates mastodon is picky! 2026-04-01 16:54:32 -07:00
.gitignore ZAP! A wild zola theme has appeared! 2025-12-08 13:51:25 +00:00
config.toml Make the mastodon setup work much better 2026-04-01 16:21:50 -07:00
README.md Switch to external CSS, this is incredibly messy lmao 2026-02-11 20:04:50 -08:00
theme.toml Add podcast RSS 2026-01-08 23:52:14 -08:00

Sap

A fork of jimmyff's theme Zap for my own use. This theme is designed to be fairly minimal and simple, with fewer icons and some additional features for my use.

Features (that differ from Zap)

  • Podcast RSS
  • External Stylesheet (I don't like inline CSS lmao)

Installation

cd themes
git submodule add https://git.antibiology.org/rae/sap
git submodule update --init

In your config.toml:

theme = "sap"

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 = ["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") }}