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", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,
typography: { typography: {
header: "Schibsted Grotesk", header: "Cardo",
body: "Source Sans Pro", body: "Viaoda Libre ",
code: "IBM Plex Mono", code: "Courier Prime",
}, },
colors: { colors: {
lightMode: { lightMode: {
@@ -89,7 +89,12 @@ const config: QuartzConfig = {
Plugin.Favicon(), Plugin.Favicon(),
Plugin.NotFoundPage(), Plugin.NotFoundPage(),
// Comment out CustomOgImages to speed up build time // 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)
}),
], ],
}, },
} }

View File

@@ -0,0 +1 @@
@use "themes";

File diff suppressed because it is too large Load Diff