Article
我的第一篇新博客文章
这是新站点的第一篇文章示例。
你以后写博客只需要:
- 在
src/content/blog/新建一个.md文件 - 写好 frontmatter(标题、日期、标签)
npm run build后 push 到 GitHub
Frontmatter 模板
---
title: "文章标题"
description: "一句摘要"
pubDate: 2026-05-14
tags: ["AI", "workflow"]
draft: false
---
draft: true 的文章不会出现在线上列表里。