Skip to content

Conversation

lakruzz
Copy link

@lakruzz lakruzz commented Oct 5, 2025

Summary of Changes: DevOpsDays Copenhagen 2026 Initial Event Setup

This changeset introduces a complete new event setup for DevOpsDays Copenhagen 2026, scheduled for April 28-29, 2026.

Generated with add_new_evens.sh and hacked with reuse from our previous events.

All runs smooth in my Hugo devcontainer...

🆕 New Event Structure Created

Event Configuration

  • Added main event configuration in main.yml
  • Event dates: April 28-29, 2026 (10:00-18:00 CEST)
  • CFP period: November 1, 2025 - February 1, 2026
  • Danish DevOps community event in Copenhagen

Content Pages Added

  • Welcome page (welcome.md) - Main event landing page with event details
  • Code of Conduct - Multi-language support:
    • English (conduct.md)
    • French (conduct-fr.md)
    • Portuguese Brazilian (conduct-pt-br.md)
  • Contact page (contact.md) - Organizer contact information
  • Location page (location.md) - Venue details (placeholder)
  • Sponsor page (sponsor.md) - Sponsorship information and packages
  • Propose page (propose.md) - Call for papers and talk submission info
  • Registration page (registration.md) - Registration details (placeholder)

Team & Organization

  • 8-person organizing team including members from:
    • Destination AARhus, Eficode, Kraftvaerk, Systematic
    • The LEGO Group, Thales, .the tech collective
  • Organizer email: [email protected]

Assets & Branding

  • Event logos (logo.png)
  • Organizer profile photos (8 team member images)

Site Configuration Updates

  • Updated URL redirects in _redirects:
    • /copenhagen/* now redirects to 2026 event (was 2023)
    • Added /denmark/* redirect to Copenhagen 2026

🎯 Key Event Details

  • Sponsorship levels: Gold, Silver, Bronze, Community
  • Navigation: Sponsor, Contact, Conduct, Propose pages
  • Community focus: Links to DevOpsDays Denmark Slack
  • Multi-language support: English, French, Portuguese-BR conduct pages

This represents a complete greenfield setup for a new DevOpsDays event in the Copenhagen/Denmark region, following the standard DevOpsDays event structure and branding guidelines.

I have added one new organiser - will send a mail to [email protected] about that:

  - name: "Simon Izydorek"
    mail: [email protected]
    employer: "Thales"

@lakruzz lakruzz requested review from a team as code owners October 5, 2025 15:11
Copy link

netlify bot commented Oct 5, 2025

Deploy Preview for devopsdays-web ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 3514f58
🔍 Latest deploy log https://app.netlify.com/projects/devopsdays-web/deploys/68ec9317ac0278000805cad2
😎 Deploy Preview https://deploy-preview-15525--devopsdays-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move to the new image folder in assets/events/2026-copenhagen/organizers/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move to the new image folder in assets/events/2026-copenhagen/organizers/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move to the new image folder in assets/events/2026-copenhagen/organizers/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move to the new image folder in assets/events/2026-copenhagen/organizers/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move to the new image folder in assets/events/2026-copenhagen/organizers/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a separate DevContainer Denmark PR or something similar and avoid doing this in the main PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a separate DevContainer Denmark PR or something similar and avoid doing this in the main PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a separate DevContainer Denmark PR or something similar and avoid doing this in the main PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a separate DevContainer Denmark PR or something similar and avoid doing this in the main PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a separate DevContainer Denmark PR or something similar and avoid doing this in the main PR

@toshywoshy toshywoshy added do-not-merge awaiting-email-to-info An email to info@ is pending. changes-requested Changes have been requested, and are pending updates. labels Oct 6, 2025
commit 347377c
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 12:09:57 2025 +0000

    delete sample file

commit eb43669
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 12:09:19 2025 +0000

    updated container

commit 4d35ead
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 13:38:56 2025 +0200

    Update Dockerfile path in devcontainer.json

commit 35fd62e
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 11:28:18 2025 +0000

    cleaning up - only have one container to rule them all

commit 654f7af
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 13:21:38 2025 +0200

    ready to run from codespace

commit 8a0bed3
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 11:12:11 2025 +0000

    Added support for sparse checkout

commit 6ae2e61
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 07:26:52 2025 +0000

    adding a new container

commit 83d2429
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 07:04:49 2025 +0000

    added a new container

commit 40a5059
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 08:08:25 2025 +0200

    Create dk-sample-main.yml

commit 67a46c9
Author: Lars Kruse <[email protected]>
Date:   Sun Oct 5 07:51:34 2025 +0200

    Update README with Hugo server options

    Added additional options for the Hugo server command in the README.

commit 1cc2ef4
Author: Lars Kruse <[email protected]>
Date:   Fri Aug 23 07:32:19 2024 +0000

    added a readme instruction on how to use the development devcontainer in a GitHub codespace
@lakruzz lakruzz force-pushed the 7-initial_cph_2026 branch from 184f5d5 to f1c2aa9 Compare October 13, 2025 05:47
@lakruzz lakruzz requested a review from toshywoshy October 13, 2025 05:57
@lakruzz
Copy link
Author

lakruzz commented Oct 13, 2025

Sorry for the devcontainer clutter - would have sworn that I removed that folder before it committed.

Anyway I made a comment above on the request to only use [email protected] as the organizer email:


We have archived both aarhus and copenhagen channgels [email protected] and [email protected] and we now only use the denmark channel ([email protected]).

But our team operate from our our own mail group [email protected]

Please instruct us for the procedure on...

diversion of this email requires Global Core express approval

How do I reach "Global Core" - we need to make [email protected] the offical way to reach us!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-email-to-info An email to info@ is pending. changes-requested Changes have been requested, and are pending updates. do-not-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants