Skip to content

Commit 1ee9eaa

Browse files
authored
Use disclosures instead of popovers (#678)
1 parent b6ee19f commit 1ee9eaa

File tree

11 files changed

+198
-267
lines changed

11 files changed

+198
-267
lines changed

src/components/WorkList.astro

Lines changed: 184 additions & 265 deletions
Large diffs are not rendered by default.

src/content.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const collections = {
4646
description: z.string().optional(),
4747
year: z.number(),
4848
url: z.string().url(),
49+
urlText: z.string().optional(),
4950
category: z.string(),
5051
img: z
5152
.object({

src/content/posts/genderswap/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Creating a song catalogue of gender-swapped covers
2+
title: Creating a catalogue of gender-swapped song covers
33
description: The making of Genderswap.fm, using SvelteKit, Supabase, and the Spotify Web API.
44
datePublished: 2024-03-02 01:40:50-04:00
55
dateModified: 2024-05-15 02:17:43-04:00

src/content/work/astro-photo-grid.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Astro Photo Grid
22
description: A minimal, single-page photo gallery for Astro.
33
year: 2025
44
url: https://github.com/evadecker/astro-photo-grid
5+
urlText: View on GitHub
56
category: site template
67
img:
78
src: ./astro-photo-grid.png

src/content/work/boundaries-map.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: NYC Boundaries Map
22
description: A map of New York City's various civic boundaries.
33
year: 2022
44
url: https://boundaries.beta.nyc
5+
urlText: Explore boundaries
56
category: open data
67
img:
78
src: ./boundaries-map.png

src/content/work/genderswap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Genderswap.fm
22
description: Cataloguing gender-reversal in cover songs.
33
year: 2023
44
url: https://genderswap.fm
5+
urlText: Explore the archive
56
category: archive
67
img:
78
src: ./genderswap-fm.png

src/content/work/guestbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Guestbook
22
description: A guestbook for eva.town.
33
year: 2024
44
url: https://eva.town/guestbook
5+
urlText: Visit and sign
56
category: social web
67
img:
78
src: ./guestbook.png

src/content/work/hypertext-tv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ title: Hypertext TV
22
description: Daily programming for the handmade web, airing now.
33
year: 2025
44
url: https://hypertext.tv
5-
category: time-based explorable
5+
urlText: Tune in
6+
category: explorable
67
img:
78
src: ./hypertext-tv.png
89
alt: The Hypertext TV logo, HTTV for short.

src/content/work/namesake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Namesake
22
description: Web app to aid with the legal name and gender marker change process in the U.S.
33
year: 2024
44
url: https://namesake.fyi
5+
urlText: Visit and donate
56
category: nonprofit
67
img:
78
src: ./namesake.png

src/content/work/windy-day.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: windy day
22
description: A small soundscape.
33
year: 2025
44
url: https://windy.eva.town
5+
urlText: Listen
56
category: handmade web
67
img:
78
src: ./windy-day.png

0 commit comments

Comments
 (0)