https://github.com/not-matthias/apollo
Modern and minimalistic blog theme.
https://github.com/not-matthias/apollo
hacktoberfest
Last synced: 9 months ago
JSON representation
Modern and minimalistic blog theme.
- Host: GitHub
- URL: https://github.com/not-matthias/apollo
- Owner: not-matthias
- License: mit
- Created: 2022-05-12T21:18:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:13:40.000Z (over 1 year ago)
- Last Synced: 2025-05-31T02:00:42.819Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://not-matthias.github.io/apollo
- Size: 8.09 MB
- Stars: 191
- Watchers: 2
- Forks: 106
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apollo
Modern and minimalistic blog theme powered by [Zola](https://getzola.org). See a live preview [here](https://not-matthias.github.io/apollo).
Named after the greek god of knowledge, wisdom and intellect
Dark theme

Light theme

## Features
- [x] Pagination
- [x] Themes (light, dark, auto)
- [x] Projects page
- [x] Analytics using [GoatCounter](https://www.goatcounter.com/) / [Umami](https://umami.is/) / [Google Analytics](https://analytics.google.com/)
- [x] Social Links
- [x] MathJax Rendering
- [x] Taxonomies
- [x] Meta Tags For Individual Pages
- [x] Custom homepage
- [x] Comments
- [x] Search
- [x] RSS feeds
- [x] Mermaid diagram support
- [x] Table of Contents
- [x] Configurable cards layout
## Installation
1. Download the theme
```
git submodule add https://github.com/not-matthias/apollo themes/apollo
```
2. Add the following to the top of your `config.toml`
```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
```
3. Copy the example content
```
cp -r themes/apollo/content/* content/
```
## Configuration
Checkout all the [options you can configure](./content/posts/configuration.md) and the [example pages](./content/posts/).
## References
This theme is based on [archie-zola](https://github.com/XXXMrG/archie-zola/).