docs: add PostFrontmatter & PageFrontmatter link

This commit is contained in:
YunYouJun 2023-07-17 23:28:34 +08:00
parent 4c1d939596
commit 40d3f31a3a
2 changed files with 17 additions and 0 deletions

View File

@ -15,6 +15,14 @@ categories:
You can custom page by front-matter.
:::
::: tip
更多配置项可参见:
- 页面配置:[PostFrontmatter](https://github.com/YunYouJun/valaxy/blob/main/packages/valaxy/types/posts.ts#L144)
:::
### titleTemplate
```md

View File

@ -56,6 +56,15 @@ hide: true
:::
::: tip
更多配置项可参见:
- 文章配置:[PostFrontmatter](https://github.com/YunYouJun/valaxy/blob/main/packages/valaxy/types/posts.ts#L144) (文章配置包含页面配置)
- 页面配置:[PageFrontmatter](https://github.com/YunYouJun/valaxy/blob/main/packages/valaxy/types/posts.ts#L27)
:::
## 摘要 {lang="zh-CN"}
::: zh-CN