| | |
| | | const config: QuartzConfig = { |
| | | configuration: { |
| | | pageTitle: "🪴 Quartz 4.0", |
| | | pageTitleSuffix: "", |
| | | enableSPA: true, |
| | | enablePopovers: true, |
| | | analytics: { |
| | |
| | | baseUrl: "quartz.jzhao.xyz", |
| | | ignorePatterns: ["private", "templates", ".obsidian"], |
| | | defaultDateType: "created", |
| | | generateSocialImages: false, |
| | | theme: { |
| | | fontOrigin: "googleFonts", |
| | | cdnCaching: true, |
| | |
| | | secondary: "#284b63", |
| | | tertiary: "#84a59d", |
| | | highlight: "rgba(143, 159, 169, 0.15)", |
| | | textHighlight: "#fff23688", |
| | | }, |
| | | darkMode: { |
| | | light: "#161618", |
| | |
| | | secondary: "#7b97aa", |
| | | tertiary: "#84a59d", |
| | | highlight: "rgba(143, 159, 169, 0.15)", |
| | | textHighlight: "#b3aa0288", |
| | | }, |
| | | }, |
| | | }, |