From 9379c4f403e9471756612ac1756edcf0988f0d12 Mon Sep 17 00:00:00 2001 From: PinkR1ver <3180102330@zju.edu.cn> Date: Tue, 27 Feb 2024 19:48:42 +0800 Subject: [PATCH] Change Configure --- quartz.config.ts | 6 +++--- quartz.layout.ts | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 2cdadb740..5453fffbb 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "🪴 Quartz 4.0", + pageTitle: "🎣 JudeW's Knowledge Brain", enableSPA: true, enablePopovers: true, analytics: { provider: "plausible", }, locale: "en-US", - baseUrl: "quartz.jzhao.xyz", + baseUrl: "https://pinktalk.online/", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", theme: { @@ -87,4 +87,4 @@ const config: QuartzConfig = { }, } -export default config +export default config \ No newline at end of file diff --git a/quartz.layout.ts b/quartz.layout.ts index b5a1639eb..177d134e3 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = { header: [], footer: Component.Footer({ links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", + GitHub: "https://github.com/PinkR1ver", }, }), } @@ -26,7 +25,8 @@ export const defaultContentPageLayout: PageLayout = { Component.MobileOnly(Component.Spacer()), Component.Search(), Component.Darkmode(), - Component.DesktopOnly(Component.Explorer()), + // Component.DesktopOnly(Component.Explorer()), + Component.RecentNotes({ title: "Recent writing" }), ], right: [ Component.Graph(), @@ -46,4 +46,4 @@ export const defaultListPageLayout: PageLayout = { Component.DesktopOnly(Component.Explorer()), ], right: [], -} +} \ No newline at end of file