mirror of https://github.com/getzola/zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
blog-enginecmscontent-management-systemdocumentation-toolmarkdownmarkdown-to-htmlrustsite-generatorstaticstatic-site-generatortera
![]() * docs: update gitlab pages doc * docs: add clarification about variable * docs: indent lines in document * feat(docs): add fuzzy version matching to template * docs: fix minor typo * revert(docs): change image back to debian * docs(ci): update gitlab-pages.md |
||
---|---|---|
.github | ||
components | ||
docs | ||
src | ||
test_site | ||
test_site_i18n | ||
test_sites_invalid/indexmd | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
EXAMPLES.md | ||
LICENSE | ||
README.md | ||
build.rs | ||
netlify.toml | ||
rustfmt.toml | ||
snapcraft.yaml | ||
zola.metainfo.xml |
README.md
zola (né Gutenberg)
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
- Single binary
- Syntax highlighting
- Sass compilation
- Assets co-location
- Multilingual site support (Basic currently)
- Image processing
- Themes
- Shortcodes
- Internal links
- External link checker
- Table of contents automatic generation
- Automatic header anchors
- Aliases
- Pagination
- Custom taxonomies
- Search with no servers or any third parties involved
- Live reload
- Deploy on many platforms easily: Netlify, Vercel, Cloudflare Pages, etc