mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
* 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
632 B
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