A fork of the Zap theme for Zola by jimmyff
- HTML 67.3%
- SCSS 18.8%
- JavaScript 13.9%
| content | ||
| sass | ||
| static | ||
| templates | ||
| .gitignore | ||
| config.toml | ||
| README.md | ||
| theme.toml | ||
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") }}