The source code I was looking at seemed to be out of date and the wrong listings were corrected.

This commit is contained in:
soukouki 2025-01-08 20:52:28 +09:00
parent 73d5e3f96c
commit ecfaff3f42

View File

@ -16,13 +16,17 @@ This plugin accepts the following configuration options:
If frontmatter is specified, the following frontmatter values are referenced: If frontmatter is specified, the following frontmatter values are referenced:
- created - created
- `created`
- `date` - `date`
- modified - modified
- `modified`
- `lastmod` - `lastmod`
- `updated` - `updated`
- `last-modified` - `last-modified`
- published - published
- `published`
- `publishDate` - `publishDate`
- `date`
> [!warning] > [!warning]
> If you rely on `git` for dates, make sure `defaultDateType` is set to `modified` in `quartz.config.ts`. > If you rely on `git` for dates, make sure `defaultDateType` is set to `modified` in `quartz.config.ts`.