chris-morgan / zola

A fast static site generator in a single binary with everything built-in.

Home Page:https://www.getzola.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zola (né Gutenberg)

Build Status Build status

A fast static site generator in a single binary with everything built-in.

Documentation is available on its site or in the docs/content folder of the repository and the community can use its forum.

Comparisons with other static site generators

Zola Cobalt Hugo Pelican
Single binary Yes Yes Yes No
Language Rust Rust Go Python
Supported content formats Markdown Markdown Markdown
HTML
Org-mode
More via helpers
Markdown
HTML
reStructuredText
More via plugins
Syntax highlighting Yes Yes Yes Yes
Sass compilation Yes Yes Yes Yes
Assets co-location Yes Yes Yes Yes
i18n No No Yes Yes
Image processing Yes No Yes Yes
Sane & powerful template engine Yes Partial Subjective Yes
Themes Yes No Yes Yes
Shortcodes Yes No Yes Yes
Internal links Yes No Yes Yes
Link checker Yes No No Yes
Table of contents Yes No Yes Yes
Automatic header anchors Yes No Yes Yes
Aliases Yes No Yes Yes
Pagination Yes No Yes Yes
Custom taxonomies Yes No Yes No
Search Yes No No Yes
Data files Yes Yes Yes No
LiveReload Yes No Yes Yes
Netlify support Partial No Yes No
Breadcrumbs Yes No No Yes
Custom output formats No No Yes Unknown

Template engine explanation

Cobalt gets Partial as, while based on Liquid, the Rust library doesn't implement all its features but there is no documentation on what is and isn't implemented. The errors are also cryptic. Liquid itself is not powerful enough to do some of things you can do in Jinja2, Go templates or Tera.

Hugo gets Partial. It is probably the most powerful template engine in the list after Jinja2 (hard to beat python code in templates) but personally drives me insane, to the point of writing my own template engine and static site generator. Yes, this is a bit biased.

Pelican notes

Many features of Pelican are coming from plugins, which might be tricky to use because of version mismatch or lacking documentation. Netlify supports Python and Pipenv but you still need to install your dependencies manually.

About

A fast static site generator in a single binary with everything built-in.

https://www.getzola.org

License:MIT License


Languages

Language:Rust 92.7%Language:HTML 2.3%Language:Shell 2.2%Language:PowerShell 1.6%Language:Python 1.2%Language:CSS 0.0%Language:JavaScript 0.0%