Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tscanlin/next-blog
Markdown based blog using next.js, supporting static export
https://github.com/tscanlin/next-blog
Last synced: 20 days ago
JSON representation
Markdown based blog using next.js, supporting static export
- Host: GitHub
- URL: https://github.com/tscanlin/next-blog
- Owner: tscanlin
- License: mit
- Created: 2017-06-12T05:51:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T02:36:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T13:15:52.167Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 377 KB
- Stars: 557
- Watchers: 9
- Forks: 103
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-NextJs - next-blog - `Markdown based blog using next.js, supporting static export` (Nextjs Templates)
- awesome-nextjs - Next Simple Blog - Simple Markdown based blog built with Next.js with static exports. (Boilerplates)
- fucking-awesome-nextjs - Next Simple Blog - Simple Markdown based blog built with Next.js with static exports. (Boilerplates)
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).
[![Mentioned in Awesome Next JS](https://awesome.re/mentioned-badge.svg)](https://github.com/unicodeveloper/awesome-nextjs)
Clone this repo and use it as a starting point for your own blog.
![next blog screenshot](https://raw.githubusercontent.com/tscanlin/next-blog/master/static/assets/images/next-blog-screenshot.png)
**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