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" 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