Skip to content

Commit

Permalink
Adjust config and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggiR committed Sep 14, 2024
1 parent 7680627 commit de014f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 9 additions & 8 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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(),
],
}

Expand Down

0 comments on commit de014f0

Please sign in to comment.