Vincent Prouillet
Vincent Prouillet
Does that mean that you re-do the request on every file change in zola serve?
I think I need to see some more people wanting that feature before merging it.
Yeah the forum is not checked as often. Maybe create an issue on the repo, people do check those before creating a new one usually. You can point to the...
I would love a PR for it!
I'll have a look but I prefer one big PR to review at once.
Cool, I'll review it when you think it's done then!
Hm weird I can't reproduce on OSX. `copy` should not error if the destination already exists on any OS 🤔
You probably want to report that one to [syntect](https://github.com/trishume/syntect/issues) directly.
It's lacking context but shortcodes as in with .html extension will render HTML. If you want to render Markdown, use .md shortcodes: https://www.getzola.org/documentation/content/shortcodes/
Note that the docs now have a quickstart section: https://www.getzola.org/documentation/getting-started/overview/ Overview might be a bad name for it though. The issue I have with putting some files in `zola init`...