Getting Started

Jan. 01, 1980 / #start
ABSTRACT

getting started with nivis

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

If you want to update the nivis theme, run the following command:

git submodule update --remote --merge

Move on to Configuraion for configuraions.

If you like this theme, please give it a star on github. 😘