Zola
Documentation
Quickstart
Installation
zola init myblog
Configuration
Update your theme and site metadata in config.toml
(e.g. title
, description
, etc.).
Deployment
Build
zola build
Preview
npx --yes serve@latest public
Deploy
npx --yes bunny-launcher@latest --interactive