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

Publishing Zola to [Winget](https://docs.microsoft.com/en-us/windows/package-manager/) would be really neat as an alternative way to install it on Windows ([Guide](https://docs.microsoft.com/en-us/windows/package-manager/package/))

help wanted
good first issue

Okay, so this is gonna be weird. But, I have a very specific thing I'd like to do on my blog, and I'm not sure Tera is able to do...

# Bug Report ## Environment Zola version: 0.41.1 ## Expected Behavior I would expect custom syntaxes defined using the `extra_syntaxes` system would be able to embed built-in syntaxes as Sublime...

# Bug Report ## Environment windows 10 Zola version:0.14.0 ## Expected Behavior filename.md add many images_resize short_code: ``` {% set image = resize_image(path=path, width=width, op=op,format="jpg") %} ``` filename.md ``` {{...

bug

On windows when running zola in a directory on a mapped network drive. I get an error when there is a shortcode that needs to use the load_data function. In...

bug

# Bug Report Consider the following structure: ```text ├── content │ └── pages │ ├── about │ │ ├── picture.jpg │ │ └── index.md │ └── _index.md ``` `_index.md`: ```md...

# Bug Report ## Environment linux, zola from snap Zola version: `zola 0.14.1` ## Expected Behavior ![obraz](https://user-images.githubusercontent.com/8476571/140811449-8e262b54-3fd7-4164-a897-692d9500af75.png) ## Current Behavior ![obraz](https://user-images.githubusercontent.com/8476571/140811430-3ec3bd2c-62a1-4be4-af52-44d215222a67.png) ## Step to reproduce 1. in config.toml: `highlight_code =...

Hello, For a section, I want to list all descendant sections. Is this possible? https://www.getzola.org/documentation/templates/pages-sections/#section-variables - `subsections` = **Direct** subsections to this section

# Bug Report ## Environment Zola version: 0.12.2 ## Expected Behavior Valid atom.xml from [W3C Validation Service](https://validator.w3.org/) ## Current Behavior Not valid. 1. Missing ``, `` should be added by...

# Bug Report I frequently use this syntax to disable syntax highlighting. It works on other markdown implementations (e.g. github): ```` ```text some text here ``` ```` The `text` language...