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
@@ -109,6 +111,9 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
109
111
> title: Another Developer
110
112
> ...
111
113
> ```
114
+
>
115
+
> If there are no speakers for the meetup, leave only the `speakers:` field and remove the rest of the array (e.g., `-name: ...`).
116
+
>
112
117
113
118
> NOTE: For `sponsor`, if a key to the sponsor info exists in the `/_data/organizations.yaml` file, then use it alone.
114
119
>
@@ -119,7 +124,7 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
119
124
> ..
120
125
> ```
121
126
>
122
-
> If an org key doesn't exist, then add the `name` and `url` (and optionally `careerUrl`) fields.
127
+
> If an org key doesn't exist, then add the fields: `name`, `url`, `careerUrl` (optional), `logo` (optional), and `message` (optional wholesale replacement text for sponsor template).
123
128
>
124
129
>```yaml
125
130
> ..
@@ -137,6 +142,7 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
137
142
name: {org full name - REQUIRED}
138
143
url: {org homepage URL}
139
144
careerUrl: {org career page URL}
145
+
logo: {org logo URL}
140
146
location: {org full street address + floor and/or room}
0 commit comments