mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Change Configure
This commit is contained in:
parent
8858d3cfb1
commit
9379c4f403
@ -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
|
||||
@ -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: [],
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user