diff --git a/quartz.config.ts b/quartz.config.ts index b3db3d6..fe3770f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,47 +8,48 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "Quartz 4", - pageTitleSuffix: "", + pageTitle: "The SUKAATO Codex", + pageTitleSuffix: "a Zettelkasten collection", enableSPA: true, enablePopovers: true, analytics: { provider: "plausible", }, locale: "en-US", - baseUrl: "quartz.jzhao.xyz", - ignorePatterns: ["private", "templates", ".obsidian"], + baseUrl: "notes.sukaato.moe", + ignorePatterns: ["_private", "_assets", "_bib", "_scripts", "_templates", "_assets"], defaultDateType: "modified", theme: { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", - body: "Source Sans Pro", - code: "IBM Plex Mono", + title: "UnifrakturMaguntia", + header: "Grenze Gotisch", + body: "Eagle Lake", + code: "Syne Mono", }, colors: { lightMode: { - light: "#faf8f8", - lightgray: "#e5e5e5", + light: "#f5f2e8", + lightgray: "#dbbe9c", gray: "#b8b8b8", - darkgray: "#4e4e4e", - dark: "#2b2b2b", - secondary: "#284b63", - tertiary: "#84a59d", + darkgray: "#2c261f", + dark: "#2c261f", + secondary: "#251607", + tertiary: "#263145", highlight: "rgba(143, 159, 169, 0.15)", - textHighlight: "#fff23688", + textHighlight: "#fbf719", }, darkMode: { - light: "#161618", - lightgray: "#393639", - gray: "#646464", - darkgray: "#d4d4d4", - dark: "#ebebec", - secondary: "#7b97aa", - tertiary: "#84a59d", + light: "#000033", + lightgray: "#cccccc", + gray: "#993333", + darkgray: "#ffffff", + dark: "#993333", + secondary: "#993333", + tertiary: "#cc9966", highlight: "rgba(143, 159, 169, 0.15)", - textHighlight: "#b3aa0288", + textHighlight: "#cc9966", }, }, },