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

Thanks a lot for the awesome work! In the documentation it says about the variables exposed to templates. In [pages-sections](https://www.getzola.org/documentation/templates/pages-sections/) the documentation let clear that users can define custom information...

# Bug Report ## Environment Zola version: 0.14.0, obtained via nixpkgs ## Expected Behavior ```shell cd /private/tmp/zola-test mkdir zola cd zola zola init rmdir content ln -s .. content zola...

Does zola support asciidoc. I like it a lot, and it would be nice. Emacs org mode, is also cool. but AsciiDoc is an easy formatto parse.

From [the forums](https://zola.discourse.group/t/first-step-failed/794) Windows 10, zola 0.13.0 It appears the `-r` flag is broken on Windows, at least with absolute links, like so: ``` zola.exe -r "D:\Dev\Zola\zola-clean-blog" build ```

bug

# Bug Report ## Environment Zola version: 0.12 ## Expected Behavior `resize_image` would output URLs that work wherever the site happens to be deployed at. ## Current Behavior `resize_image` outputs...

# Documentation issue ## Summary The code blocks in the documentation contain many lines that are too wide for the area in which they are being drawn. This means that...

The syntax highlighting Dracula theme currently underlines a lot of code that should not be underlined. This is an example `rust` code block: ![image](https://user-images.githubusercontent.com/34988408/112995393-2bdd0300-9139-11eb-9021-794a1b6c666f.png)

Does `zola` require one to publish in the root of the server? I have multiple blogs I would like to host under one domain name. See #1497

- Defined a theme in Zola - Clarified configuration of themes - Clarified theme template functionality - addresses #1532 **IMPORTANT: Please do not create a Pull Request adding a new...

It seems like you need to append with your username to access the secret token. See: https://githubmemory.com/repo/shalzz/zola-deploy-action/issues/13 Signed-off-by: Hanif Bin Ariffin **IMPORTANT: Please do not create a Pull Request adding...