今天在逛别人博客的时候,发现一个很好看的动态的模型,有人形的也有次元风的;不过我还是喜欢下面的小狗狗,于是我也希望自己的博客能有它的加入。
加个需求
邀请可爱的小宠物入驻 生信小白
博客。
安装插件
1 2
| npm install --save hexo-helper-live2d npm install live2d-widget-model-wanko
|
添加站点配置文件
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
live2d: enable: true scriptFrom: local pluginRootPath: live2dw/ pluginJsPath: lib/ pluginModelPath: assets/ tagMode: false debug: false model: use: live2d-widget-model-wanko scale: 1 hHeadPos: 0.5 vHeadPos: 0.618 display: superSample: 2 width: 150 height: 300 position: left hOffset: 20 vOffset: 0 mobile: show: true scale: 0.5 react: opacityDefault: 0.7 opacityOnHover: 0.2
|
参考链接
[1] EYHN/hexo-helper-live2d:
Add the Sseexxyyy live2d to your hexo! (github.com)
[2] feat:
add tagMode. · EYHN/hexo-helper-live2d@e2ac803 (github.com)