From e37b361db128fae834d1946d15453a04ca7b7284 Mon Sep 17 00:00:00 2001 From: elcuervo Date: Mon, 24 Mar 2025 11:10:32 -0300 Subject: [PATCH 1/2] Adds new speakers --- _data/people.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/people.yml b/_data/people.yml index 6abe0de..bf17e60 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -167,3 +167,15 @@ matias_lorenzo: nicolas_erlichman: name: Nicolas Erlichman github: nerlichman + +marco_roth: + name: Marco Roth + github: marcoroth + +seth_horsley: + name: Seth Horsley + github: sethhorsley + +nicolas_buero: + name: Nicolás Buero + github: Nicolasvb23 From 1de7de09e3e3e83d1f3aa2794532a0db3d3efd12 Mon Sep 17 00:00:00 2001 From: elcuervo Date: Mon, 24 Mar 2025 11:10:43 -0300 Subject: [PATCH 2/2] Enable next meetup --- _data/next_meetup.yml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/_data/next_meetup.yml b/_data/next_meetup.yml index 0076147..3d9f1b4 100644 --- a/_data/next_meetup.yml +++ b/_data/next_meetup.yml @@ -1,11 +1,22 @@ -show: false -date: -time: -host: +show: true +date: Martes 25 de Marzo +time: 19 hs +host: howdy # Use the following format for talks # talks: # - speaker: Speaker name taken from people.yml file # name: Talk name # Or if the speakers are TBD # talks: [] -talks: [] +talks: + - speakers: + - marco_roth + name: "Scaling RubyVideo.dev: The mission to index all Ruby conferences" + + - speakers: + - seth_horsley + name: "Building beautiful UIs with Ruby: A Rails-native approach" + + - speakers: + - nicolas_buero + name: "Pursuing the Fix: A Rails Bug story"