mirror of https://github.com/getzola/zola
1.9 KiB
1.9 KiB
+++ title = "apollo" description = "Modern and minimalistic blog theme" template = "theme.html" date = 2024-09-02T05:58:27Z
[extra] created = 2024-09-02T05:58:27Z updated = 2024-09-02T05:58:27Z 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" +++
apollo
Modern and minimalistic blog theme powered by Zola. See a live preview here.
Named after the greek god of knowledge, wisdom and intellect
Features
- Pagination
- Themes (light, dark, auto)
- Projects page
- Analytics using GoatCounter / Umami
- Social Links
- MathJax Rendering
- Taxonomies
- Meta Tags For Individual Pages
- Custom homepage
- Comments
- Search
- Categories
Installation
- 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
- Copy the example content
cp -r themes/apollo/content/* content/
Configuration
You can find all the configuration options here
References
This theme is based on archie-zola.