---
title: Hello World
description: 第一篇示例文章
pubDate: 2026-03-31
tags:
  - 随笔
---

这是一篇示例文章，用于验证 Content Collections 与页面路由。

```ts
const greeting = '你好，静态博客';
console.log(greeting);
```
