Quartz sync: Oct 1, 2023, 12:46 AM

This commit is contained in:
bfahrenfort 2023-10-01 00:46:42 -05:00
parent 28e76e6d16
commit 45916b775c

View File

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