Co-authored-by: GitHub Action <action@github.com>
1.2 KiB
+++ title = "zola-paper" description = "A clean theme inspired from hugo-paper." template = "theme.html" date = 2020-12-08T16:58:54+01:00
[extra] created = 2020-12-08T16:58:54+01:00 updated = 2020-12-08T16:58:54+01:00 repository = "https://github.com/schoenenberg/zola-paper.git" homepage = "https://github.com/schoenenberg/zola-paper" minimum_version = "0.11.0" license = "MIT" demo = "https://schoenenberg.github.io/zola-paper"
[extra.author] name = "Maximilian Schoenenberg" homepage = "https://www.schoenenberg.dev" +++
Zola-Paper
A clean theme inspired from hugo-paper.
Zola port of Hugo-Paper (with a few tweaks).
Demo: https://schoenenberg.github.com/zola-paper
Installation
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"