1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 12:59:52 +08:00

feat: 关闭博客功能,加入插件依赖,支持md文档拓展

This commit is contained in:
chu fan
2023-10-06 00:19:37 +08:00
parent 4c2c73a0b4
commit 9d24d49669
6 changed files with 24 additions and 22 deletions

View File

@@ -41,20 +41,19 @@ export default {
logoDark: "/assets/408_logo.png",
// 博客配置
blog: {
name: '凡是过往',
avatar: '',
description: '',
intro: '',
roundAvatar: true,
timeline: "时间轴的顶部文字",
// articleInfo:"",
// sidebarDisplay:"always",
medias: {
"BiliBili": "https://space.bilibili.com/350937042?spm_id_from=333.1007.0.0"
}
},
// blog: {
// name: '凡是过往',
// avatar: '',
// description: '',
// intro: '',
// roundAvatar: true,
// timeline: "时间轴的顶部文字",
// // articleInfo:"",
// // sidebarDisplay:"always",
// medias: {
// "BiliBili": "https://space.bilibili.com/350937042?spm_id_from=333.1007.0.0"
// }
// },
// 设置页脚
displayFooter: true,
footer: FOOTER_HTML_INFO,