diff --git a/content/artists.json b/content/artists.json new file mode 100644 index 0000000..15e922b --- /dev/null +++ b/content/artists.json @@ -0,0 +1,9 @@ +{ + "heathcliff": { + "displayName": "Heathcliff", + "links": { + "ig": "https://www.instagram.com/heathcliff.mp3", + "soundcloud": "https://soundcloud.com/heathcliffdotmp3" + } + } +} \ No newline at end of file diff --git a/content/stops/2025-12-23-bossa-nova-civic-club-happy-hour.md b/content/events/2025-12-23-bossa-nova-civic-club-happy-hour.md similarity index 100% rename from content/stops/2025-12-23-bossa-nova-civic-club-happy-hour.md rename to content/events/2025-12-23-bossa-nova-civic-club-happy-hour.md diff --git a/content/stops/2026-01-31-village-hidden-in-sound-x-jade.md b/content/events/2026-01-31-village-hidden-in-sound-x-jade.md similarity index 100% rename from content/stops/2026-01-31-village-hidden-in-sound-x-jade.md rename to content/events/2026-01-31-village-hidden-in-sound-x-jade.md diff --git a/content/stops/2026-02-07-she-they-dj.md b/content/events/2026-02-07-she-they-dj.md similarity index 100% rename from content/stops/2026-02-07-she-they-dj.md rename to content/events/2026-02-07-she-they-dj.md diff --git a/content/stops/2026-02-11-open-decks-with-steen-and-dane-deveraux.md b/content/events/2026-02-11-open-decks-with-steen-and-dane-deveraux.md similarity index 100% rename from content/stops/2026-02-11-open-decks-with-steen-and-dane-deveraux.md rename to content/events/2026-02-11-open-decks-with-steen-and-dane-deveraux.md diff --git a/content/stops/2026-02-12-panic-room-happy-hour.md b/content/events/2026-02-12-panic-room-happy-hour.md similarity index 100% rename from content/stops/2026-02-12-panic-room-happy-hour.md rename to content/events/2026-02-12-panic-room-happy-hour.md diff --git a/content/stops/2026-03-26-continuum.md b/content/events/2026-03-26-continuum.md similarity index 100% rename from content/stops/2026-03-26-continuum.md rename to content/events/2026-03-26-continuum.md diff --git a/edge/components/css.edge b/edge/components/css.edge index 7522d60..7b65888 100644 --- a/edge/components/css.edge +++ b/edge/components/css.edge @@ -188,10 +188,10 @@ } #site-header h1 { - font-size: 1rem; + font-size: 1.6rem; } #site-header p { - font-size: 0.8rem; + font-size: 1.2rem; text-align: right; } @@ -219,17 +219,17 @@