Skip to content

sumumm/hexo-qidaink-live2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

云与海的live2d插件

  • 欢迎访问我的博客:云与海 查看效果。

1.安装插件

cd hexo-site
npm install hexo-qidaink-live2d

2.配置插件

  在站点根目录中的站点配置文件中添加以下内容。

myliverd:
  enable: true    # 是否开启live2d
  local: false    # true为本地引用,false为cdn链接引用,此时下边的cdnPath才生效
  cdnPath: "https://xxx/live2d-widget/autoload.js"  # CDN链接,可改为自己的CDN链接

  注意:若使用本地引用,则此插件中的函数依赖@next-theme/utils文件,所以在安装上述插件后hexo g生成静态文件的时候可能报如下错误。

err: Error: Cannot find module '@next-theme/utils'

  这表示缺少@next-theme/utils模块,使用以下命令安装即可。

cd hexo-site
npm install @next-theme/utils

3.参考项目

参考以下大佬项目

项目作者 项目链接
stevenjoezhang https://github.com/stevenjoezhang/live2d-widget
akilar店长 https://github.com/Akilarlxh/live2d_api
fghrsh(原作者) https://github.com/fghrsh/live2d_api