-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
89 lines (77 loc) · 2.28 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
title: Section 508 ICT Testing Baseline Portfolio
email: [email protected]
description: >-
The tests included in the Section 508 ICT Testing Baseline reduce ambiguity,
increase consistency of results, and emphasize testing of the methods and
techniques that can reliably meet the Section 508 ICT Accessibility requirements,
given the current state and compatibility of underlying technologies.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ictbaseline.access-board.gov"
# Twitter handle. Only the handle, not the URL.
twitter: AccessBoard
# Configuration for Google Analytics, add your UA code here:
google_analytics_ua: UA-33523145-1
# Digital Analytics Program (DAP) configuration
dap:
agency: U.S. Access Board
# Search.gov configuration
# 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:
endpoint: https://search.usa.gov # You should not change this.
affiliate: usab # replace this with your search.gov account
access_key: 2ptOZyLyu778gjQEYJAYBc-0b0wXGJ8XylYt-LhPTXc= # this is usab API Access Key 2020-09-17
inline: true #this renders the results on the same domain. Otherwise, it will render the results in the search.gov domain
collections:
baselines:
output: true
permalink: /:path/
permalink: pretty
defaults:
- scope:
path: ""
type: "baselines"
values:
banner-title: "ICT Testing Baseline Portfolio"
collection-folder: baselines
layout: universal
image-directory: /images/
toc: /toc/auto.html
toc-group: baselines
file-directory:
right-sidenav: sidenavitbwg-right-universal.html
ta-text: Contact the Access Board for guidance on these Baseline tests
ta-email-pre: ta
future: true
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- package.json
- package-lock.json
- README.md
- CONTRIBUTING.md
- LICENSE.md
- degit.json
- vendor
- node_modules
- Gemfile
- Gemfile.lock
autoprefixer:
browsers:
- "> 2%"
- "last 2 versions"
- "IE 11"
- "not dead"
sass:
source_dir: _sass
load_paths:
- node_modules/uswds/dist/
sourcemap: development
quiet_deps: true
style: compressed
verbose: true