From e012618727aa74477d56f937ec616db4c62105cc Mon Sep 17 00:00:00 2001
From: BinaryDigit
{i18n(cfg.locale).components.footer.createdWith}{" "}
Quartz © {year}
-
+
+### 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!
+
+
+
+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!
---
-
+🌱 🪴
+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!
-
-
\ 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) => {