forked from 18F/18f.gsa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
188 lines (174 loc) · 3.45 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# Site settings
title: "18F: Digital service delivery"
description: "18F builds effective, user-centric digital services focused on the interaction between government and the people and businesses it serves."
baseurl: "" # the subpath of your site, e.g. /blog
permalink: pretty
url: "https://18f.gsa.gov" # the base hostname & protocol for your sites
localhost: "localhost:4000"
env: "production"
logo: /assets/img/logos/18F-Logo-Bright-S.png
tag_dir: tags
github_repo: https://github.com/18F/18f.gsa.gov/blob/main
related_posts: 3
# Configuration for Google Analytics, add your UA code here:
google_analytics_ua: 'UA-48605964-1'
# Configuration for DAP, add your agency ID here:
dap_agency: GSA
dap_subagency: TTS,18F
# blog archive at /blog
paginate: 5
paginate_path: "blog/page/:num/"
# enable search bar
search_site_handle: 18F-site
jekyll-archives:
enabled:
- 'tags'
layout: tag-results
permalinks:
tag: '/tags/:name/'
collections:
about:
output: true
permalink: /:path/
principles:
output: true
permalink: /partnership-principles/:path/
join:
output: true
permalink: /join/:path/
authors:
output: true
permalink: /author/:name/
press:
output: true
permalink: /press/:name/
products_projects:
output: true
permalink: /our-work/:path/
services_projects:
output: true
permalink: /our-work/:path/
contact:
output: false
permalink: /contact/:path/
styleguide:
output: true
permalink: /styleguide/:path/
defaults:
-
scope:
type: "posts" # an empty string here means all files in the project
values:
layout: post
-
scope:
path: "pages"
values:
layout: primary
-
scope:
path: "_authors"
values:
layout: author-results
-
scope:
path: "_contact"
values:
layout: primary
# include_subnav: true
subnav_anchor: /contact/
-
scope:
path: "_about"
values:
layout: primary
include_subnav: true
subnav_anchor: /about/
-
scope:
path: "_principles"
values:
layout: primary
include_subnav: true
subnav_anchor: /partnership-principles/
-
scope:
path: "_join"
values:
layout: primary
include_subnav: true
subnav_anchor: /join/
parent_title: Join 18F
parent_permalink: /join/
-
scope:
path: "_products_projects"
values:
layout: project-page
-
scope:
path: "_services_projects"
values:
layout: project-page
-
scope:
path: "_styleguide"
values:
layout: styleguide
include_subnav: true
footer:
image: /assets/img/logos/18F-Logo-M.png
email:
twitter:
- 18f
- usgsa
text: This site was built using <a href="https://federalist.18f.gov/" target="_blank">Federalist, from 18F</a>. # Change to a tag line for your agency
# Build settings
markdown: kramdown
highlighter: rouge
autoprefixer:
browsers:
- "> 2%"
- last 2 versions
- IE 11
- not dead
exclude:
- .about.yml
- .cfignore
- .codeclimate.yml
- .gitignore
- .gitmodules
- .hound.yml
- .github/
- _sass/
- 404.html
- api-endpoints
- bin
- build
- circle.yml
- config_blog.rb
- CONTRIBUTING.md
- docker-compose.yml
- docker_entrypoint.rb
- Dockerfile
- examples/
- favicon.ico
- Gemfile*
- killport
- LICENSE.md
- package.json
- pages/our-work.html
- README.md
- spec/
- system-security-plan.yml
- tests/
- tests/schema/tags.yml
- tmp/
# jekyll plugins
plugins:
- jekyll-sitemap
- jekyll-archives
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate