1.初始化hexo
hexo init MyHexoBlog
2.如果没有 cheerio 安装 npm install cheerio@0.22.0 --save
为安装主题做准备
3.安装beutterfly
git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
4.修改站点配置文件_config.yml,把主题改为 butterfly
theme: butterfly
5.启动主题
hexo c & hexo g & hexo c
标签:butterfly,git,hexo,主题,cheerio,安装 From: https://www.cnblogs.com/weiaisu/p/17205396.html