diff --git a/content/about.md b/content/about.md
index b14ff2e..0265a97 100644
--- a/content/about.md
+++ b/content/about.md
@@ -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!
-
+
diff --git a/content/index.md b/content/index.md
index 293965f..6b1f082 100644
--- a/content/index.md
+++ b/content/index.md
@@ -1,19 +1,14 @@
---
title: Welcome to the Motherboard
-image: https://cdn.lizroboto.com/liz/lr.png
+image: https://binarycdn.b-cdn.net/Blog/binarydigit-main.png
---
-
-
+

> [!example] Hello Internet
-> I go by the name Liz Roboto - 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 RSS feed, sign my guestbook, or say hi via email)!
+> I go by the name 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 RSS feed, sign my guestbook, or say hi via email)!
>
-## My Writing
-
-### Good Internet Magazine
-- [Finding a good community on Mastodon](https://goodinternetmagazine.com/finding-a-good-community-on-mastodon/)
diff --git a/content/links/Nothing.tech.md b/content/links/Nothing.tech.md
deleted file mode 100644
index 0a3456d..0000000
--- a/content/links/Nothing.tech.md
+++ /dev/null
@@ -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/)
diff --git a/quartz.config.ts b/quartz.config.ts
index b46eb28..e46d46d 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -8,15 +8,15 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
- pageTitle: "Liz (˶ˆᗜˆ˵)",
- pageTitleSuffix: " | Liz Roboto",
+ pageTitle: "(˶ˆᗜˆ˵)",
+ pageTitleSuffix: " | BinaryDigit",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "",
},
locale: "en-US",
- baseUrl: "lizroboto.com",
+ baseUrl: "binarydigitlol.github.io",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
theme: {
diff --git a/quartz.layout.ts b/quartz.layout.ts
index 910ca70..fb5a478 100644
--- a/quartz.layout.ts
+++ b/quartz.layout.ts
@@ -8,7 +8,7 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [],
footer: Component.Footer({
links: {
- Email: "https://letterbird.co/liz",
+ Email: "https://letterbird.co/binarydigit",
RSS: "/index.xml",
},
}),