You need to install Zola. My preference is to use cargo
for this.
cargo install zola
From the main directory, run:
zola build
From the main directory, run:
zola serve
To include draft posts as well:
zola serve --drafts
You need to install Zola. My preference is to use cargo
for this.
cargo install zola
From the main directory, run:
zola build
From the main directory, run:
zola serve
To include draft posts as well:
zola serve --drafts