Home
avatar

Tutu

博客搭建记录

这个博客现在使用 vhAstro-Theme,生成静态页面后可以部署到 Cloudflare Pages,也可以继续发布到当前 VPS 的 Nginx。

目前的结构很简单:

  • src/content/blog/ 放博客文章。
  • src/config.ts 放站点标题、导航、侧边栏和功能开关。
  • public/_headerspublic/_redirects 给 Cloudflare Pages 使用。

日常写作只需要新增 Markdown 文件,构建后发布即可。

astro cloudflare