quartz/content/Zola.md
Miguel Pimentel 558fc5fcd8
Pull-Request [ariasae-11-13-2023] from Obsidian (#40)
* PUSH NOTE : Zola.md

* PUSH NOTE : Meta.md

* PUSH NOTE : Tools.md

* PUSH NOTE : Inspirations.md

* PUSH NOTE : index.md

* PUSH NOTE : Digital Garden.md

* PUSH NOTE : Words I Like.md

* PUSH NOTE : About.md

* DELETE FILE : docs/features/table of contents.md
2023-11-13 13:32:39 -06:00

632 B

title description updated compartir
Zola Zola is a fast static site generator in a single binary with everything built-in. 2023-11-03 true

Zola is a fast ./Static Site Generators 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