[A Markdown-output fork of] 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.
- Audience filtering
- Markdown output:
zola render-mdgenerates Markdown filesets- internal links are made relative
- many of the features of Zola known from HTML building work, i.e. asset co-location, image processing, themes, shortcodes, internal links, external links, ToC generation, taxonomies
- 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
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 3c9131db0d203640b6d5619ca1f75ce1e0d49d8f remains licensed under the MIT License, including in later versions of the project.
See LICENSE and LICENSE-MIT for details.