-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
76 lines (68 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
title: ControlShift
email: [email protected]
description: ControlShift is the best software for putting people at the center of your campaigns with distributed events, local groups, and member-led petitions.
baseurl: ""
url: "https://www.controlshiftlabs.com"
theme_color: '#0f91c2'
relative_permalinks: false
image: /assets/images/people.png
twitter:
username: controlshiftlab
card: summary
facebook:
publisher: https://www.facebook.com/controlshiftlabs
languages: ["en"]
pagination:
enabled: true
collection: 'posts'
per_page: 10
permalink: "/blog/:num/"
title: ':title - page :num'
sort_reverse: true
feed:
posts_limit: 20
autopages:
enabled: false
collections:
resources:
output: true
details:
output: true
jekyll_get:
- data: changelogs
json: 'https://controlshift-changelog.herokuapp.com/changelogs/feed'
- data: changelog_months
json: 'https://controlshift-changelog.herokuapp.com/changelogs/feed_months'
### Segment
segment: Bzk4BmiFef6VNuKJRAqXV6zdubV3fnRs
### Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate-v2
- jekyll-include-cache
### Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- _src
- images
- functions
- LICENSE
- netlify.toml
- package.json
- Rakefile
- README.md
- webpack.config.js
- yarn-error.log
- yarn.lock
- config
- icon.png
- .idea
- .git
include:
- _headers
- _redirects