From 7e2f16eb3821301a12d370306bed976ce2681853 Mon Sep 17 00:00:00 2001 From: BinaryDigit Date: Wed, 18 Jun 2025 11:49:50 -0400 Subject: [PATCH] Quartz sync: Jun 18, 2025, 11:49 AM --- content/index.md | 10 ++++++++-- quartz.config.ts | 2 +- quartz.layout.ts | 5 +++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/content/index.md b/content/index.md index b36c1cc..6e2b7ff 100644 --- a/content/index.md +++ b/content/index.md @@ -1,12 +1,18 @@ --- -title: Welcome! +title: Liz's Notebook --- ![Retrowave Border](https://binarycdn.b-cdn.net/retrowave-border.png) -> [!example] Welcome! +> [!example] Hello Internet > I go by the name Liz Roboto - some people know me as B online. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week. > Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)! + +> [!alert] Current Status +> +>
+>
+ diff --git a/quartz.config.ts b/quartz.config.ts index 3c0bade..9151834 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "Liz's Digital Garden", + pageTitle: "(˶ˆᗜˆ˵)", pageTitleSuffix: " | Liz.computer", enableSPA: true, enablePopovers: true, diff --git a/quartz.layout.ts b/quartz.layout.ts index 98b56d1..015de16 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -43,9 +43,10 @@ export const defaultContentPageLayout: PageLayout = { Component.Explorer(), ], right: [ - Component.Graph(), - Component.DesktopOnly(Component.TableOfContents()), + Component.TableOfContents(), Component.Backlinks(), + Component.Graph(), + // Component.DesktopOnly(Component.TableOfContents()), ], }