Skip to content

goorockey/goorockey.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goorockey.github.com

My Hexo Blog: http://goorockey.github.io

Installation

$ npm install -g hexo-cli  # install hexo if neccesary
$ git clone -b source git@github.com:goorockey/goorockey.github.com.git hexo-blog
$ cd hexo-blog
$ git submodule init
$ git submodule update
$ npm install
$ hexo generate
$ hexo deploy