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}
Copy file name to clipboardExpand all lines: _posts/2010-02-16-meetup.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,9 @@ organizers:
26
26
- ksimpson
27
27
---
28
28
29
-
### Speaker: YOU
29
+
##JavaScript Quiz
30
30
31
-
Yes, that's right, you will be participating, okay, only if you want to, but it is highly encouraged.
32
-
33
-
### Talk: JavaScript Quiz
31
+
**Speaker: YOU.** Yes, that's right, you will be participating, okay, only if you want to, but it is highly encouraged.
34
32
35
33
Recently, Juriy Zaytsev, otherwise known as "kangax" and core developer for Prototype, released a quiz with some rather challenging questions related to some of the unique underpinnings and nuances of the JavaScript language.
0 commit comments