Striven
20 hours ago c538c151c7462ad0395ff2c15c5e11e89e362aa8
quartz.config.ts
@@ -8,7 +8,7 @@
 */
const config: QuartzConfig = {
  configuration: {
    pageTitle: "Quartz 4",
    pageTitle: "Scapegoat Docs",
    pageTitleSuffix: "",
    enableSPA: true,
    enablePopovers: true,
@@ -16,9 +16,9 @@
      provider: "plausible",
    },
    locale: "en-US",
    baseUrl: "quartz.jzhao.xyz",
    baseUrl: "docs.scapegoat.cx",
    ignorePatterns: ["private", "templates", ".obsidian"],
    defaultDateType: "created",
    defaultDateType: "modified",
    theme: {
      fontOrigin: "googleFonts",
      cdnCaching: true,
@@ -68,9 +68,12 @@
      }),
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
      Plugin.GitHubFlavoredMarkdown(),
      Plugin.TableOfContents(),
      Plugin.TableOfContents({
        maxDepth: 2,
      }),
      Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
      Plugin.Description(),
      Plugin.FolderPage(),
      Plugin.Latex({ renderEngine: "katex" }),
    ],
    filters: [Plugin.RemoveDrafts()],
@@ -86,6 +89,7 @@
      }),
      Plugin.Assets(),
      Plugin.Static(),
      Plugin.Favicon(),
      Plugin.NotFoundPage(),
      // Comment out CustomOgImages to speed up build time
      Plugin.CustomOgImages(),