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 fedora 36 Zola version: 0.16.1 ## Expected Behavior The zola build should only delete the contents of the `public` directory instead of deleting it completely....

# Bug Report ## Environment Zola version: 0.16.1 ## Behavior A section with the title `` `.into::()` `` should result in `.into::()` being generated for the TOC title. Currently, it...

enhancement

# Documentation issue ## Summary It would be nice if Zola had upgrade instructions between version. I just tried to compile my site with 0.16.1, but noticed that Markdown wouldn't...

Zola version: zola-0.10.1-1.fc32.x86_64 ## Expected Behavior in config.toml: ``` default_language = 'de' ``` ```jinja {{ "2020-07-27" | date(format="%B") }} ``` is not localized: It returns "July" and not "Juli". I...

done in pr

# Bug Report ## Environment Zola version: `zola 0.16.0` ## Expected Behavior Code blocks with `hcl` should have syntax highlighting. ## Current Behavior They're rendered as plain text, i.e. without...

Hello, I saw the [Discourse topic](https://zola.discourse.group/t/hash-of-variable-rather-than-hash-of-file/1168) which got no answers yet, so I decided to give it a try (as I need this feature myself). It’s basically a rough copy...

Hello everyone, Are Markdown links that start with `www.` legal? If so, I propose allowing links beginning with `www.` also. ## Code Snippet https://github.com/getzola/zola/blob/195b6bdff070913129f310f4fe68b42b5c8ba0a6/components/markdown/src/markdown.rs#L133-L136 ## Test https://github.com/getzola/zola/blob/195b6bdff070913129f310f4fe68b42b5c8ba0a6/components/markdown/src/markdown.rs#L597-L609

# Bug Report A long article might be split into multiple parts, each with same create_time and different permalink. The primary sort_by is create_time. e.g. - "2022-08-23", "/archives/some-topic-01" - "2022-08-24",...

# Bug Report Zola failed to run for me on Windows on my work computer. It complained about the following dlls being missing VCRUNTIME140.dll MSVCP140.dll Saying: The program can't start...

bug

# Bug Report ## Environment Zola version: `0.16.1` ## Expected Behavior When a shortcode is passed to a body of another shortcode, it should render in the parent's context. ##...