Notes

zola

As of: 2024-05-19

A single executable static site generator.

new project

zola init

inspect

zola --version

update

brew reinstall zola

specify config file

zola --config config.staging.toml

serve locally
zola serve -f -O --interface 0.0.0.0 --port <$PORT>
Options:
-i, --interface <INTERFACE>    Interface to bind on [default: 127.0.0.1]
-O, --open                     Open site in the default browser
-f, --fast:                    Only rebuild the minimum on change

Docmentation