A single executable static site generator.
zola init
zola --version
brew reinstall zola
zola --config config.staging.toml
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