forked from shekar73/designpatterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
43 lines (36 loc) · 921 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
# Jekyll will exclude these files during compilation
exclude:
- CONTRIBUTING.md
- README.md
- TERMS.md
- todo.md
- front
- node_modules
- bower_components
- bower.json
- package.json
- LICENSE
- salt
- Vagrantfile
baseurl: "/kwui_library"
# Whether or not to include docs that are marked as preview
includePreviews: true
# Markdown parsing configuration
markdown: kramdown
kramdown:
auto_ids: true
parse_block_html: true
# All email links will use this variable
email: [email protected]?subject=Kitware UI Library
# Repository information, which is used for links like "View on Github"
repository:
name: jtomeck/kwui_library
url: https://github.com/jtomeck/kwui_library
# List of collections
collections:
apps:
output: true
# The categories for the side navigation. These correspond to the folders under the /apps/appname folder
doctypes:
- foundation
- components