forked from usdoj-crt/beta-ada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
211 lines (190 loc) · 5.92 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
207
208
209
210
211
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
##########################################################################################
# Be sure to edit the values below
##########################################################################################
title: "Beta.ADA.gov"
# url: "https://example.gov" # the base hostname & protocol for your site, e.g. https://example.com.
# Required to support the jekyll-sitemap plugin below.
# Uncomment the url line when ready to push to production. If using different branches for multiple
# custom domains, edit this url parameter in the relevant branch to match the relevant custom domain.
description: Disability rights are civil rights. From voting to parking, the ADA is a law that protects people with disabilities in many areas of public life.
contact:
tollfree: 800-514-0301
tty: 1-833-610-1264
link: /infoline/
link_title: ADA Information Line
time1: "M, Tu, W, F: 9:30am - 12pm and 3pm - 5:30pm ET"
time2: "Th: 2:30pm - 5:30pm ET"
# Display beta disclamers
beta: true
# Digital Analytics Program (DAP) configuration
dap:
agency: DOJ
# Configuration for Google Analytics
ga:
ua: G-XXQSTBSHEN
google_site_verification: 34Ks265Uibpdda984RS0SxVABVZCdlVrdSp61pIdZQ8
# Site Navigation
primary_navigation:
- name:
en: Home
en-short: Home
es: Página principal
url:
en: "/"
es: "/"
- name:
en: Featured Topics
en-short: Featured Topics
es: Featured Topics
url:
en: "/topics/"
es: "/topics/"
- name:
en: Laws, Regulations & Standards
en-short: Laws & Regulations
es: Laws, Regulations & Standards
url:
en: "/law-and-regs/"
es: "/law-and-regs/"
- name:
en: Guidance & Resource Materials
en-short: Resources
es: Guidance & Resource Materials
url:
en: "/resources/"
es: "/resources/"
- name:
en: Enforcement
en-short: Enforcement
es: Enforcement
url:
en: "/cases/"
es: "/cases/"
- name:
en: File a Complaint
en-short: File a Complaint
es: Presente una queja
url:
en: "/file-a-complaint/"
es: "/es/presente-una-queja/"
# Collections
collections_dir: _pages
collections:
topics:
output: true
permalink: /:collection/:name/
sort_by: card.title
order:
- intro-to-ada.md
- service-animals.md
- parking.md
- effective-communication.md
resources:
output: true
permalink: /:collection/:name/
# Configuration for Touchpoints
touchpoints:
url: https://touchpoints.app.cloud.gov/touchpoints/73c5715c/submit
# Configuration for Gov Devliery:
govdelivery:
title: Subscribe to our newsletter for ADA updates
url: https://public.govdelivery.com/accounts/USDOJ/subscriber/new?category_id=USDOJ_C26
link_text: Sign Up
# Search.gov configuration
# NOTE: The configuration is also set in the Javascript code: /_assets/js/utils/constants.js
# 1. Create an account with Search.gov https://search.usa.gov/signup
# 2. Add a new site.
# 3. Add your site/affiliate name here.
searchgov:
# You should not change this.
endpoint: https://search.usa.gov
# replace this with your search.gov account
affiliate: justice-ada-beta
# replace with your access key
access_key: R9JA5YunOBaTGydUNm-oJjGCqKQ-zXsulsNskJVe5-c=
# this renders the results within the page instead of sending to user to search.gov
inline: true
# how many results to display per pages
limit: 20
##########################################################################################
# The values below here are more advanced and should only be
# changed if you know what they do
##########################################################################################
kramdown:
parse_block_html: true
permalink: pretty
defaults:
- scope:
path: ""
values:
image:
asset: default-card.png
layout: "page"
sidenav: true
featured: false
- scope:
path: "admin/"
values:
sitemap: false
languages: ["en"]
default_lang: "en"
exclude_from_localization: ["assets"]
parallel_localization: true
include:
- _pages
exclude:
- package.json
- package-lock.json
- README.md
- CONTRIBUTING.md
- LICENSE.md
- Dockerfile
- docker-compose.yml
- babel.config.json
- webpack.javascript.js
- webpack.sass.js
- playwright.config.js
- /docs
- /tests
- /test-results
- /playwright-report
- /mock_data
assets:
autoprefixer:
browsers:
- "> 2%"
- "last 2 versions"
- "IE 11"
- "not dead"
raw_precompile:
- source: node_modules/@uswds/uswds/dist/fonts/**/*
strip: node_modules/@uswds/uswds/dist/
- source: node_modules/@uswds/uswds/dist/img/*
strip: node_modules/@uswds/uswds/dist/
- source: node_modules/@uswds/uswds/dist/img/usa-icons/*
strip: node_modules/@uswds/uswds/dist/
- source: node_modules/@uswds/uswds/dist/img/usa-icons-bg/*
strip: node_modules/@uswds/uswds/dist/
- source: node_modules/@uswds/uswds/dist/img/sprite.svg
strip: node_modules/@uswds/uswds/dist/
- source: _pdfs/*
- source: _assets/images/*
strip: _assets/
sources:
- node_modules/anchor-js
- node_modules/gumshoejs/dist
- node_modules/@uswds/uswds/dist