Update quartz.config.ts

This commit is contained in:
enneaa 2025-03-13 09:14:51 +08:00 committed by GitHub
parent 99dc304092
commit 09bfb50be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,15 +18,15 @@ const config: QuartzConfig = {
locale: "zh-CN", 
baseUrl: "enneaaa.netlify.app",  
ignorePatterns: ["private", "templates", ".obsidian"],   
defaultDateType: "created",  
generateSocialImages: true,
defaultDateType: "created",   
generateSocialImages: true, 
theme: {
fontOrigin: "googleFonts",
cdnCaching: true, 
fontOrigin: "googleFonts", 
cdnCaching: true,  
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
code: "IBM Plex Mono",    
header: "sans-serif", 
body: "sans-serif", 
code: "IBM Plex Mono",     
},
colors: {
lightMode: {
@ -38,7 +38,7 @@ const config: QuartzConfig = {
secondary: "#7992a0",  
tertiary: "#7992a0",  
highlight: "rgba(143, 159, 169, 0.07)", 
textHighlight: "#fff23688", 
textHighlight: "#fff23688",  
},
darkMode: { 
light: "#161618",