Results 1383 comments of Vincent Prouillet

The currently URLs should work just fine on S3 if you are not using CloudFront and you can use something like https://github.com/CloudUnder/lambda-edge-nice-urls if you do use it.

Hmm so for that specific usecase I think it would make sense for section to be able to have a `rss = true` setting that automatically create a RSS feed...

`![Foo][image.png]` should work for colocated assets? At least I'm using it in https://github.com/Keats/vincentprouillet/blob/master/content/blog/2018-11-17_releasing-zola-0.5.0/index.md

Honestly I'm not sure enough people want that feature to be worth merging. I've seen quite a few people asking for that just to be actually fine with pretty URLs....

@sethm you could write a script to add an alias automatically to the front-matter, which would redirect to the new URLs

> I'm surprised that zola assumes that a link to some/path will automatically be expanded by the web server to deliver some/path/index.html. It's the convention, pretty much every web server...

> I'm sure there's a good reason for it 2 things: 1. A lot of people prefer not seeing the .html 2. How do you handle colocated assets if you're...

Looks good! Are you sure you need to use the grass-compiler crate though?

Interesting. I would maybe raise an issue on the grass repo since this exact usecase might be somewhat common

> I would except any static site generator to support dumping any machines repo (containing the markdown files) into the content/ folder, and then generate static HTML pages with the...