Back to Zola

Index

docs/content/themes/zola-theme-nivis/index.md

0.22.11.7 KB
Original Source

+++ 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:

Features :star:

  • Clean & Minimalist Design
  • Elegant Typography
  • Responsive Layout
  • Dark/Light Mode Support

Getting Started :rocket:

Use git submodule to add the theme to your site:

bash
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:

toml
theme = "nivis"

Start your site by copying the example content into your site folder:

bash
cp -r themes/nivis/content content

Move on to the example site for more info. Enjoy it! :kissing_heart:

Todo :clipboard:

  • Add transition when switching light/dark mode
  • Better special page customization
  • Minimize web resources