Added an exclude rule

This commit is contained in:
2025-11-23 17:23:38 -05:00
parent ffc33324af
commit 958b6d63ae

View File

@@ -17,7 +17,7 @@ const config: QuartzConfig = {
}, },
locale: "en-US", locale: "en-US",
baseUrl: "notes.sukaato.moe", baseUrl: "notes.sukaato.moe",
ignorePatterns: ["**/_private", "**/_bib", "**/_scripts", "**/_templates", "**/_mediadb"], ignorePatterns: ["**/_private", "*.priv.md", "**/_bib", "**/_scripts", "**/_templates", "**/_mediadb"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",