Skip to content

Commit 14e03db

Browse files
committed
更新navbar
1 parent 10b5d21 commit 14e03db

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/.vuepress/navbar/zh.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,24 @@ export const zhNavbar = navbar([
3838
icon: "book",
3939
link: "https://github.com/cunyu1943/ebooks"
4040
},
41+
4142
{
4243
text: "博客",
4344
icon: "blog",
4445
link: "https://cunyu1943.github.io",
4546
},
47+
48+
{
49+
text: "更新日志",
50+
icon: "time",
51+
link: "/timeline"
52+
},
53+
4654
{
4755
text: "订阅",
4856
icon: "rss",
4957
link: "/javapark-rss.xml"
5058
},
59+
60+
5161
]);

src/.vuepress/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default hopeTheme({
5151
// },
5252

5353
plugins: {
54+
blog: true,
5455

5556
components: ["Badge", "BiliBili", "CodePen", "PDF", "StackBlitz", "VideoPlayer", "YouTube"],
5657

0 commit comments

Comments
 (0)