messa / nextjs-mdx-blog-example

Blog example using Next.js and MDX (Markdown + React)
https://nextjs-mdx-blog-example.now.sh
62 stars 27 forks source link
blog example mdx next-mdx nextjs react rss-feed

Simple static blog made with Next.js and MDX

Live demo: nextjs-mdx-blog-example.now.sh

Deployment

Build a static website and deploy using now.sh:

$ npm install && npm run export && cd out && now deploy

Similar projects

TODO