diff --git a/content/index.md b/content/index.md index c7a552f..136f803 100644 --- a/content/index.md +++ b/content/index.md @@ -3,6 +3,6 @@ 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’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 portfolio and digital garden. Please keep checking back for updates each week. -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 +Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)! diff --git a/quartz.config.ts b/quartz.config.ts index c82751f..f79f160 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -29,7 +29,7 @@ const config: QuartzConfig = { }, colors: { lightMode: { - light: "#faf8f8", + light: "#eff1f5", lightgray: "#e5e5e5", gray: "#b8b8b8", darkgray: "#4e4e4e", @@ -45,7 +45,7 @@ const config: QuartzConfig = { gray: "#646464", darkgray: "#d4d4d4", dark: "#ebebec", - secondary: "#7b97aa", + secondary: "#bac2de", tertiary: "#84a59d", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#b3aa0288", diff --git a/quartz.layout.ts b/quartz.layout.ts index 98b56d1..615dcca 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -43,7 +43,7 @@ export const defaultContentPageLayout: PageLayout = { Component.Explorer(), ], right: [ - Component.Graph(), + // Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), ], diff --git a/quartz/static/icon.png b/quartz/static/icon.png index b6656a7..fa25b0d 100644 Binary files a/quartz/static/icon.png and b/quartz/static/icon.png differ diff --git a/quartz/static/og-image.png b/quartz/static/og-image.png index f132145..b758690 100644 Binary files a/quartz/static/og-image.png and b/quartz/static/og-image.png differ