docs/content/themes/zola-theme-nivis/index.md
+++ title = "nivis" description = "A clean zola theme for bloggers" template = "theme.html" date = 2026-01-18T01:53:17+08:00
[taxonomies] theme-tags = ['Clean', 'Blog', 'Responsive']
[extra] created = 2026-01-18T01:53:17+08:00 updated = 2026-01-18T01:53:17+08:00 repository = "https://github.com/Resorie/zola-theme-nivis.git" homepage = "https://github.com/Resorie/zola-theme-nivis" minimum_version = "0.21.0" license = "MIT" demo = "https://resorie.github.io/blog/"
[extra.author] name = "Resory" homepage = "https://resorie.github.io/blog/" +++
Nivis: A clean zola theme for bloggers.
Live demo: Example Site | My Blog.
This theme is inspired by (and derived from) themes Float and anatole. Check out these two wonderful themes as well! :smile:
Use git submodule to add the theme to your site:
git submodule add -b master --depth=1 https://github.com/Resorie/zola-theme-nivis.git themes/nivis/
git submodule update --init --recursive
Then, change your theme config in config.toml:
theme = "nivis"
Start your site by copying the example content into your site folder:
cp -r themes/nivis/content content
Move on to the example site for more info. Enjoy it! :kissing_heart: