mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
🦋 A Hexo Theme: Butterfly
2. 完善footer 有背景和無背景下,在dark mode下的顯示 3. 界面微調 4. 增加選項可關閉aside在手機上的顯示 5. 修復關閉夜間模式情況下,console報Uncaught ReferenceError: autoChangeMode is not defined 的bug |
||
|---|---|---|
| .github | ||
| languages | ||
| layout | ||
| scripts | ||
| source | ||
| _config.yml | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
hexo-theme-butterfly
一款基于hexo-theme-melody修改的主题
安装
在你的博客根目录里
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
如果想要安裝比較新的dev分支,可以
git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
应用主题
修改hexo配置文件_config.yml,把主题改为Butterfly
theme: Butterfly
如果你没有pug以及stylus的渲染器,请下载安装: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus
文档
可查看这里

