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
- ✅ 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