https://github.com/vimpostor/zola-aurora
A minimalistic Zola theme without any JS
https://github.com/vimpostor/zola-aurora
blog zola
Last synced: 3 months ago
JSON representation
A minimalistic Zola theme without any JS
- Host: GitHub
- URL: https://github.com/vimpostor/zola-aurora
- Owner: vimpostor
- License: mit
- Created: 2023-02-26T22:09:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T22:43:34.000Z (about 1 year ago)
- Last Synced: 2025-06-06T02:07:52.497Z (11 months ago)
- Topics: blog, zola
- Language: HTML
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# zola-aurora
A minimalistic theme for [Zola](https://www.getzola.org/).
## Features
- Minimalistic
- **NO** JavaScript
- **NO** tracking or analytics
- **NO** custom fonts (prefer system fonts stack)
- Automatic dark mode support (based on system-wide preference)
- Pagination
- Tags
- SVG favicon support
- Quotes
- Various shortcodes
- SVG icons: `{{ icon(name="myname") }}`
- Asciinema: `{{ asciinema(id="myid") }}`
- Youtube: `{{ youtube(id="myid") }}`
- Video: `{{ video(url="myurl") }}`
## Installation
In the root of your repository (created with `zola init`) run:
```bash
git submodule add https://github.com/vimpostor/zola-aurora.git themes/zola-aurora
```
Then add `theme = "zola-aurora"` to your `config.toml`.
## Acknowledgements
This theme is based on the [apollo](https://github.com/not-matthias/apollo) theme, but heavily modified to be more minimal and to work without any JavaScript at all.