Jacky Zhao
2023-09-15 5dcb7e83fc3c8383ebbc84aac4553df4ad3ef59a
fix: use git dates by default, @napi/git is fast enough
1 files modified
2 ■■■ changed files
quartz.config.ts 2 ●●● patch | view | raw | blame | history
quartz.config.ts
@@ -47,7 +47,7 @@
      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
        priority: ["frontmatter", "git", "filesystem"],
      }),
      Plugin.SyntaxHighlighting(),
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),