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.18.0 ## Expected Behavior When creating a link to a section, it refers to the same page: ```md [section link](#section) ``` ```html example...

There are many issues users of GitHub Codespaces are facing when trying to build sites using zola: 1. There is no container image that can be used as dev container...

enhancement

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Zola version: **0.18.0** I have the following shortcode as `templates/shortcodes/blog_example.html`: ```html {{ body | markdown | safe }} ``` I use the shortcode like this: ``` {% blog_example() %} foobar...

bug

Hey there! I'm creating a PR that improves the documentation, mostly to expand/create explanations of certain topics for new users. I have two questions: 1. Most documentation lines cut off...

This PR adds the option of rendering footnotes at the bottoms in GitHub-Style, based on the implementation of [notriddle](https://github.com/raphlinus/pulldown-cmark/blob/ad19879e6b4f411dbdd78ffa6a9cf429e35afe47/examples/footnote-rewrite.rs). Closes #1285. For instance, the following markdown ```md ### Footnotes Footnote...

# Bug Report ## Environment Zola version: 0.18.0 ## Expected Behavior I'm playing with using a shortcode + `resize_image` to automatically do responsive images on my website. I'm specifically using:...

# Documentation issue ## Summary I followed along the steps in [taxonomies docs](https://www.getzola.org/documentation/content/taxonomies/), adding the taxonomiy map in the config.toml, then add the taxonomies in the page, I basically copy...

documentation