Jacky Zhao
2023-09-20 6a9e6352e88aa9ff18e5b33cf2de442a250bd960
quartz.config.ts
@@ -47,7 +47,7 @@
      Plugin.FrontMatter(),
      Plugin.TableOfContents(),
      Plugin.CreatedModifiedDate({
        priority: ["frontmatter", "git", "filesystem"],
        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 }),