-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
68 lines (59 loc) · 1.24 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
title: ScanGov Docs
description: Government digital service monitor
url: https://docs.scangov.org
org: Civic Hacking Agency
org-url: https://civichackingagency.org
repo: https://github.com/civichackingagency/scangov-docs
rss: https://docs.scangov.org/feed.xml
# Build settings
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
# Social
github-url: https://github.com/civichackingagency
linkedin-url: https://www.linkedin.com/company/civic-hacking-agency
twitter-url: https://twitter.com/civic_hacking
twitter-username: civic_hacking
twitter: "@civichacking"
# Date/time
date: "%B %-d, %Y"
timezone: America/Los_Angeles
# Collections
collections:
pages:
output: true
permalink: :title
posts:
output: true
permalink: /blog/:title
# Defaults
defaults:
- scope:
path: "_pages"
type: "pages"
values:
layout: "docs"
parent: ""
short: "true"
- scope:
path: "_posts"
type: "posts"
values:
folder: "Posts"
img-path: "posts"
parent: "posts"
layout: "post"
short: "true"
# Pagination
paginate: 12
paginate_path: "/blog/page:num/"
# Exclude
exclude:
- gemfiles/
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME