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
{{ message }}
This repository was archived by the owner on Jul 21, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: REFERENCE.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,16 +42,17 @@ The YYYY-CITY.yml file is the main configuration file for your event. This is wh
42
42
|`event_twitter`| String | Yes | The twitter handle for your event such as "devopsdayschi" or "devopsdaysmsp". Exclude the "@" symbol. | "devopsdayschi" |
43
43
|`description`| String | No | Overall description of your event. Quotation marks need to be escaped. | "It's time for more DevOpsDays at Ponyville!" |
44
44
|`ga_tracking_id`| String | No | If you have your own Google Analytics tracking ID, enter it here. | "UA-74738648-1" |
45
+
|`speakers_verbose`| String | No | Set this to "true" if you want verbose speaker attributes (URLs visible). | "true" |
45
46
46
47
### Date-related Fields
47
-
All dates are in unquoted YYYY-MM-DD, like this: `variable: 2016-01-05`
48
+
All dates are in unquoted YYYY-MM-DD, like this: `variable: 2016-01-05`, or like `variable: 2016-01-05T23:59:00-06:00`
48
49
49
50
| Field Name | Type | Required | Description | Example |
|`startdate`| YYYY-MM-DD | No | The start date of your event. Leave blank if you don't have a venue reserved yet. | 2016-01-05 |
52
53
|`enddate`| YYYY-MM-DD | No | The end date of your event. Leave blank if you don't have a venue reserved yet. | 2016-01-05 |
53
54
|`cfp_date_start`| YYYY-MM-DD | No | The date you will start accepting talk proposals. Can be a blank value. | 2016-01-05 |
54
-
|`cfp_date_end`| YYYY-MM-DD | No | The date you will close your call for proposals. Can be a blank value. | 2016-01-05 |
55
+
|`cfp_date_end`| YYYY-MM-DD | No | The date you will close your call for proposals. Can be a blank value. If you set the full datetime string with correct TZ, CFP will display as open until local close time.| 2016-01-05T23:59:00-06:00|
55
56
|`cfp_date_announce`| YYYY-MM-DD | No | The date you will inform proposers of status. Can be a blank value. | 2016-01-05 |
56
57
|`cfp_open`| String | No | Either "true" or "false". Can be blank. This controls whether or not the "propose" button shows on your event page. *Deprecated field; if you have set `cfp_date_start` and `cfp_date_end` they will serve the same purpose.*| "true" |
57
58
|`cfp_link`| String | No | 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. | "https://myurlhere"|
@@ -126,7 +127,7 @@ Each team member is an element of `team_members`.
126
127
|`facebook`| String | No | The full URL to the person's Facebook page | "https://www.facebook.com/sally.fields"|
127
128
|`linkedin`| String | No | The full URL to the person's LinkedIn page | "https://www.linkedin.com/in/sallyfields"|
128
129
|`website`| String | No | The full URL to the person's webpage | "https://mattstratton.com"|
129
-
|`image`| String | No | The name of the image for this user, located in `static/events/YYYY-CITY/organizers/`. This image must be either 300px square or (optimally) 600px square. | "sally-fields.jpg" |
130
+
|`image`| String | No | The name of the image for this user, located in `static/events/YYYY-CITY/organizers/`. This image must be a JPEG, either 300px square or (optimally) 600px square. | "sally-fields.jpg" |
130
131
|`bio`| String | No | The bio for the user. Markdown is supported. Quotation marks must be escaped. | "Thought leader paradigm affordances physical computing quantitative vs. qualitative disrupt thought leader disrupt. Venture capital Steve Jobs pitch deck moleskine sticky note agile Steve Jobs pivot disrupt grok driven. Human-centered design bootstrapping agile driven grok food-truck ship it long shadow." |
131
132
132
133
#### Organizer Emails
@@ -188,7 +189,7 @@ program:
188
189
|`date`| Yes | The date of the program element, in YYYY-MM-DD format. | 2017-06-16 |
189
190
|`start_time`| Yes | The start time of the program element. | "08:00" |
190
191
|`end_time`| Yes | The end time of the program element. | "13:40" |
191
-
|`comments`| No | Additional comments/notes about the program element (for example, location of an evening event). Markdown is supported. | "This will be at the [Pony Club](http://www.mattstratton.com),1005 Ponyville Drive,Ponyville, IL,60612" |
192
+
|`comments`| No | Additional comments/notes about the program types `talk`, `workshop` and `custom` (for example, location of an evening event). Markdown is supported. | "This will be at the [Pony Club](http://www.mattstratton.com),1005 Ponyville Drive,Ponyville, IL,60612" |
192
193
|`background_color`| No | Allows the ability to override the color of the program element. Only the background color can be changed; please test to make sure the color works with the displayed text colors. Color is expressed in RGB HEX value. Must be in quotes. | "#FFFA99" |
0 commit comments