Each page has a lossless.webp file in it’s directory. Still, zola days this when building:
Failed to build the site
Error: Failed to render page '/git-repos/papojari.codeberg.page/content/art/City block/index.md'
Reason: Failed to render 'art-page.html'
Reason: Function call 'resize_image' failed
Reason: `resize_image`: Cannot find file: http://127.0.0.1:1111/art/city-block/lossless.webp
even though there is an image at http://127.0.0.1:1111/art/city-block/lossless.webp. What am I doing wrong here? The plan is to only store lossless images in my source code and have them be converted to a lossy image with zola for the website.
We don’t have a operation to just lower the quality, so if you want to keep the same size as the original, you will need to call Overview | Zola first and pass the result as arguments to resize_image.