像泡泡糖一样的Hexo主题
demo: https://mimonarchrd.gitee.io
- Hexo3.0及以上
使用yarn
或者npm
命令
- yarn
yarn add hexo-theme-bubblegum
- npm
npm i hexo-theme-bubblegum
改变Hexo的_config.yml
中的theme配置项
# theme: landscape
theme: bubblegum
使用Hexo命令
hexo clean && hexo g
完成
MIT