I've put my posts
folder with markdown-based article files inside static
directory.
I would like to list these files inside my post list template without using express/other server-side framework - is it possible?
Adding file-system
packages (or similar) causes errors because I think nuxt executes them somehow on client side anyway.