Update quartz.config.ts

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

View File

@ -9,7 +9,7 @@ import * as Plugin from "./quartz/plugins"
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "🌲是話說",   pageTitle: "🌲是話說",  
pageTitleSuffix: "",  pageTitleSuffix: "",  
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
@ -17,16 +17,16 @@ 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 Sans SC",   header: "Noto Serif SC",   
body: "Noto Sans SC",  body: "Noto Sans SC", 
code: "IBM Plex Mono",  code: "IBM Plex Mono",  
}, },
colors: { colors: {
lightMode: { lightMode: {
@ -35,21 +35,21 @@ const config: QuartzConfig = {
gray: "#b8b8b8", gray: "#b8b8b8",
darkgray: "#4e4e4e", darkgray: "#4e4e4e",
dark: "#2b2b2b", dark: "#2b2b2b",
secondary: "#284b63", secondary: "#7992a0", 
tertiary: "#84a59d", tertiary: "#84a59d", 
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: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#b3aa0288", textHighlight: "#b3aa0288", 
}, },
}, },
}, },