denoland / deno_blog

Minimal boilerplate blogging.
MIT License
477 stars 100 forks source link

Could a index.md file be treated as default if inside a folder? #138

Open chancesmith opened 1 year ago

chancesmith commented 1 year ago

I've co-located my images with my posts:

posts/

./post-1/
- image.png
- image-2.png
- index.md

Currently, the URL to see the post is site.com/post-1/index.

How can I get the URL to be site.com/post-1?