Modern and minimalistic blog theme powered by Zola. See a live preview here.
Named after the greek god of knowledge, wisdom and intellect
git submodule add https://github.com/not-matthias/apollo themes/apollo
theme = "apollo"
to your config.toml
cp themes/apollo/content content
You can add stylesheets to override the theme:
[extra]
stylesheets = [
"override.css",
"something_else.css"
]
These filenames are relative to the root of the site. In this example, the two CSS files would be in the static
folder.
This theme is based on archie-zola.