Butterfly 主题安装

1
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly

这里面如果报错,如下图所示

执行下列命令:

1
2
git config --global --unset http.proxy 
git config --global --unset https.proxy

应用主题

Blog根目录下找到站点配置文件_config.yml文件

搜索找到theme,将landscape改为butterfly

安装插件

如果你没有 pug 以及 stylus 的渲染器,请下载安装:

1
npm install hexo-renderer-pug hexo-renderer-stylus --save