https://github.com/getzola/zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://github.com/getzola/zola
blog-engine cms content-management-system documentation-tool markdown markdown-to-html rust site-generator static static-site-generator tera
Last synced: 7 days ago
JSON representation
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
- Host: GitHub
- URL: https://github.com/getzola/zola
- Owner: getzola
- License: mit
- Created: 2016-12-06T02:57:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T20:18:23.000Z (15 days ago)
- Last Synced: 2025-04-01T07:35:20.190Z (14 days ago)
- Topics: blog-engine, cms, content-management-system, documentation-tool, markdown, markdown-to-html, rust, site-generator, static, static-site-generator, tera
- Language: Rust
- Homepage: https://www.getzola.org
- Size: 80.9 MB
- Stars: 15,017
- Watchers: 90
- Forks: 1,019
- Open Issues: 336
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-cn - getzola/zola - in. [](https://travis-ci.org/getzola/zola) (Libraries / Web programming)
- awesome-rust - getzola/zola - in. [](https://travis-ci.org/getzola/zola) (Libraries / Web programming)
- awesome-starred - getzola/zola - A fast static site generator in a single binary with everything built-in. https://www.getzola.org (markdown)
- awesome-rust-tools - zola - in. https://www.getzola.org (Others)
- awesome-ccamel - getzola/zola - A fast static site generator in a single binary with everything built-in. https://www.getzola.org (Rust)
- awesome-foss-alternatives - Zola - A fast static site generator in a single binary with everything built-in. https://www.getzola.org. [🦀, MIT License]. (Web / Static website generator)
- awesome-github-repos - getzola/zola - A fast static site generator in a single binary with everything built-in. https://www.getzola.org (Rust)
- awesome-rust - getzola/zola - in. [](https://dev.azure.com/getzola/zola/_build) (Libraries / Web programming)
- awesome-rust-cn - getzola/zola
- my-awesome - getzola/zola - engine,cms,content-management-system,documentation-tool,markdown,markdown-to-html,rust,site-generator,static,static-site-generator,tera pushed_at:2025-04 star:15.0k fork:1.0k A fast static site generator in a single binary with everything built-in. https://www.getzola.org (Rust)
- awesome-list - zola - in. https://www.getzola.org | getzola | 7235 | (Rust)
- awesome-rust-zh - getzola/zola - 一个内置所有东西的固执静态站点生成器。[](https://travis-ci.org/getzola/zola) (库 / 网页编程)
- StarryDivineSky - getzola/zola
- jimsghstars - getzola/zola - A fast static site generator in a single binary with everything built-in. https://www.getzola.org (Rust)
README
# zola (né Gutenberg)
[](https://dev.azure.com/getzola/zola/_build/latest?definitionId=1&branchName=master)
A fast static site generator in a single binary with everything built-in.
To find out more see the [Zola Documentation](https://www.getzola.org/documentation/getting-started/overview/), look
in the [docs/content](docs/content) folder of this repository or visit the [Zola community forum](https://zola.discourse.group).This tool and its template engine [tera](https://keats.github.io/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
- [Single binary](https://www.getzola.org/documentation/getting-started/cli-usage/)
- [Syntax highlighting](https://www.getzola.org/documentation/content/syntax-highlighting/)
- [Sass compilation](https://www.getzola.org/documentation/content/sass/)
- Assets co-location
- [Multilingual site support](https://www.getzola.org/documentation/content/multilingual/) (Basic currently)
- [Image processing](https://www.getzola.org/documentation/content/image-processing/)
- [Themes](https://www.getzola.org/documentation/themes/overview/)
- [Shortcodes](https://www.getzola.org/documentation/content/shortcodes/)
- [Internal links](https://www.getzola.org/documentation/content/linking/)
- [External link checker](https://www.getzola.org/documentation/getting-started/cli-usage/#check)
- [Table of contents automatic generation](https://www.getzola.org/documentation/content/table-of-contents/)
- Automatic header anchors
- [Aliases](https://www.getzola.org/documentation/content/page/#front-matter)
- [Pagination](https://www.getzola.org/documentation/templates/pagination/)
- [Custom taxonomies](https://www.getzola.org/documentation/templates/taxonomies/)
- [Search with no servers or any third parties involved](https://www.getzola.org/documentation/content/search/)
- [Live reload](https://www.getzola.org/documentation/getting-started/cli-usage/#serve)
- Deploy on many platforms easily: [Netlify](https://www.getzola.org/documentation/deployment/netlify/), [Vercel](https://www.getzola.org/documentation/deployment/vercel/), [Cloudflare Pages](https://www.getzola.org/documentation/deployment/cloudflare-pages/), etc