Skip to content

Commit 6d43bb6

Browse files
committed
main.yml update
1 parent 208a8ca commit 6d43bb6

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

data/events/2026/tokyo/main.yml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
name: "2026-tokyo" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
2+
year: "2026" # The year of the event. Make sure it is in quotes.
3+
city: "Tokyo" # The displayed city name of the event. Capitalize it.
4+
event_twitter: "devopsdaystokyo" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
5+
description: "Devopsdays is coming to Tokyo!" # Edit this to suit your preferences
6+
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
7+
8+
# All dates are in unquoted 2026-MM-DDTHH:MM:SS+TZ:TZ, like this:
9+
# variable: 2019-01-04T00:00:00+02:00
10+
# variable: 2019-01-05T23:59:59+02:00
11+
# 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)
12+
13+
startdate: 2026-04-14T00:00:00+09:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
14+
enddate: 2026-04-16T23:59:59+09:00
15+
16+
# Leave CFP dates blank if you don't know yet, or set all three at once.
17+
cfp_date_start: 2024-11-01T00:00:00+09:00 # start accepting talk proposals.
18+
cfp_date_end: 2026-03-01T13:00:00+09:00 # close your call for proposals.
19+
cfp_date_announce: 2026-03-15T00:00:00+09:00 # inform proposers of status
20+
21+
cfp_link: "https://www.devopsdaystokyo.org/" #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.
22+
23+
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.
24+
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
25+
26+
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
27+
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.
28+
29+
# Location
30+
#
31+
coordinates: "35.6223187, 139.7294709" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
32+
location: "大崎ブライトコアホール" # Defaults to city, but you can make it the venue name.
33+
location_address: "" #Optional - use the street address of your venue. This will show up on the welcome page if set.
34+
35+
nav_elements: # List of pages you want to show up in the navigation of your page.
36+
- name: devopsdaystokyo.org
37+
url: https://www.devopsdaystokyo.org/
38+
- name: contact
39+
- name: conduct
40+
# - name: example
41+
# icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/
42+
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
43+
44+
45+
# These are the same people you have on the mailing list and Slack channel.
46+
team_members: # Name is the only required field for team members.
47+
- name: "Ippei Suzuki"
48+
employer: "Creationline"
49+
- name: "Alex Papadimoulis"
50+
employer: "Inedo"
51+
twitter: "apxld"
52+
- name: "Sho Sato"
53+
employer: "Inedo"
54+
- name: "Yasunobu Kawaguchi"
55+
employer: "Attractor"
56+
- name: "Hiro Arai"
57+
employer: "Creationline"
58+
- name: "Tadahiro Yasuda"
59+
employer: "Creationline"
60+
- name: "Kenta Sasa"
61+
employer: "Creationline"
62+
- name: "Muneyuki Okamoto"
63+
employer: "ITPreneurs Japan"
64+
- name: "Toshiya Enami"
65+
employer: "ITPreneurs Japan"
66+
67+
organizer_email: "tokyo@devopsdays.org" # Put your organizer email address here
68+
69+
# List all of your sponsors here along with what level of sponsorship they have.
70+
# Check data/sponsors/ to use sponsors already added by others.
71+
sponsors:
72+
73+
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
74+
75+
# In this section, list the level of sponsorships and the label to use.
76+
# You may optionally include a "max" attribute to limit the number of sponsors per level. For
77+
# unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all
78+
# sponsorship for a specific level, it is best to remove the level.
79+
sponsor_levels:
80+
- id: gold
81+
label: Gold
82+
max: 8
83+
- id: logo
84+
label: Logo
85+
max: 10

0 commit comments

Comments
 (0)