Initialize blog scaffold
Add the CLI, site, and sample content so the project can run locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9d2628b318
commit
b78f4b39c9
40 changed files with 9140 additions and 0 deletions
1
content/posts/.gitkeep
Normal file
1
content/posts/.gitkeep
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
17
content/posts/go-astro-personal-blog.md
Normal file
17
content/posts/go-astro-personal-blog.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
id: "e66587e776a53f83789175fa89221a84"
|
||||
slug: "go-astro-personal-blog"
|
||||
title: "用 Go 和 Astro 构建个人博客"
|
||||
summary: "第一篇测试文章"
|
||||
status: "published"
|
||||
tags: []
|
||||
cover: ""
|
||||
version: 1
|
||||
slug_source: "manual"
|
||||
slug_locked: false
|
||||
published_at: "2026-05-28T11:42:01+08:00"
|
||||
created_at: "2026-05-28T11:42:01+08:00"
|
||||
updated_at: "2026-05-28T11:42:01+08:00"
|
||||
---
|
||||
|
||||
这里开始写正文。
|
||||
17
content/posts/my-post.md
Normal file
17
content/posts/my-post.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
id: "107d00b2c9abbfffc0a5f5f407e89834"
|
||||
slug: "my-post"
|
||||
title: "My Post"
|
||||
summary: ""
|
||||
status: "published"
|
||||
tags: ["go", "astro"]
|
||||
cover: ""
|
||||
version: 1
|
||||
slug_source: "manual"
|
||||
slug_locked: false
|
||||
published_at: "2026-05-28T12:13:37+08:00"
|
||||
created_at: "2026-05-28T12:13:37+08:00"
|
||||
updated_at: "2026-05-28T12:13:37+08:00"
|
||||
---
|
||||
|
||||
Write your post here.
|
||||
17
content/posts/xi-huan-ni.md
Normal file
17
content/posts/xi-huan-ni.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
id: "7244cd44db756b30362c585703ded1fb"
|
||||
slug: "xi-huan-ni"
|
||||
title: "喜欢你"
|
||||
summary: ""
|
||||
status: "draft"
|
||||
tags: ["go"]
|
||||
cover: ""
|
||||
version: 1
|
||||
slug_source: "ai"
|
||||
slug_locked: false
|
||||
published_at: null
|
||||
created_at: "2026-05-28T13:23:35+08:00"
|
||||
updated_at: "2026-05-28T13:23:35+08:00"
|
||||
---
|
||||
|
||||
Write your post here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue