人的教养不能够靠别人传授,人必须进行自我修养。一切苦修也绝不是文化修养,教育是通过人的主动性来实现的,教育牢牢地钉在主动性上。——费希特

首先你需要一个博客

搭建教程

然后在博客目录下

1
cnpm install --save hexo-helper-live2d

然后把这段添加进配置文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

然后启动博客

image-20201012220909904

image-20201012222137940

是不是超级简单!