zola icon indicating copy to clipboard operation
zola copied to clipboard

A fast static site generator in a single binary with everything built-in. https://www.getzola.org

Results 261 zola issues
Sort by recently updated
recently updated
newest added

In https://github.com/getzola/zola/pull/1917 we discussed that sorting by `slug` probably makes more sense than by `filepath`, so here is the implementation. --- Sanity check: * [X] Have you checked to ensure...

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** The place to discuss new features is the forum: If you want to add...

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** The place to discuss new features is the forum: If you want to add...

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** The place to discuss new features is the forum: If you want to add...

#1361 Next attempt 😄 Dont canonicalize paths because windows "\\\\?" prefix seems to break globbing. If we have a relative path we turn it into an absolute one using the...

Add deflate filters as discussed on the [forum](https://zola.discourse.group/t/deflate-compression/1024/4) Sanity check: * [X] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/getzola/zola/pulls) for the same update/change? ## Code changes...

Now if you have a web server set up to handle this, you can set `trailing_slashes = false` in the config and use URLs without them. ## Code changes *...

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** The place to discuss new features is the forum: If you want to add...

I just finished implementing the elasticlunr search for the [abridge theme](https://abridge.netlify.app/). So far I like elasticlunr, but it was last updated 2019. It would be really cool if Zola supported...

# Bug Report ## Environment Zola version: 0.16.0 ## Expected Behavior Application works ## Current Behavior ```sh ➤ docker run -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app ghcr.io/getzola/zola:v0.16.0 build...