-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
88 lines (75 loc) · 2.17 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Title, decription, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: BCBSM Pattern Library
description: A Bootstrap-SASS Pattern Library
url: https://nicholas-b-carter.github.io/jekyll-strap-sass-browser-sync-patterns/
# Used so Jekyll outputs the site correctly so Gulp can do what it wants
source: .tmp/src
destination: .tmp/dist
exclude: ['assets']
# Same as the title etc for your site but can instead be
# called by using 'site.author.name' and so on
# NOTE: Don't use @ in front of your Twitter username
author:
name: Nicholas Carter
email: [email protected]
uri: https://nicholas-b-carter.github.io/jekyll-strap-sass-browser-sync-patterns/
bio: web development enthusiast
twitter:
github:
# Jekyll will exclude these files during compilation
exclude:
- CONTRIBUTING.md
- README.md
- todo.md
- front
- node_modules
- bower_components
- bcbsm
- bower.json
- package.json
- .sass-cache
- report.xml
# Markdown parsing configuration
markdown: kramdown
kramdown:
auto_ids: true
parse_block_html: true
# All links in the design library will start with this baseurl
baseurl: ""
# The url for the home page of the design library
homeurl: ""
# All email links will use this variable
email: [email protected]?subject=sBCBSM UI Design Library
# Repository information, which is used for links like "View on Github"
repository:
name: nicholas-b-carter/jekyll-strap-sass-browser-sync-patterns
url: https://github.com/nicholas-b-carter/jekyll-strap-sass-browser-sync-patterns
# Set the default layout for everything in the docs folder to _layouts/pattern.html
defaults:
- scope:
path: "docs"
values:
layout: "pattern"
- scope:
path: "docs/guides"
values:
layout: "guide"
# The latest stable version
version: 1.0.0
# The list of all versions, which are referenced on the home page
versions:
- name: 1.0.0
url: docs
# The categories for the side navigation. These correspond to the folders under the /docs folder
doctypes:
- foundation
- components
- patterns
- inspiration
guidetypes:
- project
- research
- requirements
- design
- evaluation