3.2.6 • Published 4 years ago
next-blog v3.2.6
next-blog
Markdown based blog using next. It also uses processmd to compile the markdown files and watch for changes (disclaimer: another project of mine).
Clone this repo and use it as a starting point for your own blog.

NOTE: Make sure to run npm run build:content before npm start for the first time.
Install dependencies
npm installBuild content
npm run build:contentRun development server
npm startBuild for production
npm run buildTODO
- Add RSS feed support