Jacky Zhao
2023-08-24 fc4b8f3d3fad90b6f7d8dedc58201df68da1280e
quartz.config.ts
@@ -11,6 +11,7 @@
    },
    baseUrl: "quartz.jzhao.xyz",
    ignorePatterns: ["private", "templates"],
    defaultDateType: "created",
    theme: {
      typography: {
        header: "Schibsted Grotesk",
@@ -66,7 +67,7 @@
        enableSiteMap: true,
        enableRSS: true,
      }),
      Plugin.Assets({ attachmentsFolder: "attachments" }),
      Plugin.Assets(),
      Plugin.Static(),
    ],
  },