Skip to content

Commit

Permalink
Added to the documentation which values of frontmatter are referenced.
Browse files Browse the repository at this point in the history
  • Loading branch information
soukouki committed Jan 8, 2025
1 parent 09f8670 commit 73d5e3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/plugins/CreatedModifiedDate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
>
Expand Down

0 comments on commit 73d5e3f

Please sign in to comment.