From c5db3f781e7145d5df754a86b8e4a09160891484 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Mon, 30 Jun 2025 23:56:37 -0400 Subject: upd --- generate-schedule.py | 8 ++++++++ index.html | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/generate-schedule.py b/generate-schedule.py index 6c12e6f..ae9f52c 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -226,6 +226,13 @@ redhookgarden = Location( info="Garden on Sullivan St bet. Conover/Van Brunt" ) +centralpark = Location( + "Central Park", + "https://partiful.com/e/SNyZW0KDIBTgioRJV0HO", + "Central Park", + info="Check link for location updates on day of event." +) + schedule = [ Event(nook, date(2025, 5, 17)), @@ -265,6 +272,7 @@ schedule = [ Event(jefferson, date(2025, 7, 2)), Event(brightonbeachasserlevy, date(2025, 7, 3), time='6p', special=True), Event(nook, date(2025, 7, 5)), + Event(centralpark, date(2025, 7, 5), time='1p'), Event(summermccarren, date(2025, 7, 7)), Event(jefferson, date(2025, 7, 9)), diff --git a/index.html b/index.html index c17d8cc..9391224 100644 --- a/index.html +++ b/index.html @@ -342,6 +342,16 @@ +
+
+ Saturday, July 5 · 1p +
+
+ Central Park + Central Park +
Check link for location updates on day of event.
+
+
Monday, July 7 · 6:30p -- cgit v1.2.3