zola
zola copied to clipboard
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
# Bug Report ## Environment Ubuntu 23.10, with `rustc` version 1.76.0 Zola version: 0.18.0 ## Expected Behavior Tell us what should have happened. No warnings should be emitted. ## Current...
Mentioned in #2311 but posting a dedicated issue to track it properly. Right now, the crate uses strings exclusively to track URLs, but we should probably use the `url` crate...
I want to link my blog content to a specific page in taxonomies, for example. myblog.md ``` +++ title = "Shape of water" date = 2019-08-15 # date of the...
# Introduction The `Build and deploy GH Pages` GitHub Actions workflow defined in `docs.yml` is designed to run on pushes to master. However, we don't check that the docs build...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
# Introduction Fixes #2266 , alternative to #2269 which appears to be stalled and has a large diff against `next`. In particular, this fixes hot reloading for changes made to...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Sanity check: * [x] Have you opened a thread on the forum? *[yes](https://zola.discourse.group/t/fuse-js-search-format/2139) but nobody responded* * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/getzola/zola/pulls) for...
# Bug Report I made a page.html template with only that inside: ```tera {% extends "page.html" %} ``` page.html instead of base.html. My bad. This triggers a stack overflow (rather...
As discussed here, I have a build that is rather slow and @Keats said somethign is likely wrong: https://zola.discourse.group/t/incremental-rebuilds/2144/3 The repository is here: https://github.com/faassen/secretweblog_zola I'm building it with zola 0.18...