No description
Find a file
Connor K 26f6677bfb Add support for Fuse.js search format (#2507)
* inital "just barely works" Fuse.js support

* implement FuseJavascript; refactor index_for_lang

* support search config

* move fuse index building to it's own file

* update doc of Search.index_format

* update config docs

* update search documentation

* use &str where possible

* use libs::serde_json

remmeber to commit Cargo.lock

* move extension logic to IndexFormat

* move the entire filename logic inside IndexFormat

* move elasticlunr to it's own module

* only create elasticlunr.min.js if we're actually using elasticlunr

* move ELASTICLUNR_JS to elasticlunr.js

* hide the details of search's submodules

* optionally include path

* explain include_path better

* remove references to stork

* replace if with match

* support include_description

* specify "permalink"

* move body cleaning and truncation to a function

* update truncate_content_length docs to specify *code points*
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 Add support for Fuse.js search format (#2507) 2024-06-20 23:15:24 +02:00
docs Add support for Fuse.js search format (#2507) 2024-06-20 23:15:24 +02:00
src feat: fix hot loading for config.toml changes on Linux (#2498) 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 Update msrv 2024-06-20 23:15:24 +02:00
build.rs Add completion subcommand (#1968) 2023-02-16 20:49:03 +01:00
Cargo.lock Add support for Fuse.js search format (#2507) 2024-06-20 23:15:24 +02:00
Cargo.toml feat: move from notify v4 to notify-debouncer-full (#2503) 2024-06-20 23:15:24 +02:00
CHANGELOG.md Update changelog 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