diff --git a/rubycon.it/_config.yml b/rubycon.it/_config.yml index 1c2e936..67bbd2a 100644 --- a/rubycon.it/_config.yml +++ b/rubycon.it/_config.yml @@ -84,8 +84,8 @@ navigation: about: - title: Ruby at the core icon: gem - #description: learn about the latest trends and best practices in ruby, rails, and related technologies from industry leaders. - description: Created by Ruby enthusiasts for Ruby enthusiasts. # Add MINASWAN and Italian hospitality. + description: learn about the latest trends and best practices in ruby, rails, and related technologies from industry leaders. + # description: Created by Ruby enthusiasts for Ruby enthusiasts. # Add MINASWAN and Italian hospitality. - title: Community connections icon: users description: meet fellow ruby developers, share ideas, and build relationships with collaborators, employers, and enthusiasts. diff --git a/rubycon.it/_includes/about.html b/rubycon.it/_includes/about.html index 6710f7c..0873236 100644 --- a/rubycon.it/_includes/about.html +++ b/rubycon.it/_includes/about.html @@ -1,15 +1,20 @@ {% capture content %}
- {% for card in site.about %} + {% for data in site.about %}
- +
-

{{ card.title }}

-

{{ card.description }}

+

{{ data.title }}

+

{{ data.description }}

{% endfor %}
+ + {% assign why_post = site.posts | where: "slug", "why-rubycon" | first %} + + Learn more about us + {% endcapture %} {% include section.html diff --git a/rubycon.it/_posts/2025-09-10-why-are-we-doing-this.md b/rubycon.it/_posts/2025-09-10-why-are-we-doing-this.md index a3de426..f122072 100644 --- a/rubycon.it/_posts/2025-09-10-why-are-we-doing-this.md +++ b/rubycon.it/_posts/2025-09-10-why-are-we-doing-this.md @@ -4,6 +4,7 @@ title: "Why are we doing this? A word from the organizers" date: 2025-09-10 #asset_url: /assets/images/articles/rubicon-map.png published: false +slug: 'why-rubycon' --- A lot of people asked us **"Why are we doing this?"**.