Quartz sync: Oct 7, 2023, 2:33 PM

This commit is contained in:
bfahrenfort 2023-10-07 14:33:27 -05:00
parent 5f684a1572
commit 7f60ab75b4

View File

@ -45,7 +45,7 @@ const config: QuartzConfig = {
Plugin.FrontMatter(),
Plugin.TableOfContents(),
Plugin.CreatedModifiedDate({
priority: ["git"], // you can add 'git' here for last modified from Git but this makes the build slower
priority: ["frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.SyntaxHighlighting(),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),