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

# Bug Report ## Environment - Zola version: `next` branch, commit 39cf436b1174a3d5f2fbe4bac20e942795005f05 - GIMP version: v2.99.9 commit bb4403fd49 - ImageMagick version: v7.1.0-43 ## Description Hello, I encountered an issue similar...

upstream bug

# Bug Report ## Environment Zola version: v0.15.3 ## Expected Behavior ```toml ignored_content = ["*.icc", "readme.*", "README.*"] ``` Should exclude `foobar.icc` and `README.md`. ## Current Behavior Both files are included...

Right now we can put the data in 2 different places for the default language in config.toml: the base file and `language.DEFAULT_LANGUAGE`. Those are not currently merged and zola will...

enhancement
help wanted
good first issue

Adding `minify_html = true` enables minification globally, for `zola serve` as we as the `build` option. I would like to propose an additional flag (e.g. `minify_html = build_only`) so that...

# Bug Report ## Environment Zola version: 0.15.3 ## Expected Behavior Site generation remains speedy. ## Current Behavior I have a (closed source, sorry) site with about 800 pages, 120...

I'm testing Zola for a multi language content website, and I want my default language to lives inside its own subfolder - as the translations - as its the preferred...

enhancement
Feedback wanted

Hello, I am new to this and the issue I have is 100 % my fault but I do not understand how to fix it. I want to put my...

Add some more custom syntax to the codeblock to allow for codeblock naming. By writing ```` ```rust,name="Shell code" ``` ```` If this seems like too much of a change, then...

# Bug Report ## Environment Debian Linux Zola version: 0.15.3, downloaded from the github releases page ## Expected Behavior Zola copies `/static/img/home-bg.jpg` to `/public/img/home-bg,jpg` ## Current Behavior I'm trying to...

enhancement

While building sites I like to keep an eye on the transfer sizes of pages. This helps me keep sizes under control as I develop. However, because `zola serve` doesn't...

enhancement