向 Hexo 添加看板娘
向你的 Hexo 里放上一只萌萌哒二次元看板娘!
这里使用 hexo-helper-live2d。
- 安装 hexo-helper-live2d
pnpm add hexo-helper-live2d
- 向 _config.yml 添加配置
live2d:
enable: true
scriptFrom: local
pluginRootPath: live2dw/
pluginJsPath: lib/
pluginModelPath: assets/
tagMode: false
debug: false
model:
use: live2d-widget-model-hibiki
display:
position: left
width: 150
height: 300
mobile:
show: true
react:
opacity: 0.7
- 添加模型
上面配置中的 use: live2d-widget-model-hibiki 是要使用的模型,这部分需要独立安装,参见 live2d-widget-models。