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.
This commit is contained in:
Mauro Balades 2024-08-18 01:05:10 +02:00
parent a08a51eea3
commit 363caeb974
3 changed files with 5 additions and 6 deletions

View file

@ -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.

View file

@ -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: {

View file

@ -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",
},
}),
}