-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
executable file
·63 lines (48 loc) · 1.29 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
title: 30,000 Leagues, a new podcast from The Policy Lab
description: A new podcast from The Policy Lab.
repository: thepolicylab/thirty-thousand-leagues.git
github.pages_hostname: https://thirtythousandleagues.com
markdown: kramdown
highlighter: rouge
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
baseurl: /
port: 4060
url: //thirtythousandleagues.com
twitter_handle: 30000leagues
# Define some defaults
defaults:
-
values:
layout: "page"
author: "The Policy Lab"
# Permalink Configuration
permalink: /blog/:year/:month/:title
# Post types
collections:
team:
output: true
permalink: /team/:name
events:
output: false
permalink: /events/:name
# Exclude from _site build
exclude: ['.git',
'.gitignore',
'Gemfile',
'Gemfile.lock',
'CNAME',
'LICENSE',
'feed.xml',
'team/README.md'
]
# Setting relative permalink to false. See http://jekyllrb.com/docs/upgrading/.
relative_permalinks: false
sass:
sass_dir: _sass
# Plugins and extras
plugins:
- jekyll-autoprefixer
- jekyll-github-metadata
constants:
soundcloud_url_format: https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/$TRACKID$&color=%23281d1c&inverse=false&auto_play=false&show_user=true