goessner / microjam

A minimalistic Jamstack approach for creating GitHub-Pages hosted sites.
https://goessner.github.io/microjam/
MIT License
44 stars 5 forks source link

Remove necessity to append .md to directories #10

Open klawr opened 4 years ago

klawr commented 4 years ago

The performance boost shouldn't be to big on normal projects like

and I do think it is confusing to add file endings to directories.

A better approach may be to add a blacklist (or whitelist?) to the microjam object in the package.json, or to check directories for a microjam.ignore file.