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`| String | Yes | The name of the event. Four digit year with the city name in lower-case, with no spaces. | "2017-chicago" |
53
-
|`year`| String | Yes | The year of the event. Make sure it is in quotes. | "2017" |
54
-
|`city`| String | Yes | The displayed city name of the event. Capitalize it. | "Salt Lake City" |
55
-
|`event_twitter`| String | Yes | The twitter handle for your event such as "devopsdayschi" or "devopsdaysmsp". Exclude the "@" symbol. | "devopsdayschi" |
56
-
|`description`| String | No | Overall description of your event. Quotation marks need to be escaped. | "It's time for more DevOpsDays at Ponyville!" |
57
-
|`ga_tracking_id`| String | No | If you have your own Google Analytics tracking ID, enter it here. | "UA-74738648-1" |
58
-
|`gtm_tracking_id`| String | No | If you have your own Google Analytics v4 tracking ID, enter it here. | "G-NCBC4PBEMK" |
59
-
|`event_group`| String | No | If you'd like to group different events together (ie, "australia"), set them to the same "event_group" | "ponyville" |
60
-
|`speakers_verbose`| String | No | Set this to "true" if you want verbose speaker attributes (URLs visible). | "true" |
61
-
|`cancel`| String | No | If your event must be cancelled, add this field with the value of "true" (case-sensitive). This will keep it from being listed in the "upcoming events" views. | "true" ||
50
+
| Field Name | Type | Required | Description | Example |
|`name`| String | Yes | The name of the event. Four digit year with the city name in lower-case, with no spaces. | "2017-chicago" |
53
+
|`year`| String | Yes | The year of the event. Make sure it is in quotes. | "2017" |
54
+
|`city`| String | Yes | The displayed city name of the event. Capitalize it. | "Salt Lake City" |
55
+
|`description`| String | No | Overall description of your event. Quotation marks need to be escaped. | "It's time for more DevOpsDays at Ponyville!" |
56
+
|`ga_tracking_id`| String | No | If you have your own Google Analytics tracking ID, enter it here. | "UA-74738648-1" |
57
+
|`gtm_tracking_id`| String | No | If you have your own Google Analytics v4 tracking ID, enter it here. | "G-NCBC4PBEMK" |
58
+
|`event_group`| String | No | If you'd like to group different events together (ie, "australia"), set them to the same "event_group"| "ponyville" |
59
+
|`speakers_verbose`| String | No | Set this to "true" if you want verbose speaker attributes (URLs visible). | "true" |
60
+
|`cancel`| String | No | If your event must be cancelled, add this field with the value of "true" (case-sensitive). This will keep it from being listed in the "upcoming events" views. | "true" |
62
61
63
62
### Date-related Fields
64
63
All dates are in unquoted YYYY-MM-DD, like this: `variable: 2016-01-05`, or like `variable: 2016-01-05T23:59:00-06:00`
@@ -80,6 +79,18 @@ All dates are in unquoted YYYY-MM-DD, like this: `variable: 2016-01-05`, or like
80
79
|`registration_link`| String | No | If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button. | "https://myurlhere" reference it like {{< event_link url-key="registration_link" text="Register to attend the conference!" >}} ||
81
80
|`sponsor_link`| String | No | If you have a custom sponsorship link, enter it here. This will control the "Become an X Sponsor!" links. It does NOT change the "Sponsor" button. | "https://myurlhere"||
82
81
82
+
### Social Fields
83
+
| Field Name | Type | Required | Description | Example |
|`event_social_twitter`| String | No | The twitter handle for your event such as "devopsdayschi" or "devopsdaysmsp". Exclude the "@" symbol. | "devopsdaysrox" |
86
+
|`event_social_linkedin`| String | No | The direct URL to your linkedin event or group/company page. | "https://www.linkedin.com/company/devopsdaysrox"|
87
+
|`event_social_youtube`| String | No | The Youtube handle for your event such as "devopsdaysrox" or "devopsdayschi". Exclude the "@" symbol. | "devopsdaysrox" |
88
+
|`event_social_bsky`| String | No | The BlueSky direct URL for your event/group profile. Can link to a custom server. | "https://bsky.app/profile/dodrox.bsky.social"|
89
+
|`event_social_mastodon`| String | No | The Mastodon direct URL for your event/group profile. Can link to a custom server. | "https://mastodon.social/@dodrox"|
90
+
|`event_social_slack`| String | No | The invite URL to your slack workspace. | "https://join.slack.com/t/dodrox/shared_invite/xyz"|
91
+
|`event_social_listserv`| String | No | The URL to subscribe to your group mailing list. | "https://lists.devopsdays.org/subscription?f=xyz".|
92
+
|`event_twitter`| String | No | Legacy field for the twitter handle. Exclude the "@" symbol. Kept for backward support. | "devopsdayschi" |
93
+
83
94
### Branding Fields
84
95
85
96
| Field Name | Type | Required | Description | Example |
0 commit comments