Zola
Zola is a static-site-generator written in Rust and shipped as a single binary — “Your one-stop static site engine.” Its pitch is zero-dependency convenience: “Forget dependencies. Everything you need in one binary” — Sass compilation, syntax highlighting, table-of-contents, shortcodes, internal linking, search, and image processing all built in. Source: official getzola.org.
How it works
- Runtime: a dependency-free Rust executable (templating via Tera); Markdown content, static-file output that scales trivially.
- Build speed (its headline): “Blazing fast” — “the average site will be generated in less than a second, including Sass compilation and syntax highlighting.”
Place in the genre — the Rust single-binary contender
Zola is the direct counterpart to hugo: both are single-binary, build-speed-first SSGs with no Node/Ruby toolchain (hugo in Go, Zola in Rust). It adds another member to this spoke’s “build speed” axis (eleventy / hugo / Zola) — distinct from the “runtime core-web-vitals” axis astro competes on (the “two distinct fasts” split). Its all-batteries-included stance (Sass/search/images in-binary) contrasts with the plugin-driven eleventy.
Related
static-site-generator · hugo · eleventy · jekyll · jamstack