-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (30 loc) · 877 Bytes
/
_config.yml
File metadata and controls
35 lines (30 loc) · 877 Bytes
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
# Site settings
title: eBay MIND Patterns - Accessibility Patterns for the Web
email: ianmcburnie@hotmail.com
description: > # this means to ignore newlines until "baseurl:"
This site contains working examples for all patterns found in the book
eBay MIND Patterns - Accessibility Patterns for the Web.
baseurl: "/mindpatterns"
url: "http://ianmcburnie.github.io"
patterns_baseurl: "/mindpatterns/"
patterns_url: "https://ebay.gitbook.io"
# twitter_username: ianmcburnie
# github_username: ianmcburnie
# Build settings
markdown: kramdown
sass:
style: :compressed
exclude: ["node_modules", "_js", ".cache", ".sass-cache", ".git"]
collections:
messaging:
output: true
sequence: 1
input:
output: true
sequence: 2
navigation:
output: true
sequence: 3
disclosure:
output: true
sequence: 4