This commit is contained in:
2026-01-03 22:23:07 +08:00
parent f2f21218a8
commit d684bf849e
3 changed files with 23 additions and 23 deletions

View File

@@ -158,7 +158,7 @@ const siteConfig = {
favicon: "/favicon.svg", favicon: "/favicon.svg",
}, },
// ... 其他配置 // ... 其他配置
} };
``` ```
### 评论系统 ### 评论系统
@@ -195,16 +195,16 @@ published: true
### Front Matter 字段说明 ### Front Matter 字段说明
| 字段 | 类型 | 说明 | | 字段 | 类型 | 说明 |
| ------ | ------ | ------ | | ------------- | ------- | --------------------- |
| `title` | string | 文章标题 | | `title` | string | 文章标题 |
| `description` | string | 文章描述 | | `description` | string | 文章描述 |
| `date` | string | 发布日期 (YYYY-MM-DD) | | `date` | string | 发布日期 (YYYY-MM-DD) |
| `image` | string | 文章封面图 | | `image` | string | 文章封面图 |
| `alt` | string | 图片描述 | | `alt` | string | 图片描述 |
| `tags` | array | 文章标签 | | `tags` | array | 文章标签 |
| `categories` | array | 文章分类 | | `categories` | array | 文章分类 |
| `published` | boolean | 是否发布 | | `published` | boolean | 是否发布 |
## 🎨 自定义样式 ## 🎨 自定义样式

View File

@@ -46,14 +46,14 @@
本博客采用现代化的技术栈构建: 本博客采用现代化的技术栈构建:
| 技术 | 说明 | | 技术 | 说明 |
| ------ | ------ | | ---------------- | --------------- |
| **Nuxt 4** | 全栈 Vue 框架 | | **Nuxt 4** | 全栈 Vue 框架 |
| **Vue 3** | 前端框架 | | **Vue 3** | 前端框架 |
| **TypeScript** | 类型安全 | | **TypeScript** | 类型安全 |
| **Tailwind CSS** | 原子化 CSS 框架 | | **Tailwind CSS** | 原子化 CSS 框架 |
| **Nuxt Content** | 内容管理 | | **Nuxt Content** | 内容管理 |
| **Markdown** | 文章格式 | | **Markdown** | 文章格式 |
### 🚀 部署与托管 ### 🚀 部署与托管

View File

@@ -6,7 +6,7 @@ updatedDate: 2025-12-31
description: "一篇演示文档,展示站点可用的组件、标记和布局用法,方便检视和测试。" description: "一篇演示文档,展示站点可用的组件、标记和布局用法,方便检视和测试。"
image: https://img.rhen.cloud/file/Blog/1761401028478_PixPin_2025-10-03_15-44-52.png image: https://img.rhen.cloud/file/Blog/1761401028478_PixPin_2025-10-03_15-44-52.png
alt: "示例展示" alt: "示例展示"
tags: ["Demo","Showcase","Components"] tags: ["Demo", "Showcase", "Components"]
categories: ["Development"] categories: ["Development"]
--- ---
@@ -97,10 +97,10 @@ hello()
表格示例: 表格示例:
| 名称 | 描述 | | 名称 | 描述 |
| --- | --- | | ---------- | ------------- |
| GithubCard | 渲染仓库信息 | | GithubCard | 渲染仓库信息 |
| Warning | 显示警告/提示 | | Warning | 显示警告/提示 |
## 结语 ## 结语