Results 1383 comments of Vincent Prouillet

@greenwoodcm do you think you will have time to address the comments?

No worries, I'm on paternity leave myself so not super active either

There is https://github.com/getzola/zola/blob/master/EXAMPLES.md but those pages tend to be out of date pretty fast. I think a showcase would make sense for companies/big projects using Zola rather than individuals just...

Nice! Any big pain points/issues?

zola serve strips anything other than the ip/url

Honestly I would need to re-read the code to see how `-i`/`-u` actually work, I don't think I've ever used those myself with `serve`. If i remember correctly, it was...

Have a look at how other SSG handle that, if they all do the same thing we can match it.

@blueglyph I would be interested to see what you had in mind

I don't plan on pushing anything to crates.io so that wouldn't work.

The codebase is split in sub crates (https://github.com/getzola/zola/tree/master/components) and I don't want to deal with pushing all of that on crates.io since it's purely for organisation/compilation speed that it is...