Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 601 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 601 Bytes

next-blog

Markdown based blog using next.js

Mentioned in Awesome Next JS

Clone this repo and use it as a starting point for your own blog.

next blog screenshot

Install dependencies

npm install

Build content

npm run build:content

Run development server

npm start

Build for production

npm run build

TODO

  • Add RSS feed support