forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yyyy-city.yml
59 lines (53 loc) · 2.42 KB
/
yyyy-city.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: "yyyy-city" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
year: "YYYY" # The year of the event. Make sure it is in quotes.
city: "City" # The city name of the event. Capitalize it.
friendly: "yyyy-city" # Four digit year and the city name in lower-case. Don't forget the dash!
status: "current" # Options are "past" or "current". Use "current" for upcoming.
# All dates are in unquoted YYYY-MM-DD, like this: variable: 2016-01-05
startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_announce: # inform proposers of status
# Location
#
coordinates: "41.882219, -87.640530" # The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
location: "yourlocation" # Defaults to city, but you can make it the venue name.
#
nav_elements: # List of pages you want to show up in the navigation of your page.
- name: welcome
# - name: program
# - name: propose
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
# - name: location
# - name: registration
- name: sponsor
- name: contact
- name: conduct
# These are the same people you have on the mailing list and Slack channel.
team_members: # Name is the only required field for team members.
- name: "John Doe"
- name: "Jane Smith"
twitter: "devopsdays"
- name: "Sally Fields"
employer: "Acme Anvil Co."
organizer_email: "[email protected]" # Put your organizer email address here
proposal_email: "[email protected]" # Put your proposal email address here
# List all of your sponsors here along with what level of sponsorship they have.
# Check data/sponsors/ to use sponsors already added by others.
sponsors:
- id: samplesponsorname
level: gold
- id: arresteddevops
level: community
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
sponsor_levels: # In this section, list the level of sponsorships and the label to use.
- id: gold
label: Gold
- id: silver
label: Silver
- id: bronze
label: Bronze
- id: community
label: Community