1. Create Project We can get access to Spring and download the project. Don’t forget to add ‘Spring Web’ dependency.
After that, we can run the project with IDEA. It’ll take around 20 minutes to download the necessary files. Then, we can follow the guidance from Quick Start to test the installation.
If you got trouble ‘Port 8080 was already in use’, you can create a file ‘/resource/application.yml’, and add the configuration.
1. Install Hexo npm install hexo-cli -g hexo init blog cd blog npm install hexo server 2. Add Live2d npm install --save hexo-helper-live2d then, insert code into _config.xml
live2d: enable: true scriptFrom: local pluginRootPath: live2dw/ pluginJsPath: lib/ pluginModelPath: assets/ tagMode: false debug: false model: use: wanko display: position: right width: 150 height: 300 mobile: show: true pull your ‘assets’ contents from live2d model directory to ‘./live2d_models/wanko’. At last, let’s run and compile the project