No description
Find a file
Vincent Prouillet 445a95f22d Update deps
2021-12-05 11:18:04 +01:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-05-07 07:18:26 -07:00
completions Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
components Only find assets recursively for pages (#1677) 2021-12-04 13:58:02 +01:00
docs Fix docs for get_url 2021-12-02 19:53:42 +01:00
src Ensure zola serve only reads from the public dir 2021-11-23 23:18:51 +01:00
sublime Add protobuf syntax highlighting 2021-05-10 22:09:36 +02:00
test_site Support custom syntax highlighting themes (#1499) 2021-09-13 21:08:48 +02:00
test_site_i18n Fix languages docs 2021-08-08 10:28:32 +02:00
.dockerignore add .dockerignore file to reduce intermediate docker image size and build time 2020-06-09 12:16:01 +02:00
.editorconfig Create new project 2016-12-06 14:51:33 +09:00
.gitignore Add class based syntax higlighting + line numbers (#1531) 2021-07-10 08:53:19 +02:00
.gitmodules Add protobuf syntax highlighting 2021-05-10 22:09:36 +02:00
azure-pipelines.yml Update pinned ci version 2021-11-25 09:15:22 +01:00
build.rs Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
Cargo.lock Update deps 2021-12-05 11:18:04 +01:00
Cargo.toml fix: crash on config change (#1616) 2021-09-11 09:31:34 +02:00
CHANGELOG.md Handle naked anchor link for internal links 2021-12-03 23:30:32 +01:00
CONTRIBUTING.md Merge branch 'master' into next 2021-07-18 13:53:27 +02:00
Dockerfile Use distroless instead of dockerize (#1643) 2021-10-21 19:37:12 +02:00
EXAMPLES.md Add 146parks.blog to example sites. (#1664) 2021-11-19 22:44:21 +01:00
LICENSE USe date range for license 2018-01-16 13:39:56 +01:00
netlify.toml Update version of zola for docs + version of ubuntu for release 2021-07-19 20:12:41 +02:00
README.md Remove comparisons in README 2021-11-25 09:11:05 +01:00
rustfmt.toml rustfmt 2018-10-31 08:18:57 +01:00
snapcraft.yaml Prepare for 0.14.1 2021-08-24 08:50:44 +02:00

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.

This tool and the template engine it is using 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
  • (Basic currently) multilingual site suport
  • 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
  • Breadcrumbs