安装与设置hexo

普通用户(非全局)安装nodejs和npm

wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
nvm install stable

安装hexo

npm install -g hexo-cli

在库的路径下

npm install

... 这里生成目标html

在库的路径下,配置好主题以后,安装deployer

npm install hexo-deployer-git --save
posted @ 2017-11-15 17:34  betachen  阅读(282)  评论(0编辑  收藏  举报