mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
Added to the documentation which values of frontmatter are referenced.
This commit is contained in:
parent
09f8670db7
commit
73d5e3f96c
@ -13,6 +13,17 @@ This plugin accepts the following configuration options:
|
||||
|
||||
- `priority`: The data sources to consult for date information. Highest priority first. Possible values are `"frontmatter"`, `"git"`, and `"filesystem"`. Defaults to `["frontmatter", "git", "filesystem"]`.
|
||||
|
||||
If frontmatter is specified, the following frontmatter values are referenced:
|
||||
|
||||
- created
|
||||
- `date`
|
||||
- modified
|
||||
- `lastmod`
|
||||
- `updated`
|
||||
- `last-modified`
|
||||
- published
|
||||
- `publishDate`
|
||||
|
||||
> [!warning]
|
||||
> If you rely on `git` for dates, make sure `defaultDateType` is set to `modified` in `quartz.config.ts`.
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user