From b87b357d1524c41052f15d5befc2f13e9467f00f Mon Sep 17 00:00:00 2001 From: BinaryDigit Date: Fri, 27 Jun 2025 09:35:07 -0400 Subject: [PATCH] Quartz sync: Jun 27, 2025, 9:35 AM --- content/index.md | 2 +- quartz.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index aabe395..f0da90d 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,5 @@ --- -title: Liz's Notebook +title: Welcome to the Motherboard image: https://cdn.liz.computer/liz/paper.png --- diff --git a/quartz.config.ts b/quartz.config.ts index 56e936e..9b8e765 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "(˶ˆᗜˆ˵)", + pageTitle: "Liz (˶ˆᗜˆ˵)", pageTitleSuffix: " | Liz.computer", enableSPA: true, enablePopovers: true,