kakarrot.com — AI 产品经理品牌网站

从老 Hexo 博客迁移到 Astro 的品牌站点:Content Collections 管理文章/项目/实验,Shell 容器布局,酸绿色强调,纯静态零 JS 构建

发布时间:2026/7/6

AI 产品经理的品牌网站。从运行十年的 Hexo 博客迁移而来,定位从”博客归档”转变为”个人品牌入口”。

技术栈

选型
框架Astro 5
样式Tailwind CSS 4 + 全局样式(global.css)
内容Astro Content Collections(文章 / 项目 / Vibe Coding)
部署GitHub Pages + GitHub Actions
字体系统字体 + JetBrains Mono 等宽字体

设计系统

迁移要点

结构

src/
  content/       Markdown 内容(writing / projects / vibe-coding)
  components/   Astro 组件(Nav、Footer、Card 系列、SeoHead)
  layouts/      页面布局(BaseLayout、ProseLayout)
  pages/        文件系统路由
  styles/       global.css 设计令牌

→ kakarrot.com · → GitHub 仓库