use nier theme
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 1m24s
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 1m24s
This commit is contained in:
@@ -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)
|
||||
}),
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
1
.quartz/styles/custom.scss
Normal file
1
.quartz/styles/custom.scss
Normal file
@@ -0,0 +1 @@
|
||||
@use "themes";
|
||||
4734
.quartz/styles/themes/_index.scss
Normal file
4734
.quartz/styles/themes/_index.scss
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user