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: 0.15.3 Running on macOS. ## Steps to reproduce 1. `zola init` 2. Create a template in `templates/page.html`: ```html Page {{ page.content | safe...

Generally when you enable the search it will be the BULK of your sites download size. For instance with [abridge](https://abridge.netlify.app/) the download size is 328 KB, the search index is...

# Bug Report ## Environment Zola version: 0.16.0 OS: Windows 10 ## Expected Behavior Sections should be created and sass should be processed. ## Current Behavior Sections currently cause a...

bug
Need Windows help

I'm migrating a Jekyll site whose atom feed is at feed.xml. I'd like to use the default Zola feed template, so I have to use the name `atom.xml`. Is there...

# Bug Report ## Environment Zola version: 0.16.0 (macOS) ## Expected Behavior Calling `get_url(path=X)` with `X` being the path to a page asset should correctly create a resolvable URL. This...

bug

Libsass is deprecated, and only gets maintenance updates. The Sass team recommends people move to Dart Sass instead. It's still fast, compiles to one binary, and, as aforementioned, is being...

enhancement

# Bug Report ## Environment Zola version: 0.16 ## Expected Behavior Running `zola serve` should serve the site. ## Current Behavior When running `zola serve` with the latest 0.16 I...

bug
Need Windows help

# Bug Report ## Environment Zola version: v0.16 Windows 10. ## Expected Behavior My site builds successfully ## Current Behavior I get a panic while building/serving my site at [this...

bug
done in pr
Need Windows help

# Bug Report ## Environment Zola version: 0.15.3 ## Expected Behavior Unable to put links into a shortcode snippet using markdown link syntax. ## Current Behavior The contents of the...

I'd like to run a command (like for `postcss`/`parcel-bundler`) every `zola build`. I know this would work if I just put the css build command before the `zola build`, but...