-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config_dev.yml
More file actions
67 lines (60 loc) · 1.19 KB
/
_config_dev.yml
File metadata and controls
67 lines (60 loc) · 1.19 KB
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
title: ScanGov Docs
description: Government digital service monitor
url: https://docs.scangov.org
org: ScanGov
org-url: https://scangov.com
repo: https://github.com/scangov/docs
rss: https://docs.scangov.org/feed.xml
# Build settings
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
# Social
youtube-url: https://www.youtube.com/@ScanGov
github-url: https://github.com/scangov
linkedin-url: https://www.linkedin.com/company/scangov
# Date/time
date: "%B %-d, %Y"
timezone: America/Los_Angeles
# Collections
collections:
pages:
output: true
permalink: :title
# Defaults
defaults:
- scope:
path: "_pages"
type: "pages"
values:
layout: "docs"
parent: ""
short: "true"
- scope:
path: "_posts"
type: "posts"
values:
folder: "News"
img-path: "posts"
parent: "news"
layout: "post"
short: "true"
- scope:
path: "_topics"
type: "topics"
values:
folder: "Topics"
layout: "topic"
parent: "topics"
short: "true"
# Exclude
exclude:
- gemfiles/
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- google10895162be5e592f.html