Skip to content

Commit f6847e3

Browse files
authored
[LDN-2026] Adding Registrations and some minor tweaks (#15736)
* [LDN-2026] Adding Registrations and some minor tweaks * Fixing type
1 parent ad68390 commit f6847e3

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

content/events/2026-london/conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Examples of appropriate action may include, but are not limited to:
5353
We’re happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.
5454

5555
### Attribution
56-
The devopsdays London 2025 Code of Conduct is based on the Contributor Covenant, version 2.1, the UN Code of Conduct and the DevOpsDays Amsterdam 2024 Code of Conduct
56+
The devopsdays London Code of Conduct is based on the Contributor Covenant, version 2.1, the UN Code of Conduct and the DevOpsDays Amsterdam 2024 Code of Conduct

data/events/2026/london/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cfp_date_announce: # inform proposers of status
2121

2222
cfp_link: "https://devopsdays.london/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
2323

24-
registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
25-
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
24+
registration_date_start: "2026-04-06T00:00:00+01:00" # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
25+
registration_date_end: "" # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
2626

2727
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
2828
registration_link: "https://ti.to/devopsdays-london/2026" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
@@ -50,7 +50,7 @@ event_social_youtube: "DevOpsDaysLondon" # Change this to the youtube channel ha
5050
# If not specified, defaults to all: ["email", "twitter", "facebook", "linkedin"]
5151
# Valid values: "email", "twitter", "facebook", "linkedin"
5252
# Example: social_shares: ["email", "linkedin"] # Only show email and LinkedIn share buttons
53-
social_shares: # ["email", "twitter", "facebook", "linkedin"]
53+
social_shares: ["email", "facebook", "linkedin"]
5454

5555
nav_elements: # List of pages you want to show up in the navigation of your page.
5656
- name: propose
@@ -94,7 +94,8 @@ team_members: # Name is the only required field for team members.
9494
github: "issyl0"
9595
- name: "Louise Paling"
9696
pronouns: "she/her"
97-
twitter: "short_louise"
97+
bluesky: "https://bsky.app/profile/shortlouise.bsky.social"
98+
linkedin: "https://www.linkedin.com/in/louisepaling/"
9899
- name: "Sam Smith"
99100
pronouns: "he/him"
100101
- name: "Suzie Rasnak"
@@ -127,4 +128,4 @@ sponsor_levels:
127128
- id: bronze
128129
label: Bronze
129130
- id: community
130-
label: Communitty
131+
label: Community

0 commit comments

Comments
 (0)