Quartz sync: Jul 30, 2025, 2:39 PM

This commit is contained in:
B 2025-07-30 14:39:35 -04:00
parent 452fc55966
commit c4605fde3a
5 changed files with 8 additions and 21 deletions

View File

@ -13,7 +13,7 @@ In my spare time I like to practice art, coding, writing, mixing music, live str
Feel free to contact me below! Feel free to contact me below!
<script data-letterbirduser="liz" src="https://letterbird.co/embed/v1.js"></script> <script data-letterbirduser="binarydigit" src="https://letterbird.co/embed/v1.js"></script>
<br> <br>

View File

@ -1,19 +1,14 @@
--- ---
title: Welcome to the Motherboard title: Welcome to the Motherboard
image: https://cdn.lizroboto.com/liz/lr.png image: https://binarycdn.b-cdn.net/Blog/binarydigit-main.png
--- ---
<link rel="me" href="https://proven.lol/e1a9d3"/>
<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:b@binarydigit.city">
![Unsplash image by Lorenzo Herrera](/images/unsplash-banner.png) ![Unsplash image by Lorenzo Herrera](/images/unsplash-banner.png)
> [!example] Hello Internet > [!example] Hello Internet
> I go by the name <span class="h-card"><a href="http://lizroboto.com/" class="u-url u-uid"><img class="h-card" src="https://cdn.lizroboto.com/liz/smol-flopp.png" width="80" align="right"/>Liz Roboto</a></span> - some people know me as B. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, fitness, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week. Subscribe to my updated <a href="/index.xml">RSS feed</a>, sign my <a href="/guestbook/">guestbook</a>, or say hi via <a href="/about#contact/">email</a>)! > I go by the name <span class="h-card"><a href="http://binarydigit.city" class="u-url u-uid"><img class="h-card" src="https://binarycdn.b-cdn.net/avatars/HeyMomoAvatarTransparent.png" width="80" align="right"/>B</a></span>! I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, fitness, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week. Subscribe to my updated <a href="/index.xml">RSS feed</a>, sign my <a href="/guestbook/">guestbook</a>, or say hi via <a href="/about#contact/">email</a>)!
> <br> > <br>
## My Writing
### Good Internet Magazine
- [Finding a good community on Mastodon](https://goodinternetmagazine.com/finding-a-good-community-on-mastodon/)

View File

@ -1,8 +0,0 @@
---
title: Nothing.tech
source: https://us.nothing.tech/
tags:
- links
- tech
---
Beautifully designed phones, audio, and tech accessories. [Nothing](https://nothing.tech/)

View File

@ -8,15 +8,15 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Liz (˶ˆᗜˆ˵)", pageTitle: "(˶ˆᗜˆ˵)",
pageTitleSuffix: " | Liz Roboto", pageTitleSuffix: " | BinaryDigit",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "", provider: "",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "lizroboto.com", baseUrl: "binarydigitlol.github.io",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified", defaultDateType: "modified",
theme: { theme: {

View File

@ -8,7 +8,7 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [], afterBody: [],
footer: Component.Footer({ footer: Component.Footer({
links: { links: {
Email: "https://letterbird.co/liz", Email: "https://letterbird.co/binarydigit",
RSS: "/index.xml", RSS: "/index.xml",
}, },
}), }),