diff --git a/quartz.config.ts b/quartz.config.ts index b6abbb2..1ffe8ab 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,13 +8,13 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "🪴 Quartz 4.0", + pageTitle: "Ersatzstimme", enableSPA: true, enablePopovers: true, analytics: { provider: "plausible", }, - locale: "en-US", + locale: "de-DE", baseUrl: "quartz.jzhao.xyz", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", diff --git a/quartz.layout.ts b/quartz.layout.ts index 4a78256..30043a2 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -6,12 +6,13 @@ export const sharedPageComponents: SharedLayout = { head: Component.Head(), header: [], afterBody: [], - footer: Component.Footer({ - links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", - }, - }), + footer: Component.Footer(), + // footer: Component.Footer({ + // links: { + // GitHub: "https://github.com/jackyzha0/quartz", + // "Discord Community": "https://discord.gg/cRFFHYye7t", + // }, + // }), } // components for pages that display a single page (e.g. a single note) @@ -30,9 +31,9 @@ export const defaultContentPageLayout: PageLayout = { Component.DesktopOnly(Component.Explorer()), ], right: [ - Component.Graph(), + // Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), - Component.Backlinks(), + // Component.Backlinks(), ], }