A clean theme inspired from hugo-paper.
Zola port of Hugo-Paper (with a few tweaks).
Demo: https://schoenenberg.github.com/zola-paper
The easiest way to install this theme is to either clone it ...
git clone https://github.com/schoenenberg/zola-paper.git themes/zola-paper
... or to use it as a submodule.
git submodule add https://github.com/schoenenberg/zola-paper.git themes/zola-paper
Either way, you will have to enable the theme in your config.toml
.
theme = "zola-paper"