-
Notifications
You must be signed in to change notification settings - Fork 699
[BCN-2026] Add event #15384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BCN-2026] Add event #15384
Conversation
✅ Deploy Preview for devopsdays-web ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi there! I'm noticing some file updates missing from this PR. Did you use the new event script? More information here: https://github.com/devopsdays/devopsdays-web/tree/main/utilities#events We really recommend using that script to set up a new event as it ensures that all of the files you need to update and set up are present, and you don't need to keep up to date on changes we've made to the build system.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see a change to the redirect, I suggest you do add this static/_redirects
/barcelona/* /events/2013-barcelona/:splat 302
Would need to change to
/barcelona/* /events/2026-barcelona/:splat 302
</p> | ||
</td> | ||
<td width="40%" valign="top" align="center"> | ||
<img alt="DevOpsDays Barcelona 2026" src="/events/2026-barcelona/logo.png" width="300" height="450" border="0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use {{< event_logo >}}
this allows you to remove the static image file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done ✔️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not required anymore, please remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File has been deleted
data/events/2026/barcelona/main.yml
Outdated
# variable: 2019-01-05T23:59:59+02:00 | ||
# 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) | ||
|
||
startdate: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note: Since these dates aren't populated, you won't see your logo on the main page. Don't panic! You can find your event listed in the left sidebar under "TBD". Once you have a date here, your logo will appear with the others on the main page :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep. i noticed that while changing the main file 😃
Thanks for the note 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You won't need this one moving forward as the build now pulls from the assets/events/2026-barcelona/logo.png
instead :)
If you want to use the logo in your welcome page and it's not loading without this file, use the shortcode {{< event_logo >}}
instead of trying to use HTML (more info in the theme docs).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done ✔️
Ha, sorry for the double review! @toshywoshy and I must be reviewing at the same time :) |
eughh yeah I did not see the utilities folder ^^' Sorry for the trouble :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the CITY
and YYYY
to your city name and year
@@ -0,0 +1,87 @@ | |||
+++ | |||
Title = "devopsdays CITY YYYY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this, to use your city and year
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
+++ | ||
Title = "devopsdays CITY YYYY" | ||
Type = "welcome" | ||
aliases = ["/events/yyyy-city/"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again here year-city, so the slug gets created properly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
Title = "devopsdays CITY YYYY" | ||
Type = "welcome" | ||
aliases = ["/events/yyyy-city/"] | ||
Description = "devopsdays CITY YYYY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here again add your city and year
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
+++ | ||
Title = "Contact" | ||
Type = "event" | ||
Description = "Contact information for devopsdays CITY YYYY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again here chnge the city and the year
+++ | ||
Title = "Location" | ||
Type = "event" | ||
Description = "Location for devopsdays CITY YYYY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again here chnge the city and the year
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
+++ | ||
Title = "Propose" | ||
Type = "event" | ||
Description = "Propose a talk for devopsdays CITY YYYY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again here chnge the city and the year
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
+++ | ||
Title = "Registration" | ||
Type = "event" | ||
Description = "Registration for devopsdays CITY YYYY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However this file is not used at present, to avoid to remember it later, please change the city and the year
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
Thanks for the notes. I understood the files under |
Hello @edupr91 @nimbinatus and @toshywoshy. What's up with the @edupr91 Did you use the Can somebody please explain using clear and exact language what the purpose of this organisational structure us? What is the goal of this structure? What problem does it solve? Why is this event being implemented differently than literally every other event? Thank you. |
Well, my point was that the slug entry in the file on that line needs to be changed, not the directory. |
Hello @phrawzty, Thank you for your questions. I've reviewed my steps and can now provide clarity on the recent changes. Addressing the Questions
I apologise for the misunderstanding on my part. Moving Forward To resolve this, I propose closing this pull request and creating a new one from scratch, using only the create_new_event.sh script. This will ensure all changes are clean and follow the expected standards. Additionally, I would like to suggest two improvements to prevent this from happening in the future:
Please let me know if these changes sound good. I can create the related issues if you agree. |
@toshywoshy wdyt about David's proposal? I've updated the member list for barcelona@ |
New PR created. #15442 |
Sorry, did not see the updates here |
I've merged the other PR, and I've opened a new issue at #15457. Let's move the general conversation about the utilities script there. Sorry for all of the confusion, folks! |
Adding a new event in Barcelona for 2026
Changes in this PR: