Skip to content

Commit a928395

Browse files
authored
Merge pull request #15719 from immavalls/barcelona-dates-venue
[Barcelona 2026] add dates and location
2 parents 14b91e6 + 8c94f1e commit a928395

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

content/events/2026-barcelona/location.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ Type = "event"
44
Description = "Location for devopsdays Barcelona 2026"
55
+++
66

7-
Watch this space for information about the venue including address, map/direction, parking/transit, and any hotel details.
7+
The DevOpsDays Barcelona 2026 conference will take place at BAU, College of Arts and Design in Barcelona. Located in the heart of Poblenou—the city’s vibrant technological and innovation district (22@), this venue is housed in a beautifully restored industrial building that formerly served as a textile warehouse.
8+
9+
The space seamlessly blends its industrial heritage with a modern, creative atmosphere. Attendees will experience a dynamic environment where high ceilings and industrial architecture meet design workshops and research laboratories. Its location in Poblenou places the event just a short walk from the beach and surrounded by the creative energy of Barcelona’s local tech and design community.
10+
11+
https://www.baued.es/en/bau/campus-bau
812

913
<!-- Uncomment this only if you have set the coordinates for your location in the config yaml. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html -->
10-
<!-- {{< event_map >}} -->
14+
{{< event_map >}}
1115

1216
<!-- Edit and uncomment to let people know what accessibility features you have available -->
1317
<!--

content/events/2026-barcelona/welcome.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ Description = "DevOpsDays Barcelona 2026"
5757
<strong>Dates</strong>
5858
</div>
5959
<div class = "col-md-8">
60-
Nov 2026
60+
{{< event_start >}} - {{< event_end >}}
6161
</div>
6262
</div>
6363

64-
<!---
6564
<div class = "row">
6665
<div class = "col-md-2">
6766
<strong>Location</strong>
@@ -70,7 +69,6 @@ Description = "DevOpsDays Barcelona 2026"
7069
{{< event_location >}}
7170
</div>
7271
</div>
73-
--->
7472

7573
<!-- <div class = "row">
7674
<div class = "col-md-2">
@@ -156,7 +154,7 @@ Description = "DevOpsDays Barcelona 2026"
156154
<li><b>Plenty of Chances to Connect:</b> Meet new people, build relationships, and share ideas in a friendly and welcoming setting.</li>
157155
</ul>
158156
<p>
159-
We're busy planning an awesome event, and we can't wait to welcome you back to DevOpsDays Barcelona. Keep an eye out for more details on specific dates, the location, and how to get involved as a speaker, sponsor or even a volunteer.
157+
We're busy planning an awesome event, and we can't wait to welcome you back to DevOpsDays Barcelona. Keep an eye out for more details on how to get involved as a speaker, sponsor or even a volunteer.
160158
</p>
161159
<p>
162160
<b>Let's make this return bigger and better than ever before!</b>

data/events/2026/barcelona/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it
1010
# variable: 2019-01-05T23:59:59+02:00
1111
# Note: we allow 2026-MM-DD for backward compatibility, but it can lead to unexpected behaviors (like your event disappearing from the front page during your last day)
1212

13-
startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
14-
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
13+
startdate: 2026-11-13T00:00:00+02:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
14+
enddate: 2026-11-14T00:00:00+02:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.
1515

1616
# Leave CFP dates blank if you don't know yet, or set all three at once.
1717
cfp_date_start: # start accepting talk proposals.
@@ -32,7 +32,7 @@ registration_link: "" # If you have a custom registration link, enter it here. T
3232

3333
location: "Barcelona" # Defaults to city, but you can make it the venue name.
3434
#
35-
location_address: "" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
35+
location_address: "c/ Pujades, 118, 08005 Barcelona" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
3636

3737
# Optional - Social badges
3838
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
@@ -50,7 +50,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
5050
- name: contact
5151
- name: conduct
5252
# - name: propose
53-
# - name: location
53+
- name: location
5454
# - name: registration
5555
# - name: program
5656
# - name: speakers

0 commit comments

Comments
 (0)