Skip to content

Commit 69ff014

Browse files
committed
Add slides link, update contributing guide
1 parent e778d96 commit 69ff014

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CONTRIBUTING-POSTS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
7676
layout: meetup
7777
title: {presentation title}
7878
when: {ISO-8601 date-- e.g., 2019-04-16T19:30:00-05:00}
79+
slides: {presentation slides URL}
80+
video: {presentation video URL}
7981
speakers:
8082
- name: {full name - REQUIRED}
8183
title: {professional title}
@@ -109,6 +111,9 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
109111
> title: Another Developer
110112
> ...
111113
> ```
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+
>
112117
113118
> NOTE: For `sponsor`, if a key to the sponsor info exists in the `/_data/organizations.yaml` file, then use it alone.
114119
>
@@ -119,7 +124,7 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
119124
> ..
120125
> ```
121126
>
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).
123128
>
124129
> ```yaml
125130
> ..
@@ -137,6 +142,7 @@ Open the [Markdown](https://commonmark.org/) file and notice the file structure.
137142
name: {org full name - REQUIRED}
138143
url: {org homepage URL}
139144
careerUrl: {org career page URL}
145+
logo: {org logo URL}
140146
location: {org full street address + floor and/or room}
141147
note: {additional notes}
142148
```

_posts/2016-08-16-meetup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories:
66
- posts
77
- meetups
88
when: 2016-08-16T19:30:00-05:00
9+
slides: https://speakerdeck.com/davatron5000/progressive-web-apps
910
speakers:
1011
- name: Dave Rupert
1112
title:

0 commit comments

Comments
 (0)