Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/events/2026-melbourne/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions content/events/2026-melbourne/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Type = "welcome"
aliases = ["/events/2026-melbourne/"]
Description = "devopsdays Melbourne 2026"
+++

<!-- <div style="text-align:center;">
<div style="text-align:center;">
{{< event_logo >}}
</div> -->
</div>

<div class = "row">
<div class = "col-md-2">
Expand Down
28 changes: 13 additions & 15 deletions data/events/2026/melbourne/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ year: "2026" # The year of the event. Make sure it is in quotes.
city: "Melbourne" # The displayed city name of the event. Capitalize it.
event_twitter: "devopsdownunder" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
description: "Devopsdays is coming to Melbourne!" # Edit this to suit your preferences
event_logo: "logo.png"
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"

# All dates are in unquoted 2026-MM-DDTHH:MM:SS+TZ:TZ, like this:
Expand Down Expand Up @@ -38,7 +39,7 @@ location_address: "" #Optional - use the street address of your venue. This will
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
event_social_linkedin: "https://linkedin.com/company/devopsdownunder" # Change this to the url to your Linkedin group, company, or page.
event_social_slack: "https://join.slack.com/t/devopsdownunder/custom_shared_invite_url" # Change this to your slack invite link.
event_social_listserv: "https://lists.devopsdays.org/subscription?custom_listserv_invite_url" # Change this to your mailing list subscription form url.
# event_social_listserv: "https://lists.devopsdays.org/subscription?custom_listserv_invite_url" # Change this to your mailing list subscription form url.
event_social_twitter: "devopsdownunder" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
event_social_mastodon: "https://mastodon.social/@devopsdownunder" # Change this to url to your mastodon page
event_social_bsky: "https://bsky.app/profile/devopsdownunder.bsky.social" # Change this to url to your bluesky page
Expand All @@ -50,7 +51,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
# - name: registration
# - name: program
# - name: speakers
- name: sponsor
# - name: sponsor
- name: contact
- name: conduct
# - name: example
Expand Down Expand Up @@ -92,9 +93,6 @@ team_members: # Name is the only required field for team members.
bio: "Simon is passionate about driving business outcomes by strategically leveraging best of breed methodologies and tooling to deliver quantifiable and impactful value. With a keen focus on guiding teams to build scalable, reliable platforms that champion engineering excellence while driving significant improvements in business performance and achieving positive change."
image: "simon_richards.jpeg"




organizer_email: "melbourne@devopsdays.org" # Put your organizer email address here

# List all of your sponsors here along with what level of sponsorship they have.
Expand All @@ -111,13 +109,13 @@ sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
# unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all
# sponsorship for a specific level, it is best to remove the level.
sponsor_levels:
- id: gold
label: Gold
# max: 10
- id: silver
label: Silver
max: 0 # This is the same as omitting the max limit.
- id: bronze
label: Bronze
- id: community
label: Community
# - id: gold
# label: Gold
# # max: 10
# - id: silver
# label: Silver
# max: 0 # This is the same as omitting the max limit.
# - id: bronze
# label: Bronze
# - id: community
# label: Community
Loading