A fast static site generator in a single binary with everything built-in. https://www.getzola.org
 
 
 
Go to file
june bf77b5223a
Fix cloudflare pages asdf workaround (#2500)
Trying to deploy with the current asdf command gives me this error:

```
23:47:45.659	Executing user command: zola build
23:47:45.899	Building site...
23:47:45.904	Error: Failed to build the site
23:47:45.904	Error: Error parsing templates from the /templates directory
23:47:45.904	Error: Reason: Io error while writing rendered value to output: NotFound
23:47:45.904	Error: Reason: No such file or directory (os error 2)
23:47:45.906	Failed: Error while executing user command. Exited with error code: 1
23:47:45.915	Failed: build command exited with code: 1
23:47:46.837	Failed: error occurred while running build command
```

Changing the command to use the latest version, 0.18.0 fixed this.
2024-05-17 13:28:34 +02:00
.github Start using GH pages for docs site 2023-08-20 12:35:21 +02:00
components fix: taxonomies missing lang in sitemap (#2373) 2023-12-18 23:24:06 +01:00
docs Fix cloudflare pages asdf workaround (#2500) 2024-05-17 13:28:34 +02:00
src ignore kate-swp files (#2353) 2023-12-18 23:24:06 +01: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
CHANGELOG.md Set release date 2023-12-18 23:24:06 +01:00
CONTRIBUTING.md Update links to tmtheme editor 2023-03-08 22:58:20 +01:00
Cargo.lock Update deps 2023-12-18 23:24:06 +01:00
Cargo.toml Update deps 2023-12-18 23:24:06 +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
README.md docs(readme): add downloads badge (#1872) 2022-05-23 10:23:23 +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
netlify.toml Bump zola version for docs 2023-03-05 20:26:55 +01: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

README.md

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