Jacky Zhao
2023-08-12 83269ac26e41f8e81b56e000b4347ee60d4ff84b
quartz.config.ts
@@ -9,7 +9,7 @@
    analytics: {
      provider: "plausible",
    },
    baseUrl: "quartz.jzhao.xyz",
    baseUrl: "four.quartz.jzhao.xyz",
    ignorePatterns: ["private", "templates"],
    theme: {
      typography: {
@@ -49,7 +49,7 @@
        priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
      }),
      Plugin.SyntaxHighlighting(),
      Plugin.ObsidianFlavoredMarkdown(),
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
      Plugin.GitHubFlavoredMarkdown(),
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
      Plugin.Latex({ renderEngine: "katex" }),
@@ -66,7 +66,7 @@
        enableSiteMap: true,
        enableRSS: true,
      }),
      Plugin.Assets({ attachmentsFolder: "attachments" }),
      Plugin.Assets(),
      Plugin.Static(),
    ],
  },