Eternal Embrace

关于Hexo安装

不得不发发牢骚。
没错,这篇文章不是讲怎么安装hexo,因为能搜索到的教程说明有一大堆。而且这篇文章也不是为了解决那老三条报错的(已经懒得引用了),只能说该重装的都重装了。
有可能造成ERROR的原因是Homebrew,当然也有可能是因为我安装过MacPorts的后遗症。

以下是我所用的额外插件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
npm install hexo-generator-index --save
npm install hexo-generator-archive --save
npm install hexo-generator-category --save
npm install hexo-generator-tag --save
npm install hexo-server --save
npm install hexo-deployer-git --save
npm install hexo-deployer-heroku --save
npm install hexo-deployer-rsync --save
npm install hexo-deployer-openshift --save
npm install hexo-renderer-marked@0.2 --save
npm install hexo-renderer-stylus@0.2 --save
npm install hexo-generator-feed@1 --save
npm install hexo-generator-sitemap@1 --save
npm install hexo-toc --save
npm install hexo-tag-dplayer --save
npm install hexo-tag-aplayer --save
npm install hexo-ruby-character --save

顺带,如果git插件报错,只要把.deploy_git删除就行了。


关于 Dtrace 问题,我已经发现了解决办法。
/usr/local/lib/node_modules/hexo-cli/node_modules/dtrace-provider/里面的js文件改一改就好了(具体说明

话说回来,写出来的博客也就会给自己看吧。(不得不说我写的东西没人看得懂)