From 391a2b962b8a2ccf1179e1642d9595aa2b955132 Mon Sep 17 00:00:00 2001
From: BinaryDigit
Date: Tue, 17 Jun 2025 07:25:17 -0400
Subject: [PATCH] Quartz sync: Jun 17, 2025, 7:25 AM
---
content/index.md | 4 +++-
quartz.config.ts | 6 +++---
quartz.layout.ts | 4 ++--
quartz/components/Footer.tsx | 6 +++---
4 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/content/index.md b/content/index.md
index ea9ae4a..0082c43 100644
--- a/content/index.md
+++ b/content/index.md
@@ -2,6 +2,8 @@
title: Welcome to my digital garden
---
-This is under contstruction. I finally got Quartz working!
+# This is a heading
+
+This is under construction. I finally got Quartz working!

\ No newline at end of file
diff --git a/quartz.config.ts b/quartz.config.ts
index a542cd3..fd8ca98 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -16,7 +16,7 @@ const config: QuartzConfig = {
provider: "",
},
locale: "en-US",
- baseUrl: "binarydigitlol.github.io",
+ baseUrl: "liz.computer",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
theme: {
@@ -24,8 +24,8 @@ const config: QuartzConfig = {
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
- body: "Source Sans Pro",
- code: "IBM Plex Mono",
+ body: "",
+ code: "Roboto Mono",
},
colors: {
lightMode: {
diff --git a/quartz.layout.ts b/quartz.layout.ts
index 970a5be..b97dbe6 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",
+ Contact: "https://letterbird.co/liz",
+ Links: "https://binarydigit.lol",
},
}),
}
diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx
index cff28cb..4c7a2c2 100644
--- a/quartz/components/Footer.tsx
+++ b/quartz/components/Footer.tsx
@@ -13,10 +13,10 @@ export default ((opts?: Options) => {
const links = opts?.links ?? []
return (
{Object.entries(links).map(([text, link]) => (
-