From e012618727aa74477d56f937ec616db4c62105cc Mon Sep 17 00:00:00 2001 From: BinaryDigit Date: Tue, 17 Jun 2025 10:49:30 -0400 Subject: [PATCH] Quartz sync: Jun 17, 2025, 10:49 AM --- content/about.md | 21 +++++++++++++++++++++ content/guestbook.md | 31 +++++++++++++++++++++++++++++++ content/index.md | 9 ++++----- quartz.config.ts | 6 +++--- quartz.layout.ts | 6 ++++-- quartz/components/Footer.tsx | 3 ++- quartz/components/PageTitle.tsx | 4 ++-- quartz/styles/custom.scss | 2 +- 8 files changed, 68 insertions(+), 14 deletions(-) create mode 100644 content/about.md create mode 100644 content/guestbook.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..a6d742b --- /dev/null +++ b/content/about.md @@ -0,0 +1,21 @@ +--- +title: About +--- +I go by the name Liz Roboto - some people know me as B online. I was born in New York City and grew up on Long Island. I went to college to get my bachelors in Computer Science and find my way into a career of tech support, product training, systems engineering, and web development. + +In 2017 I quit my tech job due to major burn out then took a full time full stack web developer bootcamp to pivot to become a software engineer. In 2021 I took a part time game development course via Code Coven to learn the foundations of Epic’s Unreal Engine and really enjoyed learning game making and design. Today I’m a technical director for a media brand in the health and wellness space and live with my partner and two husky lab twin dogs in Michigan. + +In my spare time I like to practice art, coding, writing, mixing music, live streaming and creating an online community of creatives, gamers, developers, and various professionals to create an inclusive, safe space for folks of all ages and backgrounds. Now I'm on a journey to get back to my healthiest self and work on fun projects. + + +### Contact + +Feel free to contact me below or at ```Liz[at]foobox.com``` + + + +
+ +### Colophon +- Site created with [Quartz](https://quartz.jzhao.xyz/) +- Guestbook powered by [Guestbooks](https://guestbooks.meadow.cafe/) diff --git a/content/guestbook.md b/content/guestbook.md new file mode 100644 index 0000000..1de26f1 --- /dev/null +++ b/content/guestbook.md @@ -0,0 +1,31 @@ +--- +title: Guestbook +--- + +### Please sign my guestbook below! + + +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ Lovingly made with Guestbooks +
+
+

Messages

+
\ No newline at end of file diff --git a/content/index.md b/content/index.md index 1e9f0a6..c7a552f 100644 --- a/content/index.md +++ b/content/index.md @@ -1,9 +1,8 @@ --- -title: Welcome to my digital garden +title: Welcome! --- -![Photo by Lorenzo Herrera on Unsplash](https://bear-images.sfo2.cdn.digitaloceanspaces.com/liz/unsplash-banner.webp) +🌱 🪴 +I’m Liz, aka B. 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 digital garden. This site is always under in progress! -I finally got Quartz working! - -![Under Construction gif](https://binarycdn.b-cdn.net/under-construction.gif) \ No newline at end of file +Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)! \ No newline at end of file diff --git a/quartz.config.ts b/quartz.config.ts index fd8ca98..c82751f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -9,7 +9,7 @@ import * as Plugin from "./quartz/plugins" const config: QuartzConfig = { configuration: { pageTitle: "Liz's Garden", - pageTitleSuffix: "", + pageTitleSuffix: " ", enableSPA: true, enablePopovers: true, analytics: { @@ -23,8 +23,8 @@ const config: QuartzConfig = { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", - body: "", + header: "", + body: "Roboto Mono", code: "Roboto Mono", }, colors: { diff --git a/quartz.layout.ts b/quartz.layout.ts index b97dbe6..98b56d1 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -8,8 +8,10 @@ export const sharedPageComponents: SharedLayout = { afterBody: [], footer: Component.Footer({ links: { - Contact: "https://letterbird.co/liz", - Links: "https://binarydigit.lol", + // Contact: "https://letterbird.co/liz", + "<-": "https://xn--sr8hvo.ws/previous", + "Indieweb":"https://xn--sr8hvo.ws", + "->": "https://xn--sr8hvo.ws/next", }, }), } diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx index 4c7a2c2..eb8665c 100644 --- a/quartz/components/Footer.tsx +++ b/quartz/components/Footer.tsx @@ -16,7 +16,7 @@ export default ((opts?: Options) => {

{i18n(cfg.locale).components.footer.createdWith}{" "} Quartz © {year} -

+

+ ) } diff --git a/quartz/components/PageTitle.tsx b/quartz/components/PageTitle.tsx index 53ee824..4fe1acc 100644 --- a/quartz/components/PageTitle.tsx +++ b/quartz/components/PageTitle.tsx @@ -7,10 +7,10 @@ const PageTitle: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompo const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title const baseDir = pathToRoot(fileData.slug!) return ( -

+

{title}

- ) + ) } PageTitle.css = ` diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 132d7f0..6dc5271 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,2 +1,2 @@ @use "./base.scss"; -@use "themes"; +// @use "themes";