✨ 从旧站搬运一批文章
This commit is contained in:
@@ -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
|
||||
@@ -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",
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user