-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_config.yml
71 lines (55 loc) · 1.42 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
# Jekyll will exclude these files during compilation
exclude:
- CONTRIBUTING.md
- README.md
- TERMS.md
- todo.md
- front
- cbpstrap
- salt
- downloads
# 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
# The url for the home page of the design library
homeurl: ".."
# Set the default layout for everything in the docs folder to _layouts/pattern.html
defaults:
- scope:
path: "docs"
values:
layout: "pattern"
# All email links will use this variable
email:
kitchensink:
url: https://us-cbp.github.io/cbp-theme
# Support
support:
issues: https://github.com/US-CBP/cbp-style-guide/issues
info: https://github.com/US-CBP/cbp-style-guide
# Repository information, which is used for links like "View on Github"
repository:
name: cbp-style-guide
url: https://github.com/US-CBP/cbp-style-guide
github:
url: https://github.com/US-CBP/cbp-theme
# The latest stable version
version: 1.19.0
# The list of all versions, which are referenced on the home page
versions:
- name: Alpha
url: ./docs
# The categories for the side navigation. These correspond to the folders under the /docs folder
doctypes:
- foundation
- components
- patterns
# specify source and destination
source: ./src
destination: ./cbp/style-guide/
#gems:
#- octopress-debugger