Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions _data/next_meetup.yml
Original file line number Diff line number Diff line change
@@ -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"
12 changes: 12 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading