Results 1383 comments of Vincent Prouillet

> I propose that zola either adds dynamic binary execution (i.e. zola something executes zola-something if found in $PATH akin to how git or cargo does it; details unclear) in...

I think in practice it shouldn't be done through the template engine at all for markdown images/colocation

It's not possible to define term slug right now

See https://github.com/getzola/zola/issues/2955 I have not changed anything to the config in years except the version so i'm not sure what happened. I'm not using snaps either so if there has...

> Alternatively, I can submit a PR, but I would need to understand your current workflow first, as I’m not sure how the builds were handled historically with the existing...

Sorry I had notifications disabled for some reasons for new issues/PR so I missed a lot of them. We don't do breaking changes very often if you look at https://github.com/getzola/zola/blob/master/CHANGELOG.md...

Have you tried setting the slugify strategy for anchrors to "off"? See https://www.getzola.org/documentation/getting-started/configuration/#slugification-strategies

What's the usecase? You can already prefix content files by a date to organise things better

Which CommonMark implementations automatically create links for URLs? That's not the default anywhere afaik, you have to use the `` syntax from the spec.

It would need to be added to pulldown-cmark first and then it can be added as an option in Zola