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 = {
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

View File

@ -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: [],
}
}