# apollo **Repository Path**: yijianh/apollo ## Basic Information - **Project Name**: apollo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-12 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ![blog-dark](./screenshot-dark.png)
Light theme ![blog-light](./screenshot.png)
## Features - [x] Pagination - [x] Themes (light, dark, auto) - [x] Projects page - [x] Analytics using [GoatCounter](https://www.goatcounter.com/) / [Umami](https://umami.is/) - [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 ## 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/).