mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-20 17:02:24 +00:00
Quartz sync: Jun 17, 2025, 10:49 AM
This commit is contained in:
parent
39059d608e
commit
e012618727
21
content/about.md
Normal file
21
content/about.md
Normal 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 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```
|
||||||
|
|
||||||
|
<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
31
content/guestbook.md
Normal 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>
|
@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Welcome to my digital garden
|
title: Welcome!
|
||||||
---
|
---
|
||||||

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

|
|
@ -9,7 +9,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "Liz's Garden",
|
pageTitle: "Liz's Garden",
|
||||||
pageTitleSuffix: "",
|
pageTitleSuffix: " ",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: {
|
||||||
@ -23,8 +23,8 @@ const config: QuartzConfig = {
|
|||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
typography: {
|
typography: {
|
||||||
header: "Schibsted Grotesk",
|
header: "",
|
||||||
body: "",
|
body: "Roboto Mono",
|
||||||
code: "Roboto Mono",
|
code: "Roboto Mono",
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
|
@ -8,8 +8,10 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
afterBody: [],
|
afterBody: [],
|
||||||
footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
links: {
|
links: {
|
||||||
Contact: "https://letterbird.co/liz",
|
// Contact: "https://letterbird.co/liz",
|
||||||
Links: "https://binarydigit.lol",
|
"<-": "https://xn--sr8hvo.ws/previous",
|
||||||
|
"Indieweb":"https://xn--sr8hvo.ws",
|
||||||
|
"->": "https://xn--sr8hvo.ws/next",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ export default ((opts?: Options) => {
|
|||||||
<p><small>
|
<p><small>
|
||||||
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
||||||
<a href="https://quartz.jzhao.xyz/">Quartz</a> © {year}
|
<a href="https://quartz.jzhao.xyz/">Quartz</a> © {year}
|
||||||
</small></p>
|
</small></p>
|
||||||
<ul>
|
<ul>
|
||||||
{Object.entries(links).map(([text, link]) => (
|
{Object.entries(links).map(([text, link]) => (
|
||||||
<li>
|
<li>
|
||||||
@ -24,6 +24,7 @@ export default ((opts?: Options) => {
|
|||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -7,10 +7,10 @@ const PageTitle: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompo
|
|||||||
const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title
|
const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title
|
||||||
const baseDir = pathToRoot(fileData.slug!)
|
const baseDir = pathToRoot(fileData.slug!)
|
||||||
return (
|
return (
|
||||||
<h2 class={classNames(displayClass, "page-title")}>
|
<h2 class={classNames(displayClass, "page-title")}>
|
||||||
<a href={baseDir}>{title}</a>
|
<a href={baseDir}>{title}</a>
|
||||||
</h2>
|
</h2>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
PageTitle.css = `
|
PageTitle.css = `
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
@use "./base.scss";
|
@use "./base.scss";
|
||||||
@use "themes";
|
// @use "themes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user