Changed configuration to reflect my specific site

This commit is contained in:
2025-11-23 15:05:04 +00:00
parent f8d94a9cfd
commit 1a8661284e

View File

@@ -17,16 +17,16 @@ const config: QuartzConfig = {
},
locale: "en-US",
baseUrl: "notes.sukaato.moe",
ignorePatterns: ["_private", "_assets", "_bib", "_scripts", "_templates", "_mediadb", "_assets"],
ignorePatterns: ["**/_private", "**/_bib", "**/_scripts", "**/_templates", "**/_mediadb"],
defaultDateType: "modified",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
typography: {
title: "UnifrakturMaguntia",
header: "Grenze Gotisch",
body: "Eagle Lake",
code: "Syne Mono",
title: {name: "UnifrakturMaguntia"},
header: {name: "Grenze Gotisch"},
body: {name: "Macondo"},
code: {name: "Syne Mono"},
},
colors: {
lightMode: {
@@ -41,7 +41,7 @@ const config: QuartzConfig = {
textHighlight: "#fbf719",
},
darkMode: {
light: "#252525",
light: "#131313",
lightgray: "#cccccc",
gray: "#993333",
darkgray: "#ffffff",