/blog

my blog (keep running~~~)

Primary LanguageStylus

Introduction

rebuilding with hexo.

Usage

$ npm install hexo-cli -g
$ hexo init blog
$ cd blog
$ npm install
$ npm start

使用 Hexo 生成静态文件快速而且简单。

$ hexo generate --watch

Write

$ hexo new [layout] <title>
$ hexo publish [layout] <title>

Deploy

$ npm run deploy