从旧站搬运一批文章

This commit is contained in:
li-chx
2025-08-26 01:34:11 +08:00
parent a7cd0a0360
commit f667c37701
22 changed files with 722 additions and 36 deletions
+15
View File
@@ -0,0 +1,15 @@
---
{
title: "announcement_test",
draft: true,
type: "announcement",
isPinned: true,
created_at: "2025-08-25T00:00:00+08:00",
published_at: "2025-08-25T00:00:00+08:00",
updated_at: [ "2025-08-25T00:00:00+08:00"],
}
---
!!! warning
这是公告
!!!
isPinned 是置顶 不限类型 默认false
+2 -2
View File
@@ -1,8 +1,8 @@
---
{
title: "标题002",
title: "文章测试",
description: "这是一个测试文档",
draft: false,
draft: true,
type: "article",
created_at: "2023-10-01T08:00:00+08:00",
published_at: "2023-10-02T00:00:00+08:00",
+2 -2
View File
@@ -1,7 +1,7 @@
---
{
title: "Rambling",
draft: false,
title: "絮语测试",
draft: true,
type: "rambling",
created_at: "2025-10-01T08:00:00+08:00",
published_at: "2025-10-02T00:00:00+08:00",