-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
executable file
·66 lines (52 loc) · 1.28 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: The Policy Lab
description: We're a new lab at the center of Rhode Island’s infrastructure for evidence-based policymaking. Let's learn together.
repository: thepolicylab/initial-website.git
github.pages_hostname: https://thepolicylab.brown.edu
markdown: kramdown
highlighter: rouge
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
baseurl: /
port: 4060
url: //thepolicylab.brown.edu
twitter_handle: ThePolicyTweets
# 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
reflections:
output: true
permalink: /reflections/:name
projects:
output: true
permalink: /:collection/:name
# Exclude from _site build
exclude: ['.git',
'.gitignore',
'Gemfile',
'Gemfile.lock',
'LICENSE',
'feed.xml',
'team/README.md',
'vendor'
]
# 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