No description
Find a file
Timon Van Overveldt 13682e1342 Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432)
The pulldown_cmark escaping functionality is now shipped in a separate
pulldown_cmark_escape crate
(https://crates.io/crates/pulldown-cmark-escape), starting with v0.10.0.

The markdown.rs module has to be adapted to a few API changes in
pulldown_cmark, and we have to introduce explicit handling of <img> alt
text to ensure it continues to be properly escaped.

There are also a few other behavior changes that are caught by the
tests, but these actually seem to be desired, so I've updated the insta
snapshot files for those tests to incorporate those changes.
Specifically, one footnote-parsing case seems to be handled better now,
and pulldown-cmark's `push_html` now doesn't escape quotes in text nodes
anymore (see https://github.com/pulldown-cmark/pulldown-cmark/pull/836).
2024-06-20 23:15:24 +02:00
.github fix: fix docs CI workflow; build in MRs; build and deploy on master (#2504) 2024-05-24 20:48:27 +02:00
components Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432) 2024-06-20 23:15:24 +02:00
docs Issue 2359 get section by lang (#2410) 2024-06-20 23:15:24 +02:00
src Allow IPv6 serve, default base_url to listen interface instead of 127.0.0.1 (#2395) 2024-06-20 23:15:24 +02:00
sublime Update syntect 2022-05-05 23:41:06 +02:00
test_site Atom template authors (#2259) 2023-12-18 23:24:06 +01:00
test_site_i18n Fix feed location for taxonomies not in the default language 2022-06-13 22:34:47 +02:00
test_sites_invalid/indexmd Fix tests 2023-03-19 20:36:25 +01: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 Add apple arm (#2324) 2023-12-18 23:24:06 +01:00
build.rs Add completion subcommand (#1968) 2023-02-16 20:49:03 +01:00
Cargo.lock Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432) 2024-06-20 23:15:24 +02:00
Cargo.toml Update deps 2023-12-18 23:24:06 +01:00
CHANGELOG.md Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432) 2024-06-20 23:15:24 +02:00
CONTRIBUTING.md Update links to tmtheme editor 2023-03-08 22:58:20 +01:00
Dockerfile fix: set the debian version used to build the Docker image (#2386) 2023-12-20 14:00:07 +01:00
EXAMPLES.md remove entries for sites that are no longer functional (#2470) 2024-04-01 22:24:26 +02:00
LICENSE USe date range for license 2018-01-16 13:39:56 +01:00
netlify.toml Bump zola version for docs 2023-03-05 20:26:55 +01:00
README.md Spiff up the readme a bit. (#2501) 2024-05-18 21:13:32 +02:00
rustfmt.toml rustfmt 2018-10-31 08:18:57 +01:00
snapcraft.yaml Update snapcraft version 2023-12-19 08:42:48 +01:00
zola.metainfo.xml Metainfo: Add 0.18.0 (#2402) 2024-01-07 20:22:14 +01:00

zola (né Gutenberg)

Build Status GitHub all releases

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