set up blog with hexo & next

Quick Start

Install hexo

1
$ npm install hexo-cli -g

Init blog Directory

1
2
3
$ hexo init blog
$ cd blog
$ npm install

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Tags and Categories

More info: Tags&Categories