mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update quartz.config.ts
This commit is contained in:
parent
a55c764f9d
commit
86303890cb
@ -19,14 +19,14 @@ const config: QuartzConfig = {
|
|||||||
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 Sans SC",
|
||||||
body: "Noto Sans SC",
|
body: "Noto Sans SC",
|
||||||
code: "Noto Sans SC",
|
code: "IBM Plex Mono",
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
lightMode: {
|
lightMode: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user