Live demo: nextjs-mdx-blog-example.now.sh
Build a static website and deploy using now.sh:
$ npm install && npm run export && cd out && now deploy
- https://github.com/johnlindquist/next-mdx-blog
- https://github.com/lorenseanstewart/nextjs-mdx-blog-kit
- ✅ automatically generate list of all posts from the .mdx files
- ✅ some basic CSS
- ✅ layout for posts
- ✅ RSS feed
- more info in this readme - how to create post, post attributes
- add more complex post example - with image, custom component, video
- try to retrieve post title from the markdown
<h1>
title - describe deployment process using webhooks, CI etc.
- automate deployment of this example