mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
* PUSH NOTE : Past Titles and Roles.md * PUSH NOTE : Projects.md * PUSH NOTE : Dominican Republic.md * PUSH NOTE : Bulma.md * PUSH NOTE : Markup Language.md * PUSH NOTE : Notes on CSS.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Zola.md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : NeoVim.md * PUSH NOTE : Markdown.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : index.md * PUSH NOTE : Consistency.md * PUSH NOTE : About.md
873 B
873 B
| title | description | updated | compartir |
|---|---|---|---|
| Zola | Zola is a fast static site generator in a single binary with everything built-in. | 2023-12-12 | true |
Zola is a fast ./Static Site Generators (SSG) contained in a single binary with everything built-in, it has no other dependencies. It is by far my preferred way to build static websites.
SSGs use dynamic templates to transform content into static HTML pages. Static sites are thus very fast and require no databases, making them easy to host. Content is written in ./Markdown.
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