forked from fightforthefuture/votebot-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·88 lines (78 loc) · 1.7 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#################################################
# Config: Development #
#################################################
# (production settings go in _config.build.yml) #
#############
# Meta info #
#############
name: 'HelloVote'
url: https://www.hellovote.org
description: 'Get everything you need to vote, including an #ivoted selfie!'
timezone: America/New_York
googleanalytics: UA-26576645-30
petitions_api: 'https://info.fightforthefuture.org'
pathlead: '' # use this if you need a leading slash or directory on asset paths
author:
googleid: 102356128596404327231
twitterid: 382376904
twitter: fightfortheftr
###########
# Content #
###########
future: true
show_drafts: true
permalink: /:title/ # See Jekyll documentation for permalink styles
defaults:
- scope:
type: partners
values:
layout: default
- scope:
type: partners_es
values:
layout: default
- scope:
type: partners_ko
values:
layout: default
- scope:
type: celebs
values:
layout: default
- scope:
type: partners_iframes
values:
layout: iframe
collections:
partners:
output: true
permalink: :path/
partners_es:
output: true
permalink: :path/es/
partners_ko:
output: true
permalink: :path/ko/
celebs:
output: true
permalink: :path/
partners_iframes:
output: true
permalink: :path/iframe/
states:
output: true
permalink: :path/
posts:
output: true
permalink: :path/
translations:
output: true
permalink: :path/
#############
# Compiling #
#############
exclude: ['img']
keep_files: ['img', 'js', 'css']
gems:
- jekyll-redirect-from
markdown: kramdown