hexo-anzhiyu-music
v1.0.2
Published
A music page for hexo,you can also apply it in any project which is based on html
Downloads
250
Readme
hexo-anzhiyu-music
安装
安装插件,在博客根目录
[Blogroot]
下打开终端,运行以下指令:npm install hexo-anzhiyu-music --save
添加配置信息 在站点配置文件
_config.yml
或者主题配置文件例如_config.butterfly.yml
中添加# music # see https://anzhiy.cn/ anzhiyu_music: enable: true #控制开关 id: "8152976493" #歌单id server: netease #【可选】服务商 customJS: #【可选】自定义js customCSS: #【可选】自定义css front_matter: #【可选】自定义页面front_matter
如果是butterfly主题,可以在中
_config.butterfly.yml
添加menu: 首页: / || fas fa-home || faa-tada 时间轴: /archives/ || fas fa-archive + 音乐馆: /music/ || fas fa-music
修改cdn配置项,修改
CDN.option.meting_js
,建议自行下载并添加至自己的cdnmeting_js: https://npm.elemecdn.com/[email protected]/assets/js/Meting2.min.js
参数释义
| 参数 | 备选值/类型 | 释义 | | :------------------ | :---------- | :---------------------------------------------------------------------------------- | | enable | true/false | 控制开关 | | id | string | 歌单id,对应服务商的官网对应歌单页面的url最后后面的数字就是歌单id | | server | string | 【可选】填写服务商 | customJS | string | 【可选】自定义js | | customCSS | string | 【可选】自定义css | | front_matter | string | 【可选】自定义页面front_matter |