https://github.com/mitchmac/next-blog
https://github.com/mitchmac/next-blog
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitchmac/next-blog
- Owner: mitchmac
- License: mit
- Created: 2019-07-09T17:28:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:20:56.000Z (over 3 years ago)
- Last Synced: 2024-12-27T12:29:48.340Z (over 1 year ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-blog
Markdown based blog using [next](https://github.com/zeit/next.js/). It also uses [processmd](https://github.com/tscanlin/processmd) to compile the markdown files and watch for changes (disclaimer: another project of mine).
[](https://github.com/unicodeveloper/awesome-nextjs)
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
```sh
npm install
```
## Build content
```sh
npm run build:content
```
## Run development server
```sh
npm start
```
## Build for production
```sh
npm run build
```
## TODO
- Add RSS feed support