人的教养不能够靠别人传授,人必须进行自我修养。一切苦修也绝不是文化修养,教育是通过人的主动性来实现的,教育牢牢地钉在主动性上。——费希特
首先你需要一个博客
搭建教程
然后在博客目录下
代码语言:javascript复制cnpm install --save hexo-helper-live2d
然后把这段添加进配置文件
代码语言:javascript复制# Live2D
live2d:
enable: true
scriptFrom: local
pluginRootPath: live2dw/
pluginJsPath: lib/
pluginModelPath: assets/
tagMode: false
debug: false
model:
use: live2d-widget-model-wanko
display:
position: right
width: 150
height: 300
mobile:
show: true
然后启动博客
是不是超级简单!