Added to the documentation which values of frontmatter are referenced.

This commit is contained in:
soukouki 2025-01-08 20:43:33 +09:00
parent 09f8670db7
commit 73d5e3f96c

View File

@ -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`.
>