Markdown based blog using next.js. Also using processmd (disclaimer: another project of mine) to compile the markdown files and watch for changes.
Clone this repo and use it as a starting point for your own blog.
npm install
npm run build:content
npm start
npm run build
- Add RSS feed support