getzola / zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing getzola/zola in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewzola (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 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 3c9131db0d203640b6d5619ca1f75ce1e0d49d8f remains licensed under the MIT License, including in later versions of the project. See LICENSE and LICENSE-MIT for details.