Jacky Zhao
2024-01-07 1a8aedf5f5401d365faf479644723d946c184054
docs: clarify git only sets modified
1 files modified
4 ■■■ changed files
quartz.config.ts 4 ●●● patch | view | raw | blame | history
quartz.config.ts
@@ -47,7 +47,9 @@
      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
        // you can add 'git' here for last modified from Git
        // if you do rely on git for dates, ensure defaultDateType is 'modified'
        priority: ["frontmatter", "filesystem"],
      }),
      Plugin.Latex({ renderEngine: "katex" }),
      Plugin.SyntaxHighlighting(),