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 `get_file_hash` doesn't update when running `zola serve` and editing a SCSS file. ## Environment Zola version: 0.15.3 ## Expected Behavior SCSS file recompiles, and CSS integrity hash...

`zola serv` doesnt log anything but reload of content. it would be nice to have an access log and a log about what zola did to serv the request (for...

# Bug Report Getting this error on `zola serve`: ``` Error: Can't watch `static` for changes in folder `/nordic-notes`. Does it exist, and do you have correct permissions? Reason: no...

I'm trying to write a shortcode which includes a syntax-highlighted code from a file. I'm using the new colocation feature. My shortcode currently looks like this: ```` {% set text...

enhancement

# Bug Report ## Environment Zola version: 0.15.3 OS: Arch Linux Kernel: linux-zen 5.16.13-zen1-1 ## Expected Behavior When using `linenos` in an indented code block the output should be: *...

bug

During my startup with Zola i found it hard to get a good gripe with how this (or any) static site generator works. The docs are fairly complete but lack...

# Documentation issue The documentation around themes has been confusing and from the point of understanding what Zola defines as theme as (which might be slightly different from the common...

documentation

``` zola: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by zola) zola: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by zola) ```

# Bug Report ## Environment Zola version: 0.8.0 Features used: * shortcode * collocated assets for page * `YYYY-MM-DD_` prefix for page * `resize_image()` function ## Setup Directory structure like...

enhancement