Skip to content

Commit

Permalink
docs: clarify git only sets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jan 7, 2024
1 parent a4d6f70 commit 1a8aedf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const config: QuartzConfig = {
Plugin.FrontMatter(),
Plugin.TableOfContents(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
// you can add 'git' here for last modified from Git
// if you do rely on git for dates, ensure defaultDateType is 'modified'
priority: ["frontmatter", "filesystem"],
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting(),
Expand Down

0 comments on commit 1a8aedf

Please sign in to comment.