初始化:创建基于 Nuxt Content 的博客项目

This commit is contained in:
zibright
2025-07-22 16:15:28 +08:00
commit 0e18cc8790
9 changed files with 10050 additions and 0 deletions

32
content/welcome.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: 欢迎来到我的博客
description: 这是我的第一篇博客文章
date: 2025-07-22
---
# 欢迎来到我的博客
这是使用 Nuxt Content 构建的博客系统。你可以使用 Markdown 来编写文章,支持各种格式化功能。
## Markdown 功能展示
### 列表
- 项目 1
- 项目 2
- 项目 3
### 代码块
```js
const greeting = "Hello, World!";
console.log(greeting);
```
### 引用
> 这是一个引用文本的示例。
## 下一步
1. 添加更多文章
2. 自定义样式
3. 添加标签系统
4. 实现搜索功能