This commit is contained in:
parent
eba92611b7
commit
c478e7a464
@ -21,6 +21,7 @@ const config: QuartzConfig = {
|
|||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "created",
|
defaultDateType: "created",
|
||||||
theme: {
|
theme: {
|
||||||
|
fontOrigin: "googleFonts",
|
||||||
cdnCaching: false,
|
cdnCaching: false,
|
||||||
typography: {
|
typography: {
|
||||||
header: "Space Grotesk",
|
header: "Space Grotesk",
|
||||||
|
@ -6,6 +6,7 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
head: Component.Head(),
|
head: Component.Head(),
|
||||||
header: [],
|
header: [],
|
||||||
footer: Component.Footer(),
|
footer: Component.Footer(),
|
||||||
|
afterBody: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
// components for pages that display a single page (e.g. a single note)
|
// components for pages that display a single page (e.g. a single note)
|
||||||
|
Loading…
Reference in New Issue
Block a user