mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 18:51:30 +08:00
feat: 首页增加关于我的信息,更新依赖
- 首页增加个人简介和wakatime代码时间 - 更新pnpm版本 - 移除about页面,精简导航栏 - 增加最近更新组件,在归档页展示 - 移除notes的index
This commit is contained in:
@ -37,10 +37,10 @@ export const menuLinks: { path: string; title: string }[] = [
|
||||
path: "/",
|
||||
title: "Home",
|
||||
},
|
||||
{
|
||||
path: "/about/",
|
||||
title: "About",
|
||||
},
|
||||
// {
|
||||
// path: "/about/",
|
||||
// title: "About",
|
||||
// },
|
||||
{
|
||||
path: "/posts/",
|
||||
title: "Blog",
|
||||
@ -49,10 +49,6 @@ export const menuLinks: { path: string; title: string }[] = [
|
||||
path: "/notes/",
|
||||
title: "Notes",
|
||||
},
|
||||
{
|
||||
path: "/archive/",
|
||||
title: "Archive",
|
||||
},
|
||||
{
|
||||
path: "/friends/",
|
||||
title: "Friends",
|
||||
|
Reference in New Issue
Block a user