feat: 首页增加关于我的信息,更新依赖

- 首页增加个人简介和wakatime代码时间
- 更新pnpm版本
- 移除about页面,精简导航栏
- 增加最近更新组件,在归档页展示
- 移除notes的index
This commit is contained in:
KazooTTT
2025-03-28 21:13:04 +08:00
parent b5dd9d1f84
commit c03e9c6658
7 changed files with 60 additions and 47 deletions

View File

@ -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",