Quartz sync: Jun 18, 2025, 11:49 AM

This commit is contained in:
Liz 2025-06-18 11:49:50 -04:00
parent 9dcda69b4a
commit 7e2f16eb38
3 changed files with 12 additions and 5 deletions

View File

@ -1,12 +1,18 @@
--- ---
title: Welcome! title: Liz's Notebook
--- ---
<link rel="me" href="https://social.lol/@binarydigit"/> <link rel="me" href="https://social.lol/@binarydigit"/>
<link rel="me" href="mailto:liz@foobox.com"> <link rel="me" href="mailto:liz@foobox.com">
![Retrowave Border](https://binarycdn.b-cdn.net/retrowave-border.png) ![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. > 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/)! > Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)!
> [!alert] Current Status
> <script src="https://status.cafe/current-status.js?name=lizbytes" defer></script>
> <div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div>
> <br>

View File

@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Liz's Digital Garden", pageTitle: "(˶ˆᗜˆ˵)",
pageTitleSuffix: " | Liz.computer", pageTitleSuffix: " | Liz.computer",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,

View File

@ -43,9 +43,10 @@ export const defaultContentPageLayout: PageLayout = {
Component.Explorer(), Component.Explorer(),
], ],
right: [ right: [
Component.Graph(), Component.TableOfContents(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(), Component.Backlinks(),
Component.Graph(),
// Component.DesktopOnly(Component.TableOfContents()),
], ],
} }