From 709a58cd44963209da500ba2cb5f435b337529f2 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Wed, 15 Jan 2025 22:02:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20(shows)=202025-01=20[b]=20(#3141?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sites/jeromefitzgerald.com/src/app/sitemap.ts | 3 ++ sites/jeromefitzgerald.com/src/data/menu.ts | 19 ++++++++---- .../jeromefitzgerald.com/src/store/index.tsx | 30 +++++++++---------- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/sites/jeromefitzgerald.com/src/app/sitemap.ts b/sites/jeromefitzgerald.com/src/app/sitemap.ts index 289817686..4efc08c39 100644 --- a/sites/jeromefitzgerald.com/src/app/sitemap.ts +++ b/sites/jeromefitzgerald.com/src/app/sitemap.ts @@ -65,8 +65,11 @@ const events = [ '2024/12/21/improv-in-development', '2025/01/04/irony-city', '2025/01/05/your-act', + '2025/01/11/arcade-hootenanny', + '2025/01/18/dinner-with-the-nolens', '2025/01/23/sketch-lab-report-vol-1', '2025/01/24/sketch-lab-report-vol-1', + '2025/01/25/well-known-strangers', '2025/01/31/sketch-lab-report-vol-1', '2025/02/01/sketch-lab-report-vol-1', '2025/02/02/your-act', diff --git a/sites/jeromefitzgerald.com/src/data/menu.ts b/sites/jeromefitzgerald.com/src/data/menu.ts index 4c50da922..8d3b15cf0 100644 --- a/sites/jeromefitzgerald.com/src/data/menu.ts +++ b/sites/jeromefitzgerald.com/src/data/menu.ts @@ -69,13 +69,13 @@ const menus: NavigationMenuItems[] = [ titleDescription: 'Jerome is cooking something up at the moment.', }, { - href: '/events/2025/01/04/irony-city', - id: '/events/2025/01/04/irony-city', + href: '/events/2025/01/18/dinner-with-the-nolens', + id: '/events/2025/01/18/dinner-with-the-nolens', isActive: true, isActiveMobileOverride: false, - keywords: ['irony', 'city', 'jerome'], - title: 'Irony City: SAT 01/04', - titleDescription: 'Psst – Jerome is Opening Act. Pass it on.', + keywords: ['improv', 'nolens', 'kristy', 'jethro'], + title: 'Dinner With The Nolens: SAT 01/18', + titleDescription: 'Dinner With The Nolens: SAT 01/18', }, { href: '/events/2025/01/23/sketch-lab-report-vol-1', @@ -95,6 +95,15 @@ const menus: NavigationMenuItems[] = [ title: 'Sketch Lab: FRI 01/24', titleDescription: 'Sketch Lab Report Vol.1', }, + { + href: '/events/2025/01/25/well-known-strangers', + id: '/events/2025/01/25/well-known-strangers', + isActive: true, + isActiveMobileOverride: false, + keywords: ['improv', 'well', 'known', 'strangers'], + title: 'Well Known Strangers: SAT 01/25', + titleDescription: 'Well Known Strangers: SAT 01/25', + }, { href: '/events/2025/01/31/sketch-lab-report-vol-1', id: '/events/2025/01/31/sketch-lab-report-vol-1', diff --git a/sites/jeromefitzgerald.com/src/store/index.tsx b/sites/jeromefitzgerald.com/src/store/index.tsx index a64df5b17..7f957d69a 100644 --- a/sites/jeromefitzgerald.com/src/store/index.tsx +++ b/sites/jeromefitzgerald.com/src/store/index.tsx @@ -204,25 +204,15 @@ const getDefaultInitialStateStoreMenu = () => ({ title: '… All Events', titleDescription: 'Including recent past events.', }, - // { - // href: '/events/2024/10/12/arcade-hootenanny', - // icon: TicketIcon, - // id: '2024/10/12/arcade-hootenanny', - // isActive: true, - // isActiveMobile: true, - // keywords: ['arcade', 'hootenanny'], - // title: 'Arcade Hootenanny: SAT 10/12', - // titleDescription: '', - // }, { - href: '/events/2025/01/04/irony-city', + href: '/events/2025/01/18/dinner-with-the-nolens', icon: TicketIcon, - id: '/events/2025/01/04/irony-city', + id: '/events/2025/01/18/dinner-with-the-nolens', isActive: true, isActiveMobile: true, - keywords: ['irony', 'city', 'jerome'], - title: 'Irony City: SAT 01/04', - titleDescription: 'Psst – Jerome is Opening Act. Pass it on.', + keywords: ['improv', 'nolens', 'kristy', 'jethro'], + title: 'Dinner With The Nolens: SAT 01/18', + titleDescription: 'Dinner With The Nolens: SAT 01/18', }, { href: '/events/2025/01/23/sketch-lab-report-vol-1', @@ -244,6 +234,16 @@ const getDefaultInitialStateStoreMenu = () => ({ title: 'Sketch Lab: FRI 01/24', titleDescription: 'Sketch Lab Report Vol.1', }, + { + href: '/events/2025/01/25/well-known-strangers', + icon: TicketIcon, + id: '/events/2025/01/25/well-known-strangers', + isActive: true, + isActiveMobile: true, + keywords: ['improv', 'well', 'known', 'strangers'], + title: 'Well Known Strangers: SAT 01/25', + titleDescription: 'Well Known Strangers: SAT 01/25', + }, { href: '/events/2025/01/31/sketch-lab-report-vol-1', icon: TicketIcon,