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

If a short-code with a body is used in the body of a short-code it's `{% end %}` is matched with the outer short-code. This prevents the use of nested...

enhancement
help wanted
good first issue

Hi. I saw several project weight other SSG more just because they have [Algolia](https://www.algolia.com/doc/guides/getting-started/how-algolia-works/) support. Would you like to support Algolia for this awesome SSG? Related: - https://github.com/getzola/zola/issues/1349 - https://github.com/codewars/docs/issues/248

enhancement

Counld you please integrate the KaTeX server side rendering into Zola? That will be a great performance improvement in the browser side

enhancement

What I'd like to do is have this work: `ignored_content = ["albums/**/*.{jpg,jpeg,png}"]`. Basically ignore any images in `content/albums` _and_ all sub-folders of that. This does not work. `ignored_content = ["*.{jpg,jpeg,png}"]`...

enhancement

I realize this could be technically challenging to implement, but it'd be great to have a way to call `get_url` (or some other similar URL-processing step) from _inside SASS/CSS files_....

enhancement

Maybe it would be good to allow the use of `.tera` (or `.html.tera?`) extension instead of `.html` to make it clear that it's a Tera template, and not possibly some...

On the website it's claimed that zola comes as a single binary. But the project distributes three separate binaries for Linux, WIndows, and Macintosh. Therefore if I use multiple operating...

If I have a site example.com and I want to have a page at example.com/about/, I probably want to run the index file in 'about' with my standard page template...

enhancement

# Bug Report ## Environment Zola version: 0.13 ## Background I recently upgraded from Zola 0.9 to 0.13. Along the way Markdown processing must have changed: 0.9: ![image](https://user-images.githubusercontent.com/301288/112391601-72290100-8cf8-11eb-9f10-e9874cc87f98.png) 0.13: ![image](https://user-images.githubusercontent.com/301288/112391561-650c1200-8cf8-11eb-87e5-89ac81e84faf.png)...

enhancement

# Bug Report ## Environment Zola version: `master` ## Expected Behavior Running `cargo run -- --root ..\..\cheats.rs build` should make it find short codes, and generally 'just work'. ## Current...

bug