Skip to content

Commit

Permalink
🩹 (shows) 2025-01 [b] (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz authored Jan 16, 2025
1 parent 2545721 commit 709a58c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
3 changes: 3 additions & 0 deletions sites/jeromefitzgerald.com/src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
19 changes: 14 additions & 5 deletions sites/jeromefitzgerald.com/src/data/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
30 changes: 15 additions & 15 deletions sites/jeromefitzgerald.com/src/store/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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,
Expand Down

0 comments on commit 709a58c

Please sign in to comment.