forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
migrate-city.yml
30 lines (26 loc) · 1.19 KB
/
migrate-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
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: "past" # Options are "past" or "current". Use "current" for upcoming.
# All dates are in unquoted YYYY-MM-DD, like this: variable: 2016-01-05
startdate: 2010-01-01
enddate: 2010-01-02
# 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
- name: location
- name: registration
- name: sponsor
- name: contact
- name: conduct