forked from Code-Pop/open-sourcecraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (65 loc) · 1.31 KB
/
_config.yml
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
---
title: Open SourceCraft
timezone: America/New_York
collections:
episodes:
title: Episodes
output: true
permalink: "/episodes/:path/"
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: episodes
values:
layout: episode
excerpt: ''
episode_number: ''
feature_image: ''
audio_embed: ''
video_embed: ''
show_tell_embed: ''
notes_text: ''
email: [email protected]
description: 'The world runs on Open Source Software. We speak to the people who
shape our world.
'
baseurl: "/open-sourcecraft"
url:
google_analytics: UA-90157003-1
follow:
- source: Facebook
username: opensourcecraft
- source: Twitter
username: osourcecraft
- source: Instagram
username: opensourcecraft
subscribe:
video:
- source: YouTube
url: https://www.youtube.com/channel/UCa1zuotKU4Weuw_fLRnPv0A
audio:
- source: iTunes
url: https://itunes.apple.com/us/podcast/open-sourcecraft-audio/id1205703955
- source: Stitcher
url: http://www.stitcher.com/s?fid=130883&refid=stpr
- source: Rss
url: https://oscaudio.podbean.com/feed/
markdown: kramdown
paginate: 2
sass:
style: compressed
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
- package.json
- node_modules