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.7%
  • Python 0.6%
  • Dockerfile 0.1%
Find a file
Haiqal 7ea116a353
docs: Add link to TextMate themes in highlighting and config docs (#3110)
* docs: Add link to TextMate themes in configuration and highlighting docs #3088

* docs: revise TextMate themes link wording
2026-02-19 22:07:19 +01:00
.claude Dont error on unknown langs for the docs 2026-01-12 09:00:57 +01:00
.github Add back MIT license + mention the split in README 2026-01-26 21:10:47 +01:00
components Fix after giallo update 2026-01-22 09:58:41 +01:00
docs docs: Add link to TextMate themes in highlighting and config docs (#3110) 2026-02-19 22:07:19 +01:00
src fmt 2026-02-17 12:29:46 +01:00
test_site Use giallo instead of syntect (#3044) 2025-12-22 00:00:23 +01:00
test_site_i18n Use giallo instead of syntect (#3044) 2025-12-22 00:00:23 +01:00
test_sites_invalid/indexmd Fix tests 2023-03-19 20:36:25 +01:00
.dockerignore add .dockerignore file to reduce intermediate docker image size and build time 2020-06-09 12:16:01 +02:00
.editorconfig Create new project 2016-12-06 14:51:33 +09:00
.gitignore Add class based syntax higlighting + line numbers (#1531) 2021-07-10 08:53:19 +02:00
build.rs replace winres by tauri-winres 2025-12-30 22:02:08 +01:00
Cargo.lock Ready for release 2026-01-22 09:58:41 +01:00
Cargo.toml Fix after giallo update 2026-01-22 09:58:41 +01:00
CHANGELOG.md Document breaking changes for version 0.22.0 2026-01-27 23:06:47 +01:00
CONTRIBUTING.md Use giallo instead of syntect (#3044) 2025-12-22 00:00:23 +01:00
Dockerfile feat: build relases on gh-actions & support linux arm64 (#2629) 2025-02-14 22:37:13 +01: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.