Hello World

This is a .mdx
file.
In order to display it, we added 3 packages:
marked
: pass our.mdx
file and render as HTMLnext-mdx-remote
: make our.mdx
files and use them as our postsgray-matter
: use the metadata on the top of the.mdx
file
How it's done:
- Put the posts in a
posts
folder in the root directory as.mdx
file - Save the images in
public/posts/<file-name>
- Set up the
blog/[slug].tsx
file