Zola is a fast static site generator contained in a single binary with everything built-in. It is by far my preferred way to build static websites.
Useful Commands
zola build --base-url $DEPLOY_URL
zola build --output-dir $DOCUMENT_ROOT
zola --config config.staging.toml build
zola --root /path/to/project build
zola init
zola serve
zola check