Modern and minimalistic blog theme powered by Zola. See a live preview here.
Named after the greek god of knowledge, wisdom and intellect
Download the theme
git submodule add https://github.com/not-matthias/apollo themes/apollo
Add the following to the top of your config.toml
theme = "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/
You can find all the configuration options here
This theme is based on archie-zola.