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! 😄
- Clean & Minimalist Design
- Elegant Typography
- Responsive Layout
- Dark/Light Mode Support
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 --recursiveThen, 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 contentMove on to the example site for more info. Enjoy it! 😘
- Add transition when switching light/dark mode
- Better special page customization
- Minimize web resources
