# 自定义底部 HTML 内容(位于 footer 上方),注意不要和 `post: custom` 配置冲突 # Customize the HTML content at the bottom (located above the footer), be careful not to conflict with `post: custom` custom_html:'
# 指定自定义 .js 文件路径,支持列表;路径是相对 source 目录,如 /js/custom.js 对应存放目录 source/js/custom.js # Specify the path of your custom js file, support list. The path is relative to the source directory, such as `/js/custom.js` corresponding to the directory `source/js/custom.js` custom_js: -/js/useaplayer.js -/js/APlayer/dist/APlayer.min.js
# 指定自定义 .css 文件路径,用法和 custom_js 相同 # The usage is the same as custom_js custom_css: -/js/APlayer/dist/APlayer.min.css