标签:package enable nbsp github 地址 save widget contain conf
https://www.jianshu.com/p/3a6342e16e57
官网地址配置:https://www.npmjs.com/package/hexo-helper-live2d
1?? 首先检查博客主目录下面的 package.json
里是否有
"hexo-helper-live2d": "^3.0.3",
依赖,有的话可以先卸载
使用命令:npm uninstall hexo-helper-live2d
之后再安装:npm install --save hexo-helper-live2d
注意:命令都是在你的博客主目录执行
package.json
会看到安装的modelnode_moduels
目录下,可以看到有如下文件夹,这些都是动画主配置
3??下载好之后将packages里的所有动画模板拷贝到博客的node_modules目录里
4??配置博客站点配置文件,_config.yml
live2d:
enable: true
pluginModelPath: assets/
model:
use: live2d-widget-model-epsilon2_1 #模板目录,在node_modules里
display:
position: right
width: 150
height: 300
mobile:
show: false #是否在手机进行显示
5??开始部署
当使用hexo clean
或者 hexo g
命令的时候,这时候就可以看到如下日志了
INFO HEXO-HELPER-LIVE2D: Loaded model from npm-module(1), live2d-widget-model-epsilon2_1@1.0.5 from ‘D:\github\blog\node_modules\live2d-widget-model-epsilon2_1\assets‘
标签:package enable nbsp github 地址 save widget contain conf
原文地址:https://www.cnblogs.com/xiaqiuchu/p/10356578.html