From f358930862c7c0087d96769034401d9ad0acd296 Mon Sep 17 00:00:00 2001 From: Thiago Arrais Date: Thu, 1 Mar 2018 18:41:05 -0300 Subject: [PATCH 1/2] add some videos --- website/data/videos.yml | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/website/data/videos.yml b/website/data/videos.yml index 7ab56d8b77..77f2055fc7 100644 --- a/website/data/videos.yml +++ b/website/data/videos.yml @@ -1,5 +1,41 @@ - category: Conferences items: + - title: "10KB or Bust: The Delicate Power of Webpack and Babel" + author: Brian Holt + author_link: http://twitter.com/holtbt + year: 2018 + event: jsDay + event_link: https://2018.jsday.it/ + link: https://www.youtube.com/watch?v=SSymzmnk0ZA + - title: Through the Open Source Looking Glass + author: Henry Zhu + author_link: https://twitter.com/left_pad + year: 2018 + event: React Rally + event_link: http://www.reactrally.com/ + link: https://www.youtube.com/watch?v=h0sfFX7WH1c + - title: In Pursuit of Open Source + author: Henry Zhu + author_link: https://twitter.com/left_pad + year: 2018 + event: Zeit Day + event_link: https://zeit.co/day/ + link: https://www.youtube.com/watch?v=9sPDcVYX3g8 + - title: Optimizing Your Code with Babel + author: Pranay Prakash and Thomas Fischer + author_link: https://twitter.com/pranaygp + #author_link: https://twitter.com/tom__fischer + year: 2018 + event: Zeit Day + event_link: https://zeit.co/day/ + link: https://www.youtube.com/watch?v=XvTsxa9i13o + - title: "Behind the scenes of Fable: Babel" + author: Sven Sauleau + author_link: https://twitter.com/svensauleau + year: 2017 + event: Fable Conf + event_link: http://fable.io/fableconf/ + link: https://www.youtube.com/watch?v=5vnmvXuwzJ0 - title: So How Does Babel Even Work? author: Henry Zhu author_link: https://twitter.com/left_pad @@ -79,6 +115,13 @@ link: https://www.youtube.com/embed/fb_1cqg8TKc - category: Meetups items: + - title: Demystifying Babel + author: Sven Sauleau + author_link: https://twitter.com/svensauleau + year: 2018 + event: React Vienna + event_link: https://www.meetup.com/ReactVienna/ + link: https://www.youtube.com/watch?v=hOghLCWohuU - title: Babel Sucks author: James Kyle author_link: https://twitter.com/thejameskyle From b6e9cabe1bd8a54f626083206fd5419acea9230f Mon Sep 17 00:00:00 2001 From: Thiago Arrais Date: Tue, 2 Oct 2018 13:06:03 -0300 Subject: [PATCH 2/2] prefer embeddable links --- website/data/videos.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/data/videos.yml b/website/data/videos.yml index 77f2055fc7..694fe8eca7 100644 --- a/website/data/videos.yml +++ b/website/data/videos.yml @@ -6,21 +6,21 @@ year: 2018 event: jsDay event_link: https://2018.jsday.it/ - link: https://www.youtube.com/watch?v=SSymzmnk0ZA + link: https://www.youtube.com/embed/SSymzmnk0ZA - title: Through the Open Source Looking Glass author: Henry Zhu author_link: https://twitter.com/left_pad year: 2018 event: React Rally event_link: http://www.reactrally.com/ - link: https://www.youtube.com/watch?v=h0sfFX7WH1c + link: https://www.youtube.com/embed/h0sfFX7WH1c - title: In Pursuit of Open Source author: Henry Zhu author_link: https://twitter.com/left_pad year: 2018 event: Zeit Day event_link: https://zeit.co/day/ - link: https://www.youtube.com/watch?v=9sPDcVYX3g8 + link: https://www.youtube.com/embed/9sPDcVYX3g8 - title: Optimizing Your Code with Babel author: Pranay Prakash and Thomas Fischer author_link: https://twitter.com/pranaygp @@ -28,14 +28,14 @@ year: 2018 event: Zeit Day event_link: https://zeit.co/day/ - link: https://www.youtube.com/watch?v=XvTsxa9i13o + link: https://www.youtube.com/embed/XvTsxa9i13o - title: "Behind the scenes of Fable: Babel" author: Sven Sauleau author_link: https://twitter.com/svensauleau year: 2017 event: Fable Conf event_link: http://fable.io/fableconf/ - link: https://www.youtube.com/watch?v=5vnmvXuwzJ0 + link: https://www.youtube.com/embed/5vnmvXuwzJ0 - title: So How Does Babel Even Work? author: Henry Zhu author_link: https://twitter.com/left_pad @@ -121,7 +121,7 @@ year: 2018 event: React Vienna event_link: https://www.meetup.com/ReactVienna/ - link: https://www.youtube.com/watch?v=hOghLCWohuU + link: https://www.youtube.com/embed/hOghLCWohuU - title: Babel Sucks author: James Kyle author_link: https://twitter.com/thejameskyle