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.
Add ability to add a custom_url type for all types of talk on the
program page. Adding custom_url: "https://valid.url.co.uk" will result
in the link on the schedule being opened in another window.
I also took it upon myself to change the indenting in the single.html
file but this can be reverted.
|`title`| Yes | The name of the program element. If it is a talk, ignite, or workshop, use the name of the talk/ignite/workshop file, minus the `.md` extension. | "Opening Welcome" or "apple-jack" |
189
-
|`type`| Yes | The type for the program element. Valid choices are `custom`, `talk`, `ignite`, `workshop`, or `open-space`. This defines the color of the program element. `talk`, `ignite`, and `workshop` types will create a link to the program item named in `title`. | talk |
190
-
|`date`| Yes | The date of the program element, in YYYY-MM-DD format. | 2017-06-16 |
191
-
|`start_time`| Yes | The start time of the program element. | "08:00" |
192
-
|`end_time`| Yes | The end time of the program element. | "13:40" |
193
-
|`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" |
194
-
|`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" |
|`title`| Yes | The name of the program element. If it is a talk, ignite, or workshop, use the name of the talk/ignite/workshop file, minus the `.md` extension. | "Opening Welcome" or "apple-jack" |
190
+
|`type`| Yes | The type for the program element. Valid choices are `custom`, `talk`, `ignite`, `workshop`, or `open-space`. This defines the color of the program element. `talk`, `ignite`, and `workshop` types will create a link to the program item named in `title`. | talk |
191
+
|`date`| Yes | The date of the program element, in YYYY-MM-DD format. | 2017-06-16 |
192
+
|`start_time`| Yes | The start time of the program element. | "08:00" |
193
+
|`end_time`| Yes | The end time of the program element. | "13:40" |
194
+
|`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" |
195
+
|`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" |
196
+
|`custom_url`| No | Replaces the URL for various program types to link to external URL or a URL of your choosing. Valid choices are `custom`, `talk`, `ignite`, `workshop`, or `open-space`| "https://example.com"|
|`title`| Yes | The title of the ignite. If it is named after the filename (without the `.md` extension` of a talk, it will generate a link to the talk page. | "matt-stratton" or "DevOps With Delight" |
222
-
|`date`| Yes | The date of the ignite, in YYYY-MM-DD format. | 2017-06-16 |
|`title`| Yes | The title of the ignite. If it is named after the filename (without the `.md` extension` of a talk, it will generate a link to the talk page. | "matt-stratton" or "DevOps With Delight" |
225
+
|`date`| Yes | The date of the ignite, in YYYY-MM-DD format. | 2017-06-16 |
226
+
|`custom_url`| No | Allows linking to URL off-site for various reasons. | "https://example.com/schedule"|
0 commit comments