-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
206 lines (179 loc) · 4.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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# Site settings
title: Login.gov
image: /assets/img/login-gov-288x288.png
canonical_domain: www.login.gov
# i18n
languages:
- en
- es
- fr
- zh
exclude_from_localizations: ['javascript', 'images', 'css']
# Contact form production values (overridden in Cloud.gov Pages for preview branches)
contact_form_action: 'https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8'
contact_form_orgid: '00DU0000000Leux'
contact_form_agency: '00N3d0000013vIB'
contact_form_integration: '00N3d0000013vIC'
contact_form_topic_id: '00NU0000004z903'
# Contact page phone number enabled (overridden in Cloud.gov Pages)
contact_phone_number_enabled: false
contact_phone_number: ''
# Contact page maintenance window
contact_maintenance_start_time: null
contact_maintenance_end_time: null
contact_maintenance_phone_available: true
# Unplanned outage configuration
contact_unplanned_outage: false
contact_unplanned_outage_phone_available: false
# Digital Analytics Program
dap_agency: null
dap_subagency: null
# GSA Office of Strategic Communication (OSC) Google Analytics
osc_analytics_ga_measurement_id: null
# Google reCAPTCHA
recaptcha_site_key: null
# Google Tag Manager
gtm_id: null
# Used to load country code support
idp_base_url: https://secure.login.gov
# for local development:
# idp_base_url: http://localhost:3000
# Pages
collections_dir: content
collections:
help:
output: true
permalink: /:collection/:path/
landing:
output: true
permalink: /:collection/:path/
developers:
output: true
permalink: /:collection/:path/
partners:
output: true
permalink: /:collection/:path/
program_updates:
output: true
permalink: /partners/program-updates/:path/
partners_impact_stories:
output: true
permalink: /:collection/:path/
policy:
output: true
permalink: /:collection/:path/
# Scripts
scripts:
- /assets/js/main.js
# Styles
styles:
- /assets/css/main.css
# Build settings
kramdown:
hard_wrap: true
# Defaults
defaults:
- scope:
path: 'content/_help/**/*'
values:
layout: help
- scope:
path: 'content/_policy/*'
values:
layout: sidenav
- scope:
path: 'content/_landing/*'
values:
layout: landing
- scope:
path: 'content/**/*/*._en.md'
values:
lang: en
- scope:
path: 'content/**/*/*._es.md'
values:
lang: es
- scope:
path: 'content/**/*/*._fr.md'
values:
lang: fr
- scope:
path: 'content/**/*/*._zh.md'
values:
lang: zh
- scope:
path: 'admin/'
values:
sitemap: false
- scope:
path: 'docs/login-gov-press-kit.pdf'
values:
sitemap: false
include:
# dotfiles are excluded by default
- .well-known
- docs/2024-05-15_VPAT2.5Rev508-Identity-Authentication.pdf
- docs/2024-05-15_VPAT2.5Rev508-Identity-Authentication.docx
- docs/identity-verification-report.docx
- docs/identity-verification-report.pdf
- docs/login-gov-roadmap-dec-2024.pdf
- docs/login-gov-press-kit.pdf
exclude:
- babel.config.json
- CONTRIBUTING.md
- docs
- Gemfile*
- LICENSE.md
- SECURITY.md
- Makefile*
- assets/scss
- assets/js
- node_modules
- OLD_URLS.yml
- package-lock.json
- package.json
- README.md
- scripts
- spec
- svgo.config.js
- tsconfig.json
- vendor
- webpack.config.js
copy_files:
- from:
- node_modules/@18f/identity-design-system/dist/assets/css
- node_modules/@18f/identity-design-system/dist/assets/fonts
- node_modules/@18f/identity-design-system/dist/assets/img
to: assets
- from: node_modules/@18f/identity-design-system/dist/assets/js/init.js
to: assets/js
keep_files:
- assets/css
- assets/js
plugins:
- jekyll-redirect-from
- jekyll-sitemap
default_locale: en
search_affiliate:
en: 'login.gov'
es: 'login.gov_es'
fr: 'login.gov_fr'
zh: 'login.gov_zh'
redirect_from:
json: false
help_pages:
- name: get-started
url: /help/get-started/overview/
- name: trouble-signing-in
url: /help/trouble-signing-in/overview/
- name: manage-your-account
url: /help/manage-your-account/overview/
- name: verify-your-identity
url: /help/verify-your-identity/overview/
- name: specific-agencies
url: /help/specific-agencies/overview/
url: https://www.login.gov
po_search_address_search_url: https://idp.dev.identitysandbox.gov/api/address_search
po_search_locations_search_url: https://idp.dev.identitysandbox.gov/api/usps_locations
skip_idp_translations: true
idp_manifest_path: /packs/manifest.json