diff --git a/quartz.config.ts b/quartz.config.ts index 62213158c..884ebebb8 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -17,37 +17,37 @@ const config: QuartzConfig = { }, locale: "zh-CN",  baseUrl: "enneaaa.netlify.app",  - ignorePatterns: ["private", "templates", ".obsidian"],   - defaultDateType: "created", + ignorePatterns: ["private", "templates", ".obsidian"],    + defaultDateType: "created",  generateSocialImages: true, theme: { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Noto Serif SC",    - body: "Noto Sans SC",  - code: "IBM Plex Mono",   + header: "Noto Serif SC",     + body: "Noto Serif SC",   + code: "IBM Plex Mono",    }, colors: { lightMode: { light: "#faf8f8", - lightgray: "#e5e5e5", - gray: "#b8b8b8", - darkgray: "#4e4e4e", + lightgray: "#e5e5e5",  + gray: "#b8b8b8",  + darkgray: "#4e4e4e",  dark: "#2b2b2b", - secondary: "#7992a0",  - tertiary: "#84a59d",  + secondary: "#7992a0",   + tertiary: "#7992a0",   highlight: "rgba(143, 159, 169, 0.15)",  textHighlight: "#fff23688",  }, - darkMode: { + darkMode: {  light: "#161618", - lightgray: "#393639",  + lightgray: "#393639",   gray: "#646464", - darkgray: "#d4d4d4", - dark: "#ebebec", - secondary: "#7b97aa",   - tertiary: "#84a59d", + darkgray: "#d4d4d4",  + dark: "#ebebec",  + secondary: "#7b97aa",    + tertiary: "#7b97aa",  highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#b3aa0288",  },