deno_blog icon indicating copy to clipboard operation
deno_blog copied to clipboard

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

Open chancesmith opened this issue 2 years ago • 0 comments

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?

chancesmith avatar Aug 26 '23 21:08 chancesmith

Should I name index.md to something else?

chancesmith avatar Sep 11 '23 19:09 chancesmith