diff --git a/quartz.config.ts b/quartz.config.ts index 809b9b1..6197897 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -17,16 +17,16 @@ const config: QuartzConfig = { }, locale: "en-US", baseUrl: "notes.sukaato.moe", - ignorePatterns: ["_private", "_assets", "_bib", "_scripts", "_templates", "_mediadb", "_assets"], + ignorePatterns: ["**/_private", "**/_bib", "**/_scripts", "**/_templates", "**/_mediadb"], defaultDateType: "modified", theme: { fontOrigin: "googleFonts", cdnCaching: true, typography: { - title: "UnifrakturMaguntia", - header: "Grenze Gotisch", - body: "Eagle Lake", - code: "Syne Mono", + title: {name: "UnifrakturMaguntia"}, + header: {name: "Grenze Gotisch"}, + body: {name: "Macondo"}, + code: {name: "Syne Mono"}, }, colors: { lightMode: { @@ -41,7 +41,7 @@ const config: QuartzConfig = { textHighlight: "#fbf719", }, darkMode: { - light: "#252525", + light: "#131313", lightgray: "#cccccc", gray: "#993333", darkgray: "#ffffff",