Change Configure

This commit is contained in:
PinkR1ver 2024-02-27 19:48:42 +08:00
parent 8858d3cfb1
commit 9379c4f403
2 changed files with 7 additions and 7 deletions

View File

@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "🪴 Quartz 4.0", pageTitle: "🎣 JudeW's Knowledge Brain",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "plausible", provider: "plausible",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "quartz.jzhao.xyz", baseUrl: "https://pinktalk.online/",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created", defaultDateType: "created",
theme: { theme: {

View File

@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = {
header: [], header: [],
footer: Component.Footer({ footer: Component.Footer({
links: { links: {
GitHub: "https://github.com/jackyzha0/quartz", GitHub: "https://github.com/PinkR1ver",
"Discord Community": "https://discord.gg/cRFFHYye7t",
}, },
}), }),
} }
@ -26,7 +25,8 @@ export const defaultContentPageLayout: PageLayout = {
Component.MobileOnly(Component.Spacer()), Component.MobileOnly(Component.Spacer()),
Component.Search(), Component.Search(),
Component.Darkmode(), Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()), // Component.DesktopOnly(Component.Explorer()),
Component.RecentNotes({ title: "Recent writing" }),
], ],
right: [ right: [
Component.Graph(), Component.Graph(),