mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
Update quartz.config.ts
This commit is contained in:
parent
99dc304092
commit
09bfb50be7
@ -18,15 +18,15 @@ 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: "Schibsted Grotesk",
|
header: "sans-serif",
|
||||||
body: "Source Sans Pro",
|
body: "sans-serif",
|
||||||
code: "IBM Plex Mono",
|
code: "IBM Plex Mono",
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
lightMode: {
|
lightMode: {
|
||||||
@ -38,7 +38,7 @@ const config: QuartzConfig = {
|
|||||||
secondary: "#7992a0",
|
secondary: "#7992a0",
|
||||||
tertiary: "#7992a0",
|
tertiary: "#7992a0",
|
||||||
highlight: "rgba(143, 159, 169, 0.07)",
|
highlight: "rgba(143, 159, 169, 0.07)",
|
||||||
textHighlight: "#fff23688",
|
textHighlight: "#fff23688",
|
||||||
},
|
},
|
||||||
darkMode: {
|
darkMode: {
|
||||||
light: "#161618",
|
light: "#161618",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user