Modern and minimalistic blog theme powered by Zola. See a live preview here.
Forked from apollo, and modified/extended with the inspiration and ideas from Pascal's scribbles and xypnox's xyBlag theme.
Modified specifically for my own blog at https://jarp0l.github.io.
apolloX: apollo-extended
apollo:
Named after the greek god of knowledge, wisdom and intellect
- Pagination
- Themes (light, dark, auto)
- Social Links
- Tags
- Navbar menu for smaller screen devices
- Search
- Categories
-[X] Analytics using GoatCounter
- Download the theme
git submodule add https://github.com/jarp0l/apolloX themes/apolloX
- Add
theme = "apolloX"
to yourconfig.toml
- Copy the example content
cp -r themes/apolloX/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.
apollo
theme is based on archie-zola.
apolloX
theme is based on apollo, Pascal's scribbles theme (code) and xypnox's xyBlag theme (code).