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

本文标题:Set up blog with hexo & next

文章作者:Louis

发布时间:2017年08月17日 - 20:08

最后更新:2017年09月25日 - 14:09

原始链接:/2017/08/17/setup-hexo/

许可协议: Louis-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。