From 363caeb97431adf0a4f6594fdc45d55a8cae4f31 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 18 Aug 2024 01:05:10 +0200 Subject: [PATCH] chore: Update landing page title and footer links The landing page title and footer links have been updated to reflect the rebranding of the project from Quartz to Zen Browser. The title now says "Welcome to Zen Browser's Documentation" instead of "Welcome to Quartz". Additionally, the GitHub link in the footer now points to the Zen Browser GitHub repository instead of the Quartz repository, and the Discord Community link has been updated accordingly. --- content/index.md | 5 ++--- quartz.config.ts | 2 +- quartz.layout.ts | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) 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", }, }), }