Results 1383 comments of Vincent Prouillet

It was due to a change in the markdown library. It's been fixed for inline HTML (https://github.com/getzola/zola/pull/2606) but no markdown it seems

They should go in the static folder: https://www.getzola.org/documentation/getting-started/directory-structure/#static

Do you have a repo showing the minimum site having the issue? If you build the site and check the public folder, do you see the font in there? What's...

Someone on Windows will need to debug that

ah yes i have just noticed that as well. Looks like some cleaning/update is needed

Indeed just not anywhere close to high priority, there has been like 2-3 such issues in a few years and the resolution takes 2min so not really worth improving. I...

1. Not sure, would have to test it 2. Correct, they are not templated right now it could be added 3. Ideally that's how it would work

I've added templating for copy_without_render elements in https://github.com/Keats/kickstart/pull/69 could you try it and come up with a simple template for it as example? I've also ensured that the globs match...

Anything else you're missing from cookiecutter? I'm implement pre-gen/post-gen hooks right now

I see, so rendering the filename/dir name only but not the content. Makes sense.