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

This commit is contained in:
bfahrenfort 2023-10-07 14:36:08 -05:00
parent 250b54e101
commit 4474a474f3

View File

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