Skip to content

Commit

Permalink
fix name of conference. from Euruko to EuRuKo. historically accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic committed Dec 1, 2023
1 parent 87e867b commit 7b4f5a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/_components/navbar.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="terminal-nav">
<div class="terminal-logo">
<div class="logo terminal-prompt"><a href="{{ '/' | relative_url }}" class="no-style">Euruko</a></div>
<div class="logo terminal-prompt"><a href="{{ '/' | relative_url }}" class="no-style">EuRuKo</a></div>
</div>
<!-- <nav class="terminal-menu">
<ul>
Expand Down
4 changes: 2 additions & 2 deletions src/_data/site_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.metadata.myvariable }}.

title: Euruko
title: EuRuKo
tagline: Europe's biggest Ruby conference
email: [email protected]
description: >-
Euruko is a Ruby conference organised annually, each year in a different European city chosen by the participants.
EuRuKo is a Ruby conference organised annually, each year in a different European city chosen by the participants.
6 changes: 3 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ layout: default
{% assign events_by_date = site.data.events | sort: "start_date" | reverse %}
{% assign latest = events_by_date | first %}

Euruko is a Ruby conference organised annually, each year in a different European city chosen by the participants.
EuRuKo is a Ruby conference organised annually, each year in a different European city chosen by the participants.

Every year the Ruby community from Europe and beyond come to Euruko to meet and share their love of Ruby. This is is the longest running and biggest Ruby conference anywhere in Europe and one of the biggest in the world.
Every year the Ruby community from Europe and beyond come to EuRuKo to meet and share their love of Ruby. This is is the longest running and biggest Ruby conference anywhere in Europe and one of the biggest in the world.

It's up to the participants to pick the next city where the conference will be held. Attendees will pitch their own cities to be the hosts of the next year's conference which are then voted on by the audience. This also means that the conference organisers will change every year.

**Latest event:** [Euruko {{ latest.start_date | date: '%Y' }}]({{ latest.url }})
**Latest event:** [EuRuKo {{ latest.start_date | date: '%Y' }}]({{ latest.url }})

---

Expand Down

0 comments on commit 7b4f5a4

Please sign in to comment.