what I have:
src
blog
blog1.md
blog2.md
blog3.md
After building site what I'm getting:
_site
blog
blog1
index.html
blog2
index.html
blog3
index.html
What I actually want is this:
_site
blog
blog1.html
blog2.html
blog3.html