zola-aurora
A minimalistic theme for Zola.
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") }}
- SVG icons:
Installation
In the root of your repository (created with zola init) run:
git submodule add https://github.com/vimpostor/zola-aurora.git themes/zola-auroraThen add theme = "zola-aurora" to your config.toml.
Acknowledgements
This theme is based on the apollo theme, but heavily modified to be more minimal and to work without any JavaScript at all.