Skip to content

Commit 8d9ec7b

Browse files
authored
Merge pull request #111 from stedman/post-tweaks
Add presentation links, fix MD issues
2 parents 6bd03fc + 69ff014 commit 8d9ec7b

29 files changed

+54
-35
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/2010-02-16-meetup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ organizers:
2626
- ksimpson
2727
---
2828

29-
### Speaker:  YOU
29+
## JavaScript Quiz
3030

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.
3432

3533
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.
3634

_posts/2011-01-18-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: 2011-01-18T19:30:00-06:00
9+
video: https://vimeo.com/18995176
910
speakers:
1011
- name: Bradley Meck
1112
title:

_posts/2011-02-15-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: 2011-02-15T19:30:00-06:00
9+
video: https://vimeo.com/20214958
910
speakers:
1011
- name: Dave Rupert
1112
title:

_posts/2011-04-19-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: 2011-04-19T19:30:00-05:00
9+
video: https://vimeo.com/24153426
910
speakers:
1011
- name: Howard Rauscher
1112
title:

_posts/2011-06-21-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: 2011-06-21T19:30:00-05:00
9+
video: https://vimeo.com/25675962
910
speakers:
1011
- name: Tim Tyrrell
1112
title:

_posts/2011-07-19-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: 2011-07-19T19:30:00-05:00
9+
video: https://vimeo.com/27712070
910
speakers:
1011
- name: Aaron Forsander
1112
title:

_posts/2012-01-17-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: 2012-01-17T19:30:00-05:00
9+
video: https://youtu.be/vqB8yelF5tk
910
speakers:
1011
- name: Paolo Fragemeni
1112
title:

_posts/2012-04-17-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: 2012-04-17T19:30:00-05:00
9+
video: https://youtu.be/RViCvCH-vkY
910
speakers:
1011
- name: Ben Combee
1112
title:

_posts/2012-07-17-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: 2012-07-17T19:30:00-05:00
9+
video: https://youtu.be/bhPMwmzooxI
910
speakers:
1011
- name: Garann Means
1112
title: Senior Frontend Engineer at <a href="http://etsy.com">Etsy</a>

0 commit comments

Comments
 (0)