-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.json
More file actions
67 lines (67 loc) · 4.13 KB
/
config.json
File metadata and controls
67 lines (67 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"locals": {
"name": "Web Workers",
"url": "http://bryanlrobinson.com/",
"description": "Description",
"keywords": "development, ux, strategy",
"meetup": {
"title": "November Meetup",
"description": "<p>This month we'll be examining COLOR! Timothy Brownawell will give a short talk on color and contrast, and we'll follow it up with a roundtable discussion, and a few short CSS and JavaScript demos.</p>",
"link": "http://www.meetup.com/memphis-technology-user-groups/events/235161645/w"
},
"podcast": [
{
"title": "Episode I: The Phantom Podcast",
"description": "The hosts discuss their various backgrounds, how they got into tech and how newbies and beginners can find their way in the ever-shifting landscape",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/Episode+I+-+The+Webworking+Menace.m4a",
"duration": "0:36:11",
"pubdate": "09 Feb 2016 00:00:00 CST"
},
{
"title": "Episode 2: JavaScript Fatigue",
"description": "Ever feel like there's a new JavaScript library, framework or technique every week? That's probably because there is. Bryan, Eric and Nathanael discuss getting fatigued, fighting through it.",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/episode2.m4a",
"duration": "0:37:36",
"pubdate": "23 Aug 2016 00:00:00 CST"
},
{
"title": "Episode 3: Web Workers Rewind - Modern CSS",
"description": "From the August Web Workers meetup in Memphis, Tenn. Bryan speaks about Post-Modern CSS including Object-Fit, Clip-path and CSS Grid.",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/episode+3.m4a",
"duration": "0:35:54",
"pubdate": "19 Sept 2016 00:00:00 CST"
},
{
"title": "Episode 4: Web Workers Rewind - Meteor Up and Running",
"description": "From the August Web Workers meetup in Memphis, Tenn. Eric talks about getting up and running in MeteorJS.",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/Episode+4.m4a",
"duration": "0:38:05",
"pubdate": "26 Sept 2016 00:00:00 CST"
},
{
"title": "Episode 5: Native Apps vs. Progressive Web Apps",
"description": "This week we take on an age-old argument: Native phone apps vs Progressive Web apps. Based on Eric Elliot's Medium post <a href='https://medium.com/javascript-scene/native-apps-are-doomed-ac397148a2c0#.b9ptuz1wo'>Native Apps are Doomed</a>, we discuss the pros and cons of both ecosystems.",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/Episode+5+Native+Apps+vs+Web+Apps.m4a",
"duration": "0:12:51",
"pubdate": "15 Nov 2016 00:00:00 CST"
},
{
"title": "Episode 6: Education via Documentation",
"description": "Based on David Gilbertson's '<a href='https://hackernoon.com/19-things-i-learnt-reading-the-nodejs-docs-8a2dcc7f307f#.nr1wvw47b'>19 Things I learnt reading the NodeJS docs</a>,' we discuss Node, API Documentation vs. Tutorials and learning new things in general.",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/Episode+6+-+Documentation+Education.m4a",
"duration": "0:11:36",
"pubdate": "29 Nov 2016 00:00:00 CST"
},
{
"title": "Episode 7: Component Architecture in Sass",
"description": "We read David Kourshid's scotch.io article '<a href='https://scotch.io/tutorials/aesthetic-sass-1-architecture-and-style-organization'>Aesthetic Sass: Architecture, Style and Organization</a>' and discuss the topics of reusability, naming and structure in Sass and CSS.",
"link": "http://dts.podtrac.com/redirect.mp3/s3.amazonaws.com/wwpodcast/Episode+7+Sass+Architecture.m4a",
"duration": "0:11:36",
"pubdate": "29 Nov 2016 00:00:00 CST"
}
]
},
"plugins": [
"./node_modules/wintersmith-nunjucks"
]
}