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 Thanks for a great generator. I use it for my blog. I get a compile error when I try to build zola in Termux on Android LineageOS...

# Bug Report The option `-u` or `--base-url` is not taken into account with the `serve` command. ## Environment Zola version: 0.17.2 ## Expected Behavior With the command `zola serve...

# Bug Report ``` Checking 18 external link(s). Skipping 0 external link(s). > Checked 19 external link(s): 0 error(s) found. ``` ## Environment Zola version: 0.18 ## Expected Behavior I'd...

bug
done in pr

# Bug Report In a "backticks" codeblock without line numbers, an empty line will insert `` tags around the code with broken nesting like so: ```html ``` ## Environment Zola...

bug

Having a distroless image is interesting for people who simply want to run zola directly, but if you want to use zola on a CI/CD system you need the image...

Occurs on Zola 0.18.0 When I enable the Atom feed and view its contents, it appears to be very mangled and barebones. For example, the post content is put into...

For example, right now to get a section you call `get_section(path="blog/_index.md")` but that brings up the section with the default language. It would be very interesting if you could do...

Dissatisfied with other current static site generators (I currently have Hexo, Hugo, Jekyll, & custom sites deployed) I was poking around the field and ran across this project. I'm actually...

# Documentation issue ## Summary While it's clear that the translation system will be reworked eventually (#1058), right now a problem that exists is the fact that themes can't easily...

Currently there are multiple `include_X` config keys in the `[search]` section. There are multiple options for adding this: 1. Add `include_date` to the existing config and update the generator to...

enhancement
done in pr