mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
docs: update theme guide
This commit is contained in:
parent
5ec894cd36
commit
2f753b2d5c
6 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
|
|||
|
||||
### Front Matter
|
||||
|
||||
`title` と `published` のみが必須フィールドで、他のすべての設定は安全に省略できます。
|
||||
`title` と `published` のみが必須フィールドで、他のすべての設定は省略できます。
|
||||
|
||||
```markdown
|
||||
---
|
||||
|
|
|
@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
|
|||
|
||||
### Front Matter
|
||||
|
||||
Только поля `title` и `published` являются обязательными, все остальные конфигурации можно безопасно опустить.
|
||||
Только поля `title` и `published` являются обязательными, все остальные конфигурации можно опустить.
|
||||
|
||||
```markdown
|
||||
---
|
||||
|
|
|
@ -305,7 +305,7 @@ pnpm new-post first-post.mdx -> src/content/posts/first-post.mdx
|
|||
|
||||
### Front Matter
|
||||
|
||||
`title` 和 `published` 為必填項,其餘配置均可安全刪除。
|
||||
`title` 和 `published` 為必填項,其餘配置均可刪除。
|
||||
|
||||
```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/
|
||||
```
|
||||
|
||||
### 进阶配置
|
Loading…
Add table
Add a link
Reference in a new issue