Changed configuration to reflect my specific site
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user