forked from w3c/wai-wcag-quickref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (47 loc) · 1010 Bytes
/
_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
# Site settings
title: "How to Meet WCAG (Quickref Reference)"
email: ee@w3.org
description: ""
baseurl: "/wai-wcag-quickref" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
twitter_username: yatil
github_username: yatil
status: draft
version: "3.5.1"
techniqueurl: https://www.w3.org/WAI/WCAG21/Techniques/
understandingurl: https://www.w3.org/WAI/WCAG21/Understanding/
port: 4099
safe: true
lsi: false
# Build settings
markdown: kramdown
repository: 'w3c/wai-wcag-quickref'
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
blanklines: false
profile: false
collections:
filters:
output: false
help:
output: false
plugins:
- jekyll-github-metadata
exclude:
- node_modules
- .sass-cache
- Gemfile.lock
- Gemfile
- gulpfile.js
- npm-debug.log
- package.json
- questions.md
- w3c.json
- package-lock.json
- text.html
- README.md
- pnpm-lock.yaml
- CHANGELOG.md
- CODE_OF_CONDUCT.md