Start
人物
使用命令安装npm:npm uninstall hexo-helper-live2d
npm install –save hexo-helper-live2d
此时在blog/node_modeles下多出了一个“live2d-widget”
下载动画model:这里是套用别人(大佬)的仓库https://github.com/xiazeyu/live2d-widget-models.git
下载好后将packages里的所有文件拷贝到blog/node_modeles
最后在win使用padnote _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 #是否在手机进行显示
复制进去
再使用hexo clean g d进行部署
主题
下载好了之后放入blog/themes里面(整个文件)
再在win使用padnote _config.yml
把theme: xx改成theme: (你要的主题名)
最后部署