From 2f753b2d5c24212aeefc79753592600a4ac58661 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sat, 31 May 2025 17:23:19 +0100 Subject: [PATCH] docs: update theme guide --- src/content/posts/guides/Theme Guide-en.md | 2 +- src/content/posts/guides/Theme Guide-es.md | 2 +- src/content/posts/guides/Theme Guide-ja.md | 2 +- src/content/posts/guides/Theme Guide-ru.md | 2 +- src/content/posts/guides/Theme Guide-zh-tw.md | 2 +- src/content/posts/guides/Theme Guide-zh.md | 4 +++- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/content/posts/guides/Theme Guide-en.md b/src/content/posts/guides/Theme Guide-en.md index f1e7517..d8920d5 100644 --- a/src/content/posts/guides/Theme Guide-en.md +++ b/src/content/posts/guides/Theme Guide-en.md @@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx ### Front Matter -Only `title` and `published` are required fields, all other configurations can be safely omitted. +Only `title` and `published` are required fields, all other configurations can be omitted. ```markdown --- diff --git a/src/content/posts/guides/Theme Guide-es.md b/src/content/posts/guides/Theme Guide-es.md index e0b10d9..482a24d 100644 --- a/src/content/posts/guides/Theme Guide-es.md +++ b/src/content/posts/guides/Theme Guide-es.md @@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx ### Front Matter -Solo los campos `title` y `published` son obligatorios, todas las demás configuraciones pueden omitirse de forma segura. +Solo los campos `title` y `published` son obligatorios, todas las demás configuraciones pueden omitirse. ```markdown --- diff --git a/src/content/posts/guides/Theme Guide-ja.md b/src/content/posts/guides/Theme Guide-ja.md index 567d97a..159b756 100644 --- a/src/content/posts/guides/Theme Guide-ja.md +++ b/src/content/posts/guides/Theme Guide-ja.md @@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx ### Front Matter -`title` と `published` のみが必須フィールドで、他のすべての設定は安全に省略できます。 +`title` と `published` のみが必須フィールドで、他のすべての設定は省略できます。 ```markdown --- diff --git a/src/content/posts/guides/Theme Guide-ru.md b/src/content/posts/guides/Theme Guide-ru.md index 9e853de..e44701d 100644 --- a/src/content/posts/guides/Theme Guide-ru.md +++ b/src/content/posts/guides/Theme Guide-ru.md @@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx ### Front Matter -Только поля `title` и `published` являются обязательными, все остальные конфигурации можно безопасно опустить. +Только поля `title` и `published` являются обязательными, все остальные конфигурации можно опустить. ```markdown --- diff --git a/src/content/posts/guides/Theme Guide-zh-tw.md b/src/content/posts/guides/Theme Guide-zh-tw.md index eaf3db9..058b98c 100644 --- a/src/content/posts/guides/Theme Guide-zh-tw.md +++ b/src/content/posts/guides/Theme Guide-zh-tw.md @@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx ### Front Matter -`title` 和 `published` 為必填項,其餘配置均可安全刪除。 +`title` 和 `published` 為必填項,其餘配置均可刪除。 ```md --- diff --git a/src/content/posts/guides/Theme Guide-zh.md b/src/content/posts/guides/Theme Guide-zh.md index ea7c69b..956458e 100644 --- a/src/content/posts/guides/Theme Guide-zh.md +++ b/src/content/posts/guides/Theme Guide-zh.md @@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx ### Front Matter -`title` 和 `published` 为必填项,其余配置均可安全删除。 +`title` 和 `published` 为必填项,其余配置均可删除。 ```md --- @@ -384,3 +384,5 @@ src/content/posts/apple.md -> example.com/es/posts/banana/ src/content/posts/guide/apple.md -> example.com/es/posts/banana/ src/content/posts/2025/03/apple.md -> example.com/es/posts/banana/ ``` + +### 进阶配置 \ No newline at end of file