I'm looking at Remix and mdx-bundler, and struggling to understand how to use it correctly. Compiling(?) a single mdx-page, looks fairly straight forward, but can't figure out how to use it correctly in relation to generating an index of the blog posts and stuff like that.
Is there a simple "complete" example, or a tutorial anywhere for how to create a simple blog with mdx-bundler and remix? Looking for something with a folder per post (with pictures in same folder), and a post-page, and an index-page listing out all (or latest) posts.
I tried looking at Kent C. Dodds website, but it's so complicated that I've given up trying to figure out how it all works. 😕