A fast static site generator in a single binary with everything built-in. https://www.getzola.org https://www.getzola.org
  • Rust 97.6%
  • HTML 1.6%
  • Python 0.6%
  • Dockerfile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vincent Prouillet 2e3dc3e8ad Ready
2026-08-07 11:23:57 +02:00
.github Bump 2026-08-05 13:41:26 +02:00
components Was missing a snapshot update? 2026-08-07 11:23:57 +02:00
docs Make toml code sample valid to copy/paste 2026-08-06 10:21:07 +02:00
src fix(serve): rebuild the whole site when anchor-link.html changes (#3184) 2026-07-23 10:52:03 +02:00
test_site Expose page aliases to templates (#3177) 2026-07-23 13:01:40 +02:00
test_site_i18n Resolve colocated assets in @/ links (#3199) 2026-07-20 10:48:26 +02:00
test_sites_invalid/indexmd Fix tests 2023-03-19 20:36:25 +01:00
.dockerignore feat(container): restructure Containerfile with three build targets (#3163) 2026-07-03 14:05:14 +02:00
.editorconfig Create new project 2016-12-06 14:51:33 +09:00
.gitignore feat: get_page optional param allow_missing (#3153) 2026-05-11 10:48:32 +02:00
build.rs replace winres by tauri-winres 2025-12-30 22:02:08 +01:00
Cargo.lock Ready 2026-08-07 11:23:57 +02:00
Cargo.toml Ready 2026-08-07 11:23:57 +02:00
CHANGELOG.md Ready 2026-08-07 11:23:57 +02:00
Containerfile Copy certs in docker image and bump alpine 2026-08-05 13:40:50 +02:00
CONTRIBUTING.md Last update 2026-08-05 11:23:03 +02:00
Dockerfile feat(container): restructure Containerfile with three build targets (#3163) 2026-07-03 14:05:14 +02:00
EXAMPLES.md Add "Zola Demo Site" to examples list (#3030) 2025-11-25 11:16:36 +01:00
LICENSE Change license to EUPL 2026-01-09 21:00:17 +01:00
LICENSE-MIT Add back MIT license + mention the split in README 2026-01-26 21:10:47 +01:00
README.md Add back MIT license + mention the split in README 2026-01-26 21:10:47 +01:00
rustfmt.toml rustfmt 2018-10-31 08:18:57 +01:00
snapcraft.yaml Ready for release 2026-01-22 09:58:41 +01:00
zola.metainfo.xml Ready for release 2026-01-22 09:58:41 +01:00

zola (né Gutenberg) zola logo

Build Status GitHub all releases

A fast static site generator in a single binary with everything built-in.

To find out more see the Zola Documentation, look in the docs/content folder of this repository or visit the Zola community forum.

This tool and its template engine tera were born from an intense dislike of the (insane) Golang template engine and therefore of Hugo that I was using before for 6+ sites.

List of features

License

This project contains code under multiple licenses.

Code introduced after version 0.22 is licensed under the EUPL-1.2. Code that existed prior to commit 3c9131db0d remains licensed under the MIT License, including in later versions of the project.

See LICENSE and LICENSE-MIT for details.