Welcome to articles

This part of the application is designed for understanding how to implement a blog application with next-mdx-remote-client.

Visit github for source code.

In the github repository, you can see how to
  • implement listing articles using getStaticPaths and getStaticProps,
  • get frontmatters without compiling the souce while listing articles,
  • implement a simple but powerful table of content (TOC),
  • implement automatic MDX syntax error handling,
  • provide options to next-mdx-remote-client.

For simpicity and demonstration purpose, I created the content of the articles via chatGPT.