forked from XDgov/xd.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
130 lines (120 loc) · 2.51 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Site settings
title: "xD - U.S. Census Bureau"
description:
"xD is an emerging technologies group that’s advancing the delivery of
data-driven services through new and transformative technologies."
baseurl: ""
permalink: pretty
localhost: "localhost:4500"
env: "production"
logo: /assets/img/logos/18F-Logo-Bright-S.png
tag_dir: tags
github_repo: https://github.com/XDgov/xd.gov/blob/master
related_posts: 3
analytics:
google:
code: "UA-123456-1" # Change this to your GSA analytics code
dap:
agency: Commerce # Change this to your agency
subagency: Census # Change this to your agency
collections_dir: collections
collections:
news:
output: true
permalink: /news/:permalink/
positions:
output: true
projects:
output: true
permalink: /projects/:permalink/
blog:
output: true
permalink: /blog/:permalink/
import:
output: true
team_members:
output: true
defaults:
- scope:
type: "posts" # an empty string here means all files in the project
values:
layout: post
- scope:
path: "pages"
values:
layout: default
- scope:
path: "_projects"
values:
layout: project
- scope:
path: "_news"
values:
layout: news
- scope:
path: "_blog"
values:
layout: blog
- scope:
path: "_team_members"
values:
layout: team-member
# Build and syntax highlighting settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class: "syntax"
# Settings for HTML compression: https://www.digitalocean.com/community/tutorials/jekyll-compress-html
compress_html:
clippings: all
comments: [""]
endings: [html, head, body, li, dt, dd, rt, rp, optgroup, option, colgroup, caption, thead, tbody, tfoot, tr, td, th]
profile: false
blanklines: false
ignore:
envs: []
exclude:
- .about.yml
- .cfignore
- .codeclimate.yml
- .gitignore
- .gitmodules
- .hound.yml
- 404.html
- api-endpoints
- bin
- build
- circle.yml
- config_blog.rb
- CONTRIBUTING.md
- docker-compose.yml
- docker_entrypoint.rb
- Dockerfile
- examples/
- favicon.ico
- Gemfile*
- ISSUE_TEMPLATE.md
- killport
- LICENSE.md
- node_modules
- package.json
- pages/our-work.html
- PULL_REQUEST_TEMPLATE.md
- README.md
- spec/
- system-security-plan.yml
- tests/
- tests/schema/tags.yml
- tmp/
- vendor
include:
- _pages
# jekyll plugins
gems:
- jekyll-sitemap
- jekyll-seo-tag
sass:
sass_dir: assets/css/