ONE BINARY
No runtime to install
`verne init`, `verne build`, `verne server`, `verne clean` — that's the whole CLI. Self-contained, statically linked, under 2 MB on disk, ships everywhere V ships.
Small, single-binary, opinionated.
Verne builds Markdown into a static site — no Node toolchain, no framework runtime, one self-contained binary under 2 MB. A Tera-flavoured template DSL kept deliberately small, twenty-one display-only filters, a dual V/HTML shortcode system, and everything else (sitemap, RSS, asset fingerprinting) computed in one pass.
ONE BINARY
`verne init`, `verne build`, `verne server`, `verne clean` — that's the whole CLI. Self-contained, statically linked, under 2 MB on disk, ships everywhere V ships.
OWN DSL
Familiar `{{ … }}` and `{% … %}` delimiters with explicit constraints. No template inheritance, no algorithmic filters, no surprises.
OWN MARKDOWN
The renderer is in V, with chroma-powered syntax highlighting and on-this-page TOCs generated server-side. No external Markdown library.
FAST BY DEFAULT
Fingerprinted asset bundles, automatic SRI hashes, a sitemap, an RSS feed — all generated in one pass with no incremental cache to maintain.