2011-06-30
How It Works?

How It Works?

install&config

hexo

1
2
3
4
gitcafe,node.js.		//参考http://hexo.io/docs/index.html
npm install -g cnpm --registry=http://r.cnpmjs.org
cnpm install
npm install -g hexo(npm install hexo@2.5.3)//注意版本与插件兼容问题
1
2
3
4
5
6
7
8
9
10
npm install -g hexo
npm update hexo -g
hexo init blog && cd blog
hexo new "New Post" / hexo n
hexo generate / hexo g
hexo server / hexo s
hexo deploy / hexo d
hexo help
#修改_config.yml
new_post_name: :year-:month-:day-:title.md # hexo n 生成类似octopress命名文件
阅读此文