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
name: "2018-canterlot"# The name of the event. Four digit year with the city name in lower-case, with no spaces.
2
+
year: "2018"# The year of the event. Make sure it is in quotes.
3
+
city: "Canterlot"# The displayed city name of the event. Capitalize it.
4
+
event_twitter: "canterlot"# Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
5
+
description: "Devopsdays is coming to Canterlot!"# 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 YYYY-MM-DD, like this: variable: 2016-01-05
9
+
startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
10
+
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
11
+
12
+
# Leave CFP dates blank if you don't know yet, or set all three at once.
13
+
cfp_date_start: # start accepting talk proposals.
14
+
cfp_date_end: # close your call for proposals.
15
+
cfp_date_announce: # inform proposers of status
16
+
17
+
cfp_open: ""
18
+
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.
19
+
20
+
registration_date_start: # start accepting registration. Leave blank if registration is not open yet
21
+
registration_date_end: # close registration. Leave blank if registration is not open yet.
22
+
23
+
registration_closed: ""# set this to true if you need to manually close registration before your registration end date
24
+
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.
25
+
26
+
masthead_background: ""
27
+
28
+
# Location
29
+
#
30
+
coordinates: ""# The coordinates of your city. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html
31
+
location: ""# Defaults to city, but you can make it the venue name.
32
+
#
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: propose
37
+
# - name: location
38
+
# - name: registration
39
+
# - name: program
40
+
# - name: speakers
41
+
- name: sponsor
42
+
- name: contact
43
+
- name: conduct
44
+
# - name: example
45
+
# icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/
46
+
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
47
+
48
+
49
+
# These are the same people you have on the mailing list and Slack channel.
50
+
team_members: # Name is the only required field for team members.
0 commit comments