mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
🦋 A Hexo Theme: Butterfly
| .github | ||
| languages | ||
| layout | ||
| scripts | ||
| source | ||
| _config.yml | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| README.zn.md | ||
hexo-theme-butterfly
Inspirecd by hexo-theme-melody theme.
Installation
Stable branch:
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
Bleeding edge unstable branch:
git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
Activate
Modify hexo config _config.yml, and chaneg to Butterfly theme.
theme: Butterfly
You need to install some dependencies: pug, stylus: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus

