-
Notifications
You must be signed in to change notification settings - Fork 299
/
_config.yml
executable file
·342 lines (333 loc) · 14.2 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
# 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: "Web Accessibility Initiative (WAI)"
author: "W3C Web Accessibility Initiative (WAI)"
claim: "Strategies, standards, and resources to make<br>the web accessible to people with disabilities."
warning_icon: false
warning_message: >
This is a local preview of the W3C WAI website. The published website is at <a href="https://www.w3.org/WAI/">w3.org/WAI/</a>.
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Accessibility resources free online from the international standards organization: W3C Web Accessibility Initiative (WAI).
baseurl: "/wai-website" # the subpath of your site, e.g. /blog
url: "https://w3c.github.io" # the base hostname & protocol for your site
twitter:
username: w3c_wai
exclude:
- "_external"
- "Gemfile"
- "Gemfile.lock"
- "README.md"
- "w3c.json"
- ".build"
- "script"
- "netlify.toml"
- "vendor"
# Build settings
markdown: kramdown
kramdown:
toc_levels: 2..3
input: GFM
syntax_highlighter: rouge
highlighter: rouge
repository: w3c/wai-website
branch: main
ytkey: AIzaSyBzq155tA3E3gaYlRdx2S9U9FM78U1-568
# remote_themes are an extension for Jekyll running in GitHub pages and are a GitHub repo
remote_theme: w3c/wai-website-theme
paginate: 5
paginate_path: "/news/:num/"
collections_dir: collections
collections:
perspective-videos:
area: "Accessibility Fundamentals"
name: "Web Accessibility Perspective Videos"
shortname: "Perspective Videos"
output: true
acknowledgements: true
permalink: /:collection/:path/
tips:
area: "All Areas"
name: "Tips for Getting Started"
shortname: Getting Started Tips
output: true
acknowledgements: false
permalink: /:collection/:path/
policies:
area: "Plan & Manage"
name: "Web Accessibility Laws & Policies"
shortname: "Laws & Policies"
parent: "/planning/"
output: true
acknowledgements: false
permalink: /:collection/:path/
footer: |
<p><strong>Date: 4 December 2023</strong>. Listings are updated regularly. Near the top of each country listing is a 'last updated' date. This user interface was updated 21 March 2018.</p>
<p><strong>Editors:</strong> <a href="https://www.w3.org/People/kevin/">Kevin White</a>, Britt Classen, Michel Hansma, Vera Lange, Eric Velleman. <strong>Previous Editors:</strong> Mary Jo Mueller, Robert Jolly, Eric Eggert, Judy Brewer, <a href="https://www.w3.org/People/Shawn/">Shawn Lawton Henry</a>. Previous contributors: Jennifer Sutton and <a href="https://www.w3.org/groups/wg/eowg/participants">EOWG Participants</a>.</p>
<p>Developed by the Accessibility Education and Outreach Working Group (<a href="https://www.w3.org/groups/wg/eowg">EOWG</a>). Updated as part of the <a href="https://www.w3.org/WAI/about/projects/wai-coop/">WAI-CooP project</a>, co-funded by the European Commission.</p>
audiences:
name: "Roles"
shortname: "Roles"
output: true
permalink: /roles/:path/
parent: "/"
prevnext: false
posts:
output: true
permalink: /news/:year-:month-:day/:title/
parent: "/news/"
patterns:
title: Patterns
permalink: WCAG2/supplemental/:collection/:name/
output: true
sort_by: ref
objectives:
title: Objectives
permalink: WCAG2/supplemental/:collection/:name/
output: true
sort_by: ref
wai-wcag-act-rules-patterns:
title: Glossary
permalink: /:collection/:name/
output: true
translations-sitemaps:
permalink: /about/translating/sitemaps/:name
output: true
sort_by: title
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: "_perspective-videos"
values:
layout: "default"
github:
label: wai-perspective-videos
- scope:
path: "_tips"
values:
layout: "default"
- scope:
path: "_policies"
values:
layout: "policy"
github:
repository: w3c/wai-policies-prototype
- scope:
path: "_posts"
values:
layout: "default"
github:
label: wai-news
- scope:
path: "_audiences"
values:
layout: "sidenav"
-
scope:
type: "patterns"
path: "_patterns"
values:
class: tight-page
layout: "pattern"
type_of_guidance_in_content: true
type_of_guidance: Cognitive Accessibility Design Pattern
feedbackmail: [email protected] # delete this line if it’s an EOWG resource (the default is [email protected])
standalone_resource_header:
title: Supplemental Guidance to WCAG 2
subtitle: Additional ways to improve accessibility, not required to meet WCAG)
link:
ref: /WCAG2/supplemental/about/
title: About Supplemental Guidance and WCAG
standalone_resource_pager:
icon: /content-images/wai-wcag-supplemental/brain.svg
name: All Cognitive
ref: /WCAG2/supplemental/#cognitiveaccessibilityguidance
include: dg-pager.liquid
footer:
> # Translate words below, including "Date:" and "Editor:" Translate the Working Group name. Leave the Working Group acronym in English. Do *not* change the dates in the footer below.
<p><strong>Date:</strong> Content first published 29 April 2021 in <a href="https://www.w3.org/TR/coga-usable/">Making Content
Usable for People with Cognitive and Learning Disabilities</a> ("Content Usable"). This user interface posted in January 2022.</p>
<p>This content is from the "Content Usable" Working Group Note by Cognitive and Learning Disabilities Accessibility Task Force
(<a href="https://www.w3.org/groups/tf/cognitive-a11y-tf">Coga TF</a>) <a href="https://www.w3.org/groups/tf/cognitive-a11y-tf/participants">participants</a>.
It is published by the Accessibility Guidelines Working Group (<a href="https://www.w3.org/groups/wg/ag">AG WG</a>) and the
Accessible Platform Architectures (<a href="https://www.w3.org/groups/wg/apa">APA</a>) Working Group. This user interface was
designed by the Accessibility Education and Outreach Working Group (<a href="https://www.w3.org/groups/wg/eowg">EOWG</a>) with contributions
from Steve Lee, Hidde de Vries, Shadi Abou-Zahra, and Shawn Lawton Henry, as part of the <a href="https://www.w3.org/WAI/about/projects/wai-guide/">
WAI-Guide project</a>, co-funded by the European Commission.</p>
-
scope:
type: "objectives"
path: "_objectives"
values:
class: tight-page
layout: "objective"
type_of_guidance_in_content: true
type_of_guidance: Cognitive Accessibility Objective
feedbackmail: [email protected] # delete this line if it’s an EOWG resource (the default is [email protected])
standalone_resource_header:
title: Supplemental Guidance to WCAG 2
subtitle: Additional ways to improve accessibility, not required to meet WCAG
link:
ref: /WCAG2/supplemental/about/
title: About Supplemental Guidance and WCAG
standalone_resource_pager:
icon: content-images/wai-wcag-supplemental/brain.svg
name: All Cognitive
ref: WCAG2/supplemental/#cognitiveaccessibilityguidance
include: dg-pager.liquid
footer:
> # Translate words below, including "Date:" and "Editor:" Translate the Working Group name. Leave the Working Group acronym in English. Do *not* change the dates in the footer below.
<p><strong>Date:</strong> Content first published 29 April 2021 in <a href="https://www.w3.org/TR/coga-usable/">Making Content
Usable for People with Cognitive and Learning Disabilities</a> ("Content Usable"). This user interface posted in January 2022.</p>
<p>This content is from the "Content Usable" Working Group Note by Cognitive and Learning Disabilities Accessibility Task Force
(<a href="https://www.w3.org/groups/tf/cognitive-a11y-tf">Coga TF</a>) <a href="https://www.w3.org/groups/tf/cognitive-a11y-tf/participants">participants</a>.
It is published by the Accessibility Guidelines Working Group (<a href="https://www.w3.org/groups/wg/ag">AG WG</a>) and the
Accessible Platform Architectures (<a href="https://www.w3.org/groups/wg/apa">APA</a>) Working Group. This user interface was
designed by the Accessibility Education and Outreach Working Group (<a href="https://www.w3.org/groups/wg/eowg">EOWG</a>) with contributions
from Steve Lee, Hidde de Vries, Shadi Abou-Zahra, and Shawn Lawton Henry, as part of the <a href="https://www.w3.org/WAI/about/projects/wai-guide/">
WAI-Guide project</a>, co-funded by the European Commission.</p>
-
scope:
path: "pages/wai-wcag-supplemental"
values:
class: tight-page
layout: standalone_resource
feedbackmail: [email protected]
standalone_resource_header:
title: Supplemental Guidance to WCAG 2
subtitle: Additional ways to improve accessibility, not required to meet WCAG
link:
ref: /WCAG2/supplemental/about/
title: About Supplemental Guidance and WCAG
standalone_resource_pager:
icon: /content-images/wai-wcag-supplemental/brain.svg
name: All Cognitive
ref: /WCAG2/supplemental/#cognitiveaccessibilityguidance
include: dg-pager.liquid
- scope:
path: "pages/wcag-act-rules"
values:
class: tight-page
layout: act_rule
external_css: /content-assets/wcag-act-rules/act-styles.css
feedbackmail: [email protected] # NEW: delete this line if it’s an EOWG resource (the default is [email protected])
footer:
> # Translate words below, including "Date:" and "Editor:" Translate the Working Group name. Leave the Working Group acronym in English. Do *not* change the dates in the footer below.
<p><strong>Date:</strong> Updated @@ Month 2021. First published Month 20@@.</p>
<p><strong>Editors:</strong> @@name, @@name. <strong>Contributors:</strong> @@name, @@name, and <a href="https://www.w3.org/groups/wg/@@wg/participants">participants of the @@WG</a>. ACKNOWLEDGEMENTS lists contributors and credits.</p>
<p>Developed by the @@ Working Group (<a href="http://www.w3.org/WAI/@@/">@@WG</a>). Developed as part of the <a href="https://www.w3.org/WAI/@@/">WAI-@@ project</a>, @@co-funded by the European Commission.</p>
type_of_guidance: "ACT Rule"
rule_meta:
rule_type: "Atomic rule"
sidebar: true
standalone_resource_header:
title: ACT Rules
title-ref: /standards-guidelines/act/rules/
subtitle: Rules for accessibility conformance testing (ACT)
standalone_resource_nav_links:
- name: All Rules
ref: /standards-guidelines/act/rules/
- name: About
ref: /standards-guidelines/act/rules/about/
- name: Implementations
ref: /standards-guidelines/act/implementations/
github:
hide: true
- scope:
path: "pages/wai-aria-practices"
values:
layout: "standalone_resource"
standalone_resource_header:
title: "ARIA Authoring Practices Guide (APG)"
title-ref: /ARIA/apg/
subtitle: "How to build accessibility semantics into web patterns and widgets"
standalone_resource_nav_links:
- name: APG Home
ref: /ARIA/apg/
- name: Patterns
ref: /ARIA/apg/patterns/
- name: Practices
ref: /ARIA/apg/practices/
- name: Index
ref: /ARIA/apg/example-index/
- name: About
ref: /ARIA/apg/about/
-
scope:
path: "pages/wai-course-list"
values:
layout: "default"
-
scope:
path: "pages/wai-authoring-tools-list"
values:
layout: "default"
-
scope:
path: "pages/wai-evaluation-tools-list"
values:
layout: "default"
-
scope:
path: "_translations-sitemaps"
values:
lang: en
layout: translation-sitemap
description: Help make the Web accessible to people with disabilities around the world. We appreciate your contributions to translating W3C WAI accessibility resources.
image: /content-images/wai-about-wai/social-translations.png
feedbackmail: [email protected]
footer: |
<p>Developed as part of the <a href="https://www.w3.org/WAI/about/projects/wai-coop/">WAI-CooP project</a>, co-funded by the European Commission.</p>
inline_css: |
.translations-table p{
margin: 0.2rem 0 0.4rem;
}
# include all collections here so they are searchable
tipue_search:
include:
pages: true
collections:
[
"wai-wcag-act-rules-patterns",
"perspective-videos",
"tips",
"policies",
"audiences",
"objectives",
"patterns",
"translations-sitemaps"
]
exclude:
files:
[
"pages/wai-aria-practices/patterns/landmarks/examples/HTML5.html",
"pages/wai-aria-practices/patterns/landmarks/examples/at.html",
"pages/wai-aria-practices/patterns/landmarks/examples/banner.html",
"pages/wai-aria-practices/patterns/landmarks/examples/complementary.html",
"pages/wai-aria-practices/patterns/landmarks/examples/contentinfo.html",
"pages/wai-aria-practices/patterns/landmarks/examples/form.html",
"pages/wai-aria-practices/patterns/landmarks/examples/general-principles.html",
"pages/wai-aria-practices/patterns/landmarks/examples/main.html",
"pages/wai-aria-practices/patterns/landmarks/examples/navigation.html",
"pages/wai-aria-practices/patterns/landmarks/examples/region.html",
"pages/wai-aria-practices/patterns/landmarks/examples/resources.html",
"pages/wai-aria-practices/patterns/landmarks/examples/search.html",
]
# TODO docs say don't need to declare any used in the Theme
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-include-cache
- jekyll-paginate
- jekyll-remote-theme
- jekyll-feed
- wai-website-plugin