use nier theme
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 1m24s

This commit is contained in:
Eau
2026-04-12 01:01:24 -05:00
parent 11ada52ff8
commit a505a0ea0e
3 changed files with 4744 additions and 4 deletions

View File

@@ -23,9 +23,9 @@ const config: QuartzConfig = {
fontOrigin: "googleFonts",
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
code: "IBM Plex Mono",
header: "Cardo",
body: "Viaoda Libre ",
code: "Courier Prime",
},
colors: {
lightMode: {
@@ -89,7 +89,12 @@ const config: QuartzConfig = {
Plugin.Favicon(),
Plugin.NotFoundPage(),
// Comment out CustomOgImages to speed up build time
Plugin.CustomOgImages(),
Plugin.CustomOgImages({
colorScheme: "lightMode", // what colors to use for generating image, same as theme colors from config, valid values are "darkMode" and "lightMode"
width: 1200, // width to generate with (in pixels)
height: 630, // height to generate with (in pixels)
excludeRoot: false // wether to exclude "/" index path to be excluded from auto generated images (false = use auto, true = use default og image)
}),
],
},
}