Jacky Zhao
2023-09-11 a66c239797e3e80e2dc8b7059eee8c51bcf4ca8f
quartz.config.ts
@@ -10,7 +10,7 @@
      provider: "plausible",
    },
    baseUrl: "quartz.jzhao.xyz",
    ignorePatterns: ["private", "templates"],
    ignorePatterns: ["private", "templates", ".obsidian"],
    defaultDateType: "created",
    theme: {
      typography: {
@@ -69,6 +69,7 @@
      }),
      Plugin.Assets(),
      Plugin.Static(),
      Plugin.NotFoundPage(),
    ],
  },
}