Quartz sync: Jun 17, 2025, 11:31 AM

This commit is contained in:
Liz 2025-06-17 11:31:37 -04:00
parent e012618727
commit d2aab982ed
5 changed files with 5 additions and 5 deletions

View File

@ -3,6 +3,6 @@ title: Welcome!
---
🌱 🪴
Im 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!
Im 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/)!

View File

@ -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",

View File

@ -43,7 +43,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.Explorer(),
],
right: [
Component.Graph(),
// Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 233 KiB