You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vincent Prouillet 15a3ab1a51 One last deps update 4 years ago
.github Update PULL_REQUEST_TEMPLATE.md 4 years ago
completions Update completions 4 years ago
components One last deps update 4 years ago
docs Change continue-reading to use a span with id instead of a named anchor in a paragraph (#941) 4 years ago
src Update image to 0.23 4 years ago
sublime_syntaxes Build syntax dumps 4 years ago
sublime_themes Add zenburn theme 4 years ago
test_site Optionally do not slugify paths (#875) 4 years ago
test_site_i18n Add path to `TranslatedContent` (#863) 4 years ago
.editorconfig Create new project 7 years ago
.gitignore Optionally do not slugify paths (#875) 4 years ago
.gitmodules Point to https submodule instead of git 5 years ago
CHANGELOG.md Update changelog 4 years ago
CONTRIBUTING.md Adding GH specific issues/pr templates 5 years ago
Cargo.lock One last deps update 4 years ago
Cargo.toml Migrate serve command to hyper (#904) 4 years ago
Dockerfile Update dockerfile to remove hardcoded version number (#939) 4 years ago
EXAMPLES.md fixes #844 duplicate entries in doc (#845) 4 years ago
LICENSE USe date range for license 6 years ago
README.md Add ZEIT Now support 4 years ago
azure-pipelines.yml Fix Windows CI 4 years ago
build.rs Use Rust 2018 edition (#885) 4 years ago
is-ehh.svg improve README comparison svgs 5 years ago
is-no.svg improve README comparison svgs 5 years ago
is-yes.svg improve README comparison svgs 5 years ago
netlify.toml Use zola 0.8 for the docs 4 years ago
rustfmt.toml rustfmt 5 years ago
snapcraft.yaml Update changelog 4 years ago

README.md

zola (né Gutenberg)

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
Syntax highlighting yes yes yes yes
Sass compilation yes yes yes yes
Assets co-location yes yes yes yes
Multilingual site ehh no yes yes
Image processing yes no yes yes
Sane & powerful template engine yes yes ehh 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 yes no yes no
ZEIT Now support yes no yes yes
Breadcrumbs yes no no yes
Custom output formats no no yes no

Supported content formats

  • Zola: markdown
  • Cobalt: markdown
  • Hugo: markdown, asciidoc, org-mode
  • Pelican: reStructuredText, markdown, asciidoc, org-mode, whatever-you-want

ehh explanations

Hugo gets ehh for the template engine because while it is probably the most powerful template engine in the list (after Jinja2) it personally drives me insane, to the point of writing my own template engine and static site generator. Yes, this is a bit biased.

Zola gets ehh for multi-language support as it only has a basic support and does not (yet) offer things like i18n in templates.

Pelican notes

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