Quartz sync: Jun 17, 2025, 10:49 AM

This commit is contained in:
Liz 2025-06-17 10:49:30 -04:00
parent 39059d608e
commit e012618727
8 changed files with 68 additions and 14 deletions

21
content/about.md Normal file
View File

@ -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 Epics Unreal Engine and really enjoyed learning game making and design. Today Im 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```
<script data-letterbirduser="liz" src="https://letterbird.co/embed/v1.js"></script>
<br>
### Colophon
- Site created with [Quartz](https://quartz.jzhao.xyz/)
- Guestbook powered by [Guestbooks](https://guestbooks.meadow.cafe/)

31
content/guestbook.md Normal file
View File

@ -0,0 +1,31 @@
---
title: Guestbook
---
### Please sign my guestbook below!
<script async src="https://guestbooks.meadow.cafe/resources/js/embed_script/366/script.js"></script>
<div id="guestbooks___guestbook-form-container">
<form id="guestbooks___guestbook-form" action="https://guestbooks.meadow.cafe/guestbook/366/submit" method="post">
<div class="guestbooks___input-container">
<input placeholder="Name" type="text" id="name" name="name" required>
</div>
<div class="guestbooks___input-container">
<input placeholder="Website (optional)" type="url" id="website" name="website">
</div>
<div id="guestbooks___challenge-answer-container"></div>
<br/>
<div class="guestbooks___input-container">
<textarea placeholder="Message (plain text only)..." id="text" name="text" style="width: 100%; box-sizing: border-box; resize: vertical;" required></textarea>
</div>
<br/>
<input type="submit" value="Submit">
<div id="guestbooks___error-message"></div>
</form>
</div>
<div id="guestbooks___guestbook-made-with" style="text-align: right;">
<small>Lovingly made with <a target="_blank" href="https://guestbooks.meadow.cafe">Guestbooks</a></small>
</div>
<hr style="margin: 1em 0;"/>
<h3 id="guestbooks___guestbook-messages-header">Messages</h3>
<div id="guestbooks___guestbook-messages-container"></div>

View File

@ -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)
🌱 🪴
Im 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)
Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)!

View File

@ -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: {

View File

@ -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",
},
}),
}

View File

@ -24,6 +24,7 @@ export default ((opts?: Options) => {
</li>
))}
</ul>
</footer>
)
}

View File

@ -1,2 +1,2 @@
@use "./base.scss";
@use "themes";
// @use "themes";