Skip to content

vimpostor/zola-aurora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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") }}

Installation

In the root of your repository (created with zola init) run:

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 theme, but heavily modified to be more minimal and to work without any JavaScript at all.

About

A minimalistic Zola theme without any JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published