第一篇:欢迎来到我的博客


这是站点的第一篇文章。

以后怎么发文?

  1. src/content/blog/ 下新建一个 .md 文件
  2. 写好标题、摘要、日期(front matter)
  3. 用 Markdown 写正文
  4. git addgit commitgit push
  5. 等 GitHub Actions 部署完成后,文章就会出现在网站上

Markdown 示例

你可以写加粗斜体,也可以写列表:

  • 生活随笔
  • 读书笔记
  • 技术分享
console.log('Hello, blog!');

祝写作愉快。