diff --git a/content/index.md b/content/index.md index 2bdfd83..f6a1b1a 100644 --- a/content/index.md +++ b/content/index.md @@ -1,6 +1,5 @@ --- -title: Welcome to Quartz +title: Welcome to Zen Browser's Documentation --- -This is a blank Quartz installation. -See the [documentation](https://quartz.jzhao.xyz) for how to get started. + diff --git a/quartz.config.ts b/quartz.config.ts index b6abbb2..05139fc 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -15,7 +15,7 @@ const config: QuartzConfig = { provider: "plausible", }, locale: "en-US", - baseUrl: "quartz.jzhao.xyz", + baseUrl: "zen-browser.app", ignorePatterns: ["private", "templates", ".obsidian"], defaultDateType: "created", theme: { diff --git a/quartz.layout.ts b/quartz.layout.ts index 4a78256..69ed4c4 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = { afterBody: [], footer: Component.Footer({ links: { - GitHub: "https://github.com/jackyzha0/quartz", - "Discord Community": "https://discord.gg/cRFFHYye7t", + GitHub: "https://github.com/zen-browser/", + "Discord Community": "https://discord.gg/nnShMQzR4b", }, }), }