You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/events/2025/santiago/main.yml
+23-22Lines changed: 23 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ year: "2025" # The year of the event. Make sure it is in quotes.
3
3
city: "santiago"# The displayed city name of the event. Capitalize it.
4
4
event_twitter: "devopsdayssantiago"# Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
5
5
event_logo: "logo.square.png"
6
-
description: "Devopsdays llega a Santiago de Chile!"# Edit this to suit your preferences
7
-
ga_tracking_id: ""# If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
6
+
description: "Devopsdays por primera vez en Santiago de Chile!"# Edit this to suit your preferences
7
+
ga_tracking_id: "G-FDMW450ZNP"# If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
8
8
sharing_image: "logo-square.png"
9
9
masthead_background: "chileeventcenter.jpg"
10
10
# All dates are in unquoted 2025-MM-DDTHH:MM:SS+TZ:TZ, like this:
@@ -16,17 +16,15 @@ startdate: 2025-09-05T08:30:00-03:00 # The start date of your event. Leave blank
16
16
enddate: 2025-09-05T19:00:00-03:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.
17
17
18
18
# Leave CFP dates blank if you don't know yet, or set all three at once.
19
-
cfp_date_start: # start accepting talk proposals.
20
-
cfp_date_end: # close your call for proposals.
21
-
cfp_date_announce: # inform proposers of status
22
-
23
-
cfp_link: ""#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.
24
-
25
-
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.
26
-
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
registration_closed: ""#set this to true if you need to manually close registration before your registration end date
29
-
registration_link: ""# If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
@@ -37,11 +35,12 @@ location: "Inacap Santiago Sur, Metro Camino Agricola" # Defaults to city, but y
37
35
location_address: "Av. Vicuña Mackenna 3864, 7820091 Santiago, Macul, Región Metropolitana"#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!
38
36
39
37
nav_elements: # List of pages you want to show up in the navigation of your page.
40
-
# - name: propose
38
+
- name: propose
41
39
- name: location
42
-
- name: Spanish
43
-
url: "https://devopsdayschile.cl"
44
-
# - name: registration
40
+
- name: webchile
41
+
url: https://devopsdayschile.cl
42
+
- name: registration
43
+
url: https://devopsdayschile.cl/#contact
45
44
# - name: program
46
45
# - name: speakers
47
46
- name: sponsor
@@ -71,12 +70,14 @@ organizer_email: "[email protected]" # Put your organizer email address he
71
70
72
71
# List all of your sponsors here along with what level of sponsorship they have.
73
72
# Check data/sponsors/ to use sponsors already added by others.
74
-
#sponsors:
75
-
# - id: samplesponsorname
76
-
# level: gold
77
-
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
78
-
# - id: arresteddevops
79
-
# level: community
73
+
sponsors:
74
+
- id: softserve
75
+
level: gold
76
+
- id: inacap
77
+
level: gold
78
+
- id: ticketplus
79
+
level: silver
80
+
80
81
81
82
sponsors_accepted : "yes"# Whether you want "Become a XXX Sponsor!" link
0 commit comments