quartz/content/Zola.md
Miguel Pimentel 32bbe73410
Pull-Request [ariasae-11-28-2023] from Obsidian (#41)
* PUSH NOTE : Zola Portfolio.md

* PUSH NOTE : Zola Minimal.md

* PUSH NOTE : Obsidian Starter Vault.md

* PUSH NOTE : Mabuya.md

* PUSH NOTE : Forgetful Notes.md

* PUSH NOTE : unlock-firefox-sidebar.md

* PUSH NOTE : on-burning-out.md

* PUSH NOTE : hello-world.md

* PUSH NOTE : monkey-brain.md

* PUSH NOTE : SSD NVMe Comparison.md

* PUSH NOTE : Emmet Cheat Sheet.md

* PUSH NOTE : Aurora Borealis Sighting.md

* 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
2023-11-28 09:00:21 -06:00

631 B

title description updated compartir
Zola Zola is a fast static site generator in a single binary with everything built-in. 2023-11-25 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