live2d 发表于 2018-03-21 安装插件 npm i hexo-helper-live2d -S 设置 123456789101112131415# _config.yml# Live2D## https://github.com/EYHN/hexo-helper-live2dlive2d: enable: true # enable: false scriptFrom: local # Default # scriptFrom: jsdelivr # jsdelivr CDN # scriptFrom: unpkg # unpkg CDN # scriptFrom: https://cdn.jsdelivr.net/npm/live2d-widget@3.x/lib/L2Dwidget.min.js # Your custom url model: #use: live2d-widget-model-shizuku # npm-module package name # use: wanko # folder name in (hexo base dir)/live2d_models/ # use: ./wives/wanko # folder path relative to hexo base dir use: https://cdn.jsdelivr.net/npm/live2d-widget-model-shizuku@1.0.5/assets/shizuku.model.json # Your custom url 阅读全文 »
test-pic 发表于 2018-03-17 打开资源文件夹 12#_config.ymlpost_asset_folder: true 用法 123{% asset_path slug %}{% asset_img slug [title] %}{% asset_link slug [title] %} 阅读全文 »
test_music 发表于 2018-03-15 安装插件 1npm i hexo-tag-aplayer -S 用法1 {% aplayer title author url [picture_url, narrow, autoplay, width:xxx, lrc:xxx] %} 阅读全文 »