Vincent Prouillet
Vincent Prouillet
Yeah I'm not too sure what to do honestly... Re-processing the files everytime is not great and you probably want to at least see what they look like on `zola...
> I would like to have all these generated images under source control, just the source image. Do you mean you want only the source one or also the generated...
> It would be really surprising to me if the generated images were under source control. It's already the cases with resized images
To be fair they are all put in the same folders so you can gitignore it if you want.
URLs in Zola are always expected to end with a `/` so that's not too surprising some paths are broken
We could redirect in `zola serve` but it's not sure whether whatever server the user will end up using would do the redirect. So it's a situation where zola serve...
There is a PR for that behaviour: https://github.com/getzola/zola/pull/1534 but I'm still kinda undecided
I'm not planning to add any support for redirection in `zola serve`. It is a very dumb server and it only works with or without trailing slash by coincidence.
> And regarding the “dumbness”—zola serve can differentiate between a requested directory or a file now Nope it cannot. `zola serve` doesn't create any files on disk, it's just a...
It looks like anyone can do it via a PR on their repo right?