No description
Find a file
Andrew Langmeier 8e37025729 Add search.index_format into the serialized config (#2165) (#2196)
* Add search into the serialized config (#2165)

* Only expose index_format

* Create config.search struct

* cargo fmt
2023-12-18 23:24:06 +01:00
.github Start using GH pages for docs site 2023-08-20 12:35:21 +02:00
components Add search.index_format into the serialized config (#2165) (#2196) 2023-12-18 23:24:06 +01:00
docs Implement replace_re filter (#2163) 2023-12-18 23:24:06 +01:00
src print error message when no config file found (#2168) 2023-12-18 23:24:06 +01:00
sublime Update syntect 2022-05-05 23:41:06 +02:00
test_site Fix tests 2023-03-19 20:36:25 +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 changelog and disable clippy in CI for a bit 2023-03-19 20:36:25 +01:00
build.rs Add completion subcommand (#1968) 2023-02-16 20:49:03 +01:00
Cargo.lock Update changelog 2023-03-19 20:36:25 +01:00
Cargo.toml Update deps 2023-03-19 20:36:25 +01:00
CHANGELOG.md Next version 2023-12-18 23:24:06 +01:00
CONTRIBUTING.md Update links to tmtheme editor 2023-03-08 22:58:20 +01:00
Dockerfile Use distroless instead of dockerize (#1643) 2021-10-21 19:37:12 +02:00
EXAMPLES.md docs: added peterprototypes.com (#2302) 2023-09-12 22:07:13 +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 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 Update snap 2023-04-03 08:27:09 +02:00
zola.metainfo.xml Update Metainfo (#2148) 2023-03-20 13:47:35 +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