generated from w3c/wai-resource-template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
executable file
·121 lines (112 loc) · 4.65 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
# 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 raFy 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)"
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
The Website of the World Wide Web Consortium’s Web Accessibility Initiative.
baseurl: "/wai-wcag-supplemental" # the subpath of your site, e.g. /blog
url: "https://w3c.github.io" # the base hostname & protocol for your site
twitter:
username: w3c_wai
author: w3c_wai
exclude:
- "_external"
- "Gemfile"
- "Gemfile.lock"
- "README.md"
- "w3c.json"
# Build settings
markdown: kramdown
kramwdown:
toc_levels: 2..3
input: GFM
syntax_highlighter: rouge
highlighter: rouge
repository: w3c/wai-wcag-supplemental
ytkey: AIzaSyCiZ9uToWu9jb7BTx47NtzCvmGGXKXp8nI
remote_theme: w3c/wai-website-theme
permalink: pretty
collections_dir: _collections
collections:
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
low-vision:
title: Low Vision
permalink: /:collection/:name/
output: true
defaults:
- scope:
path: ""
values:
class: tight-page
lang: en # Change "en" to the translated-language shortcode from https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
# last_updated: 2021-@@-@@ # Put the date of this translation YYYY-MM-DD (with month in the middle)
feedbackmail: [email protected] # delete this line if it’s an EOWG resource (the default is [email protected])
layout: standalone_resource
standalone_resource_header:
title: Supplemental Guidance to WCAG 2
title-ref: /WCAG2/supplemental/#-cognitiveaccessibilityguidance
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, 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: "patterns"
path: "_patterns"
values:
layout: pattern
type_of_guidance_in_content: true
type_of_guidance: Cognitive Accessibility Design Pattern
- scope:
type: "objectives"
path: "_objectives"
values:
layout: objective
type_of_guidance_in_content: true
type_of_guidance: Cognitive Accessibility Objective
-
scope:
type: "low-vision"
path: "_low-vision"
values:
layout: low_vision
type_of_guidance_in_content: true
type_of_guidance: Low Vision
feedbackmail: [email protected]
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-include-cache
- jekyll-paginate
- jekyll-remote-theme
- wai-website-plugin