@zachleat this actually makes me wonder: should .md be processed by default?
it's certainly great for blog posts, but maybe not a good default for a general purpose static site generator? it also requires excluding README.md (and other top-level *.md) from being built
@hi_mayank yeah—a fair question! I’ve hit this a few times too as I slowly gravitate towards recommending using a `content` or `src` folder by default.
I think the benefits outweigh the negatives though—the onramp with immediate markdown support is hard to beat. We couldn’t do a default `content`/`src` folder either because that would require an additional folder creation step or even head towards a boilerplate CLI which I have a real hard time getting onboard with.