No description
Find a file
nyanpasu64 72243d9eeb
Fix incorrect documentation for syntax directory (#1901)
Currently the Configuration docs says to load syntax files into
config.toml [markdown] extra_syntaxes. However, ever since commit
23064f57c8 (released in Zola v0.15.0), the extra_syntaxes property was
replaced by extra_syntaxes_and_themes, and used as both syntax and color
theme search paths. Following the docs and trying to set the
extra_syntaxes property does nothing, and #1723 ran into this issue.

Change the docs to consistently reference extra_syntaxes_and_themes.
2022-06-16 14:37:49 +02:00
.github disable latest tag 2021-12-07 22:38:21 +01:00
completions Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
components Add title_bytes sorting method 2022-06-13 23:37:39 +02:00
docs Fix incorrect documentation for syntax directory (#1901) 2022-06-16 14:37:49 +02:00
src Merge branch 'master' into next 2022-06-10 21:26:48 +02:00
sublime Update syntect 2022-05-05 23:41:06 +02:00
test_site Make robots.txt compliant with RFC (#1895) 2022-06-12 21:41:38 +02:00
test_site_i18n Fix feed location for taxonomies not in the default language 2022-06-13 22:34:47 +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 Try to change windows image for CI (#1807) 2022-03-21 10:43:52 +01:00
build.rs Make sure that zola serve/build can start from anywhere inside dir tree (#1761) 2022-03-03 12:35:29 +01:00
Cargo.lock Specify mime version 2022-06-10 21:20:25 +02:00
Cargo.toml Specify mime version 2022-06-10 21:20:25 +02:00
CHANGELOG.md Add title_bytes sorting method 2022-06-13 23:37:39 +02: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 Added mish.co (#1814) 2022-03-31 21:15:07 +02:00
LICENSE USe date range for license 2018-01-16 13:39:56 +01:00
netlify.toml Bump version of Zola used on netlify 2022-06-13 22:44:56 +02:00
README.md docs(readme): add downloads badge (#1872) 2022-05-23 10:23:23 +02:00
rustfmt.toml rustfmt 2018-10-31 08:18:57 +01:00
snapcraft.yaml Next version 2022-02-14 11:08:40 +01:00

zola (né Gutenberg)

Build Status GitHub all releases

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