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