-
Notifications
You must be signed in to change notification settings - Fork 39
/
_config.yml
executable file
·46 lines (34 loc) · 1.19 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
# edX Pattern Library Documentation Site: Overall Config
title: edX Pattern Library
short_title: Pattern Library
tagline: The Visual, UI, and Front End styleguide for edX's applications
author:
name: edX Pattern Library Team
url: http://www.edx.org
email: pattern-library@edx.org
url: http://ux.edx.org
url_example: examples/
url_dummy: http://ux.edx.org
logo: /public/images/edx-logo.svg
source: ./pldoc
baseurl: /
permalink: /:categories/:title/
source: ./pldoc
exclude: [
"node_modules",
"gulp",
"gulpfile.js",
"package.json",
"bower.json",
"pldoc",
"pattern-library",
"static"
]
collections:
components:
output: true
design_elements:
output: true
highlighter: rouge
gems:
- jekyll-seo-tag