docs/content/themes/apollo/index.md
+++ title = "apollo" description = "Modern and minimalistic blog theme" template = "theme.html" date = 2026-03-05T22:45:50+01:00
[taxonomies] theme-tags = []
[extra] created = 2026-03-05T22:45:50+01:00 updated = 2026-03-05T22:45:50+01:00 repository = "https://github.com/not-matthias/apollo.git" homepage = "https://github.com/not-matthias/apollo" minimum_version = "0.14.0" license = "MIT" demo = "https://not-matthias.github.io/apollo"
[extra.author] name = "not-matthias" homepage = "https://github.com/not-matthias" +++
Modern and minimalistic blog theme powered by Zola. See a live preview here.
<sub><sup>Named after the greek god of knowledge, wisdom and intellect</sup></sub>
<details open> <summary>Dark theme</summary> </details> <details> <summary>Light theme</summary> </details>git submodule add https://github.com/not-matthias/apollo themes/apollo
config.tomltheme = "apollo"
taxonomies = [{ name = "tags" }]
[extra]
theme = "auto"
socials = [
# Configure socials here
]
menu = [
# Configure menu bar here
]
# See this for more options: https://github.com/not-matthias/apollo/blob/main/config.toml#L14
cp -r themes/apollo/content/* content/
Checkout all the options you can configure and the example pages.
This theme is based on archie-zola.