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 383 zola issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Environment Zola version: 0.20.0 ## Expected Behavior zola should have parsed the .sublime-syntax file correctly. ## Current Behavior zola panics: ``` Building site... thread '' panicked...

# Bug Report ## Environment Linux: Solus OS Linux: Ubuntu OS Linux: WSL2 Zola version: 0.19.2 ## Expected Behavior zola site should build every time deterministically, when using date filter...

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** https://zola.discourse.group/t/include-and-copy-attributes-for-code-fences/ The place to discuss new features is the forum: If you want to...

Fixes #2618 I have confirmed that this fixes http://eldred.fr/blog/backcompat/part4/#compat-or-changes (the issue causes a `` to go missing, which becomes especially noticeable at the bottom of the page). I haven't added...

This PR solves issue #2598 through internal resolution for assets (i.e. using `@` in front of the asset path). It allow to retrieve an assets permalink based on its associated...

**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...

As seen in #2449, it might be nice to not serve the taxonomies in the top level directory, but in a subfolder. This commit adds an option "prefix" to the...

# Bug Report ## Environment Zola version: 0.19.2 ## Step to reproduce `footnoter.html` ``` {{cont | safe | markdown | safe}} ``` `page.md` ``` [^1] I am a footnote [^2]...

Hi, Currently, Zola processes Markdown (with inline HTML allowed) as source content, while non‑Markdown files can be included from the `static/` folder. Alternatively, Hugo [supports](https://gohugo.io/content-management/formats/) HTML *natively* and allows Pandoc...

# Documentation issue ## Summary Hi, I'm trying to switch my blog over to using Zola, and something I was doing previously was directly embedding a few svgs (for social...

enhancement