-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
56 lines (47 loc) · 2.13 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
title: Write the Docs Podcast
description: >
WTD Podcasts features discussions from members of the Write the Docs community, usually featuring a new guest each time in addition to the regular hosts. Discussions focus on topics related to software documentation.
url: http://podcast.writethedocs.org
host: 127.0.0.1
port: 4008
exclude:
- .idea
permalink: /:year/:month/:day/:title/
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "podcast"
comments: true
plugins: [jekyll-sitemap, jekyll-mentions, jekyll-redirect-from, jekyll-paginate]
## mp4 videos for fire tv app are hosted here. this field appears in the fab.json template.
# mp4_cdn_url: https://s3.us-west-1.wasabisys.com/writethedocs-podcast
mp4_cdn_url: https://s3.us-west-1.wasabisys.com/writethedocs-podcast/
## Values for podcast RSS feed
podcast_subtitle: A discussion podcast based on WTD topics and issues, focused on technical writing and documentation for software products.
podcast_url: http://podcast.writethedocs.org
podcast_album_art: http://podcast.writethedocs.org/assets/img/wtdpodcastlogo.png
podcast_title: Write the Docs Podcast
podcast_owner: Write the Docs Community
podcast_email: [email protected]
podcast_category: Education
podcast_subcategory_one: How-To
podcast_explicit: "no"
podcast_author: Write the Docs Community
podcast_description: Podcasts for the Write the Docs community. Mostly focused on tech comm, tech writing, UX, IA, and more.
podcast_summary: "Write the Docs is a series of conferences, local meetups, and Slack groups focused on all things related to software documentation. We consider everyone who cares about communication, documentation, and their users to be a member of our community. This can be programmers, tech writers, customer support, marketers, and anyone else who wants people to have great experiences with software. This podcast is focused on topics discussed and debated within this community."