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

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** The place to discuss new features is the forum: If you want to add...

Manual testing: Existing test_site/config.toml http://127.0.0.1:1111/posts/a-post-with-dates ==== ``` --- a/test_site/config.toml +++ b/test_site/config.toml @@ -18,6 +18,7 @@ extra_syntaxes_and_themes = ["syntaxes", "highlight_themes"] [slugify] paths = "on" +paths_keep_dates = true taxonomies = "on" anchors...

# Bug Report I had a problem with `zola check` that it complains about internal links and anchors not existing. After some research and test, i have found the problem....

# Bug Report `minify_html = true` causes Major page formatting issues to pages with numbered code blocks. This was first reported to the abridge theme: https://github.com/Jieiku/abridge/issues/84 I implemented this in...

bug

This is not a bug report but rather a change proposal which I could possibly code/send. Zola allows to `load_data` from yaml files (in addition to other formats) and this...

# Bug Report ## Environment MacOS version: 12.2.1 Rust version: 1.61.0 Zola version: 0.16.0 Site source available at https://github.com/scouten/146parks.blog. Problem reproduces with head revision as of this writing (`8be8bdb`). ##...

The [documentation](https://www.getzola.org/documentation/content/syntax-highlighting/) does list `el` as shorthand for Emacs Lisp, but the CLI complains if I give it `emacs-lisp` and `elisp` as shortnames. Since `emacs-lisp` [is the official name in...

# Bug Report ## Environment Zola version: `0.16.0`, `next` OS: Linux ## Expected Behavior Shortcodes should render the same way each invocation ## Current Behavior The `youtube` shortcode in the...

bug
done in pr

I spent some time to try and improve the README file. What do you think? You can preview it [here](https://github.com/southerntofu/zola/tree/docs-readme) [Discussion on the forums](https://zola.discourse.group/t/help-improve-the-readme/802)