Update quartz.config.ts

This commit is contained in:
enneaa 2025-03-13 03:27:08 +08:00 committed by GitHub
parent 6f1d04b82f
commit 510a01ae92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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