deno_blog
deno_blog copied to clipboard
Docs: explain how pages get served
From skimming the code, it looks like it searches from the current directory recursively to look for files ending with .md files and loads them all into memory. Maybe explain this in the README?