Skip to content

Commit 0ecfbed

Browse files
committed
add theme blog.media
1 parent 0837249 commit 0ecfbed

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/.vuepress/theme.ts

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default hopeTheme({
2525
navbar: Navbar,
2626
// 侧边栏
2727
sidebar: Sidebar,
28-
sidebarSorter: ["readme", "order", "filename","title"],
28+
sidebarSorter: ["readme", "order", "filename", "title"],
2929
// 侧边标题深度
3030
headerDepth: 3,
3131

@@ -89,9 +89,19 @@ export default hopeTheme({
8989
atom: true,
9090
json: true,
9191
channel: {
92-
link: "https://echo0d.github.io/"
93-
}
92+
link: "https://echo0d.github.io/",
93+
},
9494
},
9595
blog: true,
9696
},
97+
blog: {
98+
avatar: "logo.jpg",
99+
name: "echo0d",
100+
description: "每天记录一点点",
101+
medias: {
102+
GitHub: "https://github.com/echo0d",
103+
Gitee: "https://gitee.com/echo0d",
104+
Rss: "https://echo0d.github.io/DailyNotes/rss",
105+
},
106+
},
97107
});

0 commit comments

Comments
 (0)