docs: update theme guide

This commit is contained in:
radishzzz 2025-05-31 17:23:19 +01:00
parent 5ec894cd36
commit 2f753b2d5c
6 changed files with 8 additions and 6 deletions

View file

@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
### Front Matter ### 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 ```markdown
--- ---

View file

@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
### Front Matter ### 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 ```markdown
--- ---

View file

@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
### Front Matter ### Front Matter
`title``published` のみが必須フィールドで、他のすべての設定は安全に省略できます。 `title``published` のみが必須フィールドで、他のすべての設定は省略できます。
```markdown ```markdown
--- ---

View file

@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
### Front Matter ### Front Matter
Только поля `title` и `published` являются обязательными, все остальные конфигурации можно безопасно опустить. Только поля `title` и `published` являются обязательными, все остальные конфигурации можно опустить.
```markdown ```markdown
--- ---

View file

@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
### Front Matter ### Front Matter
`title``published` 為必填項,其餘配置均可安全刪除。 `title``published` 為必填項,其餘配置均可刪除。
```md ```md
--- ---

View file

@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
### Front Matter ### Front Matter
`title``published` 为必填项,其余配置均可安全删除。 `title``published` 为必填项,其余配置均可删除。
```md ```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/guide/apple.md -> example.com/es/posts/banana/
src/content/posts/2025/03/apple.md -> example.com/es/posts/banana/ src/content/posts/2025/03/apple.md -> example.com/es/posts/banana/
``` ```
### 进阶配置