forked from act-rules/act-rules.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (43 loc) · 893 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
# Site settings
title: Auto-WCAG Rules
description: >
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/auto-wcag"
url: "http://auto-wcag/github.io/"
markdown: kramdown
# Use github markdown
kramdown:
input: GFM
auto_ids: true
toc_levels: 2..3
collections:
rules:
output: true
drafts:
output: true
defaults:
- scope:
path: ""
values:
layout: default
- scope:
path: ""
type: rules
values:
layout: rule
- scope:
path: ""
type: drafts
values:
layout: draft
name: undefined
rule_id: undefined
test_mode: undefined
- scope:
path: pages/algorithms
values:
category: algorithms
exclude:
- _drafts/early-stage