diff --git a/_config.yml b/_config.yml index 72136408..e13143ba 100644 --- a/_config.yml +++ b/_config.yml @@ -65,6 +65,11 @@ defaults: path: "world/2025" values: description: September 4 & 5 - Beurs van Berlage, Amsterdam, NL + - scope: + path: "_world_speakers/2026" + type: "world_speakers" + values: + layout: "world/2026/speaker" markdown: kramdown highlighter: rouge diff --git a/_data/world/2026/sponsors.yml b/_data/world/2026/sponsors.yml index d99f16e1..abe2c678 100644 --- a/_data/world/2026/sponsors.yml +++ b/_data/world/2026/sponsors.yml @@ -22,6 +22,9 @@ gold: - name: "RWX" logo: /assets/world/2026/logos/logo-rwx.png url: "https://www.rwx.com/" + - name: "SerpApi" + logo: /assets/images/logo-serpapi.svg + url: "https://serpapi.com/" - name: "Test Double" logo: /assets/world/2024/images/sponsors/RW-logo-testdouble.svg url: "https://link.testdouble.com/bp8" @@ -30,14 +33,23 @@ silver: - name: "37signals" logo: /assets/world/2024/images/sponsors/RW-logo-37signals.svg url: "https://37signals.com/" + - name: "Crunch Loop" + logo: /assets/world/2026/logos/logo-crunchloop.svg + url: "https://www.crunchloop.io/" - name: "Intercom" logo: /assets/world/2024/images/sponsors/RW-logo-intercom.svg url: "https://www.intercom.com/" + - name: "TRMNL" + logo: /assets/world/2026/logos/logo-trmnl.png + url: "https://trmnl.com/" - name: "Wyeworks" logo: /assets/world/2026/logos/wyeworks-logo-white.svg url: "https://www.wyeworks.com/" other: + - name: "Baytek" + logo: /assets/world/2026/logos/logo-baytek.svg + url: "https://www.baytekent.com/" - name: "Beyond Finance" logo: /assets/world/2026/logos/logo-beyond-finance.svg url: "https://www.beyondfinance.com/" @@ -53,6 +65,9 @@ other: - name: "Sorcer" logo: /assets/world/2026/logos/logo-sorcer.png url: "https://sorcer.io/" + - name: "thoughtbot" + logo: /assets/world/2026/logos/logo-thoughtbot.svg + url: "https://thoughtbot.com/" - name: "Typesense" logo: /assets/world/2026/logos/logo-typesense.png url: "https://typesense.org/" @@ -100,9 +115,6 @@ members: - name: "Chime" logo: /assets/images/logo-chime-black.svg url: "https://www.chime.com/" - - name: "SerpApi" - logo: /assets/images/logo-serpapi.svg - url: "https://serpapi.com/" - name: "Planning Center" logo: /assets/images/logo-planningcenter-black.svg url: "https://www.planningcenter.com/" diff --git a/_includes/world/2026/head.html b/_includes/world/2026/head.html index d7f667c9..bbd25919 100644 --- a/_includes/world/2026/head.html +++ b/_includes/world/2026/head.html @@ -68,7 +68,7 @@ - + diff --git a/_includes/world/2026/homepage_sections/nl_banner.html b/_includes/world/2026/homepage_sections/nl_banner.html index 24e76e09..3979bfb2 100644 --- a/_includes/world/2026/homepage_sections/nl_banner.html +++ b/_includes/world/2026/homepage_sections/nl_banner.html @@ -2,7 +2,7 @@
-

Book a Corporate Support ticket.

+

Book a Corporate Support ticket

Support tickets play a key role in making Rails World possible and also help keep General Admission tickets affordable for others paying out of pocket. As a thank you for supporting the event, we’ll recognize your name (or your company’s name) during the opening session at Rails World, and as an additional bonus, this ticket comes with a very special limited edition gift with your swag bag, a special nod to both Rails and Austin. 🎶

Book a Support ticket diff --git a/_includes/world/2026/homepage_sections/speaker_carousel.html b/_includes/world/2026/homepage_sections/speaker_carousel.html index 379ac00f..ecb2d486 100644 --- a/_includes/world/2026/homepage_sections/speaker_carousel.html +++ b/_includes/world/2026/homepage_sections/speaker_carousel.html @@ -1,6 +1,4 @@ -{% assign keynote_speakers = site.world_speakers | where_exp: 'item', 'item.path contains "2026"' | where: 'keynote', true | sort: 'first_name' %} -{% assign regular_speakers = site.world_speakers | where_exp: 'item', 'item.path contains "2026"' | where: 'keynote', false | sort: 'first_name' %} -{% assign all_speakers = keynote_speakers | concat: regular_speakers %} +{% assign all_speakers = site.world_speakers | where_exp: 'item', 'item.path contains "2026"' | sort: 'specific_order' %}