feat: 优化首页个人名片与内容入口

This commit is contained in:
2026-07-16 23:51:55 +08:00
parent 92360e4f49
commit 991264c32c
25 changed files with 1158 additions and 130 deletions
+2 -2
View File
@@ -35,14 +35,14 @@ pnpm new-post <name> # 创建新文章(自动生成 frontmatter 和图片目
4. 封面图放在 `img/` 目录下,路径为 `/posts/<slug>/img/cover.jpg`
### 页面路由
- `pages/index.vue` — 首页(社交卡片、导航、网易云热评、不蒜子计数)
- `pages/index.vue` — 首页(个人名片、3D 技术栈头像、社交卡片、导航、网易云热评、不蒜子计数、文章更新入口
- `pages/posts/index.vue` — 文章列表(搜索、标签过滤、分页)
- `pages/posts/[slug].vue` — 文章详情(Giscus 评论、右侧 TOC 目录)
- `pages/[...slug].vue` — 兜底路由
- 其他页面:cover(封面制作)、friends(友链)、sponsor(赞助)、about(关于)
### 组件分层
- `components/layout/` — NavBar(面包屑导航 + 头像旋转)、Footer、ThemeToggle
- `components/layout/` — NavBar(面包屑导航 + 头像旋转)、AvatarOrbit(首页 3D 技术栈头像)、Footer、ThemeToggle
- `components/blog/` — PostCard、PostToc(基于 IntersectionObserver 的目录)、Giscus
- `components/content/ProseImg.vue` — 覆盖 @nuxt/content 默认图片组件,支持相对路径解析