Hexo主题butterfly
安装
在hexo根目录下
1 | git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly |
应用主题
修改Hexo根目录下的config.yml
,把主题改为butterfly
1 | # Extensions |
创建_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 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 小雨的小窝!