准备工作
安装Hexo
安装NPM
安装node.js
重装开始
更换淘宝源
npm config set registry http://registry.npmmirror.com
换回默认源
npm config set registry https://registry.npmjs.org/
初始化Hexo
安装Hexo
hexo init Blog_v
进入博客文件夹
cd Blog_v
初始化git
git init
安装Buterfly主题
从Github安装稳定版
git clone -b master https://github.com/jerryc/hexo-theme-butterfly.git themes/butterfly
进入[Blog_v]/themes/butterfly,删除[.git]文件夹
安装pug 以及 stylus 的渲染器
npm install hexo-renderer-pug hexo-renderer-stylus --save
方便后续升级
cp -rf ./theme ...