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",
|
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)
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
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