A fast static site generator in a single binary with everything built-in. https://www.getzola.org https://www.getzola.org
  • Rust 97.7%
  • HTML 1.5%
  • Python 0.6%
  • Dockerfile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-29 22:43:05 +02:00
.github Fix heading ids being rendered by Tera 2026-08-20 18:15:45 +02:00
components clippy 2026-08-20 18:15:45 +02:00
docs Docs about template compilation error in content 2026-08-29 22:43:05 +02:00
rfcs Update contribution + rfc template 2026-08-20 22:31:58 +02:00
src clippy 2026-08-20 18:15:45 +02:00
test_site Fix bad template 2026-08-20 18:15:45 +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 for release 2026-08-20 18:15:45 +02:00
Cargo.toml Ready for release 2026-08-20 18:15:45 +02:00
CHANGELOG.md Ready for release 2026-08-20 18:15:45 +02:00
Containerfile Copy certs in docker image and bump alpine 2026-08-05 13:40:50 +02:00
CONTRIBUTING.md Update contribution + rfc template 2026-08-20 22:31:58 +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 Remove shortcodes from README 2026-08-13 10:21:19 +02: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.