-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
47 lines (29 loc) · 1.27 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
# Podcast General Settings
# ------------------------------------------------------------------------
# The homepage of your podcast
podcastSite: http://www.travisneilson.com
# The cover image for the podcast, will show in search results in iTunes
podcastCoverImg: http://wwww.YourSite.com/imageSize1400x1400-min.jpg
# The name of your podcast
podcastTitle: My Podcast Title
# About You. For iTunes admin. This information is not displayed on the iTunes Store.
podcastOwner: YourName
podcastEmail: your@email.com
# See https://www.apple.com/itunes/podcasts/specs.html near the bottom for valid categories
category: Education
subCategory: Higher Education
# is it too dangerous for the impressionable kiddos?
podcastIsExplicit: "no"
podcastAuthor: Org, brand or individual
podcastDescription: Verbose description of the podcast.
podcastSubtitle: Short description of the podcast - 255 character max.
# ###
# Don't edit below this line unless you know what you are doing.
# ------------------------------------------------------------------------
# Create a Jekyll collection to handle the episodes
collections:
- episodes
# Identify a place to output the generated files
destination: _upload-this
# Keep the readme out of the output folder
exclude: ['readme.md']