本文主要是介绍hexo中yilia主题添加和取消live2d看板动画,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
添加看板娘
在博客目录下安装依赖
npm install --save hexo-helper-live2d
在主题下的_config.yml
的配置信息
Hexo的 _config.yml 文件添加配置.
示例:
live2d:enable: truescriptFrom: localpluginRootPath: live2dw/pluginJsPath: lib/pluginModelPath: assets/tagMode: falsedebug: falsemodel:use: live2d-widget-model-wankodisplay:position: rightwidth: 150height: 300mobile:show: false
使用其他的模型,需要先安装模型,在修改配置信息中的use
欢迎到我的github page上 预览效果 :https://donlex.cn/
查看模型:https://github.com/xiazeyu/live2d-widget-models
截图预览:https://huaji8.top/post/live2d-plugin-2.0/
安装模型
npm install 模型的包名
具体可以查看官方文档:https://github.com/EYHN/hexo-helper-live2d/blob/master/README.zh-CN.md
取消看板娘
直接运行下面的命令
npm uninstall hexo-helper-live2d
去掉站点_config.yml
下的配置信息即可
这篇关于hexo中yilia主题添加和取消live2d看板动画的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!