kale-stew / climb-log

Hiking blog and climbing log. Built with Next.js, data sourced from a Notion.so database.
https://kylies.photos
10 stars 0 forks source link

Rewrite markdown processor #39

Closed kale-stew closed 2 years ago

kale-stew commented 2 years ago

Currently, we use grey-matter and remark to parse the blog post markdown content. Moving to next-mdx-remote will allow us to incorporate the custom components we need:

kale-stew commented 2 years ago

More info about custom image loaders with next-mdx-remote: https://ironeko.com/posts/how-to-use-next-js-image-with-markdown-or-mdx

kale-stew commented 2 years ago

Closed by a recent commit