jnotnull / next-blog

Markdown based blog using next.js, supporting static export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-blog

Markdown based blog using 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

About

Markdown based blog using next.js, supporting static export

License:MIT License


Languages

Language:JavaScript 100.0%