mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
* PUSH NOTE : Public Journal.md * PUSH NOTE : Zola.md * PUSH NOTE : The Moon (Earth).md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : Scry Your Tasks.md * PUSH NOTE : NeoVim.md * PUSH NOTE : Consistency.md * PUSH NOTE : Markdown.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : Meta.md * PUSH NOTE : Tools.md * PUSH NOTE : Inspirations.md * PUSH NOTE : index.md * PUSH NOTE : Writing with Outlines.md * PUSH NOTE : Poetry.md * PUSH NOTE : Guitar.md * PUSH NOTE : Digital Garden.md * PUSH NOTE : Words I Like.md * PUSH NOTE : Quotes Collection.md * PUSH NOTE : Free Facts.md * PUSH NOTE : Sweep Your Mind.md * PUSH NOTE : Serif.md * PUSH NOTE : Scope of Work.md * PUSH NOTE : Sans-serif.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Move Your Body.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Continuous Care.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Chords.md * PUSH NOTE : Arpeggio.md * PUSH NOTE : About.md
633 B
633 B
| title | description | updated | compartir |
|---|---|---|---|
| Zola | Zola is a fast static site generator in a single binary with everything built-in. | 2023-12-04 | 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