安装

在hexo根目录下

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

应用主题

修改Hexo根目录下的config.yml,把主题改为butterfly

1
2
3
4
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: butterfly

创建_config.butterfly.yml文件

1
cp themes/butterfly/_config.yml ./_config.butterfly.yml

安装插件

1
npm install hexo-renderer-pug hexo-renderer-stylus --save --registry=https://registry.npmmirror.com

编辑配置

1