-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (47 loc) · 1.47 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
title: Emacs.el
full_title: Emacs.el Podcast
description: >
Emacs.el, the podcast where we talk about Emacs and nothing but Emacs!
We talk about packages, cool configs, and people who make all of this
possible.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://emacsel.com"
twitter_username: emacsel
github_username: emacsel
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
livereload: true
collections:
episodes:
output: true
permalink: /:collection/:path
podcast_url: "https://emacsel.com"
podcast_cdn: "https://dl.emacsel.com"
podcast_cdn_baseurl: "/episodes"
podcast_album_art: /img/emacsel.png
podcast_title: Emacs.el
podcast_owner: Daniel Gopar
podcast_email: [email protected]
podcast_category: Technology # iTunes categories:
podcast_subcategory_one: Tech News # https://help.apple.com/itc/podcasts_connect/#/itc9267a2f12
podcast_subcategory_two: Software How-To
podcast_explicit: "no"
podcast_host: Daniel Gopar and Amin Bandali
podcast_description: >
Emacs.el, the podcast where we talk about Emacs and nothing but Emacs!
We talk about packages, cool configs, and people who make all of this
possible.
podcast_subtitle: Emacs Podcast
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/