-
Notifications
You must be signed in to change notification settings - Fork 19
/
_config.yml
94 lines (80 loc) · 1.98 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
89
90
91
92
93
94
source: app
destination: app/_site
# Site settings
title: Fuse Design System
subtitle: Fuse
description: > # this means to ignore newlines until "baseurl:"
This is a material design theme for Polymer using Google's Polymer library. It's still an early draft, so be nice.
author: National Instruments
author_website: www.ni.com
email: ni@ni.com
baseurl: "/design-system" # Subpath of your site, e.g. /blog. For deploying to github pages, this should match your repo name
# Currently `gulp serve:dist` does not work with a baseurl specified. For this purpose,
# temporarily comment out this parameter
url: "" # Base hostname & protocol for your site
google_analytics: UA-100964937-1
# Pagination
paginate: 5
paginate_path: "page:num"
excerpt_separator: <!--more-->
# Gems
plugins:
- jekyll-archives
- jekyll-paginate
- jekyll-last-modified-at
- jekyll-relative-links
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:categories/:year/:month/:day/:title/
# Archive settings
jekyll-archives:
enabled: ['tags']
exclude: [vendor]
# Site Collections
collections:
elements:
output: true
values:
layout: page
style:
output: true
values:
layout: page
patterns:
output: true
values:
layout: page
resources:
output: true
values:
layout: page
# Default values
defaults:
-
scope:
path: ""
type: "elements" # a collection in your site, in plural form
values:
status: queued
-
scope:
path: ""
type: "style" # a collection in your site, in plural form
values:
status: queued
-
scope:
path: ""
type: "patterns" # a collection in your site, in plural form
values:
status: queued
-
scope:
path: ""
type: "resources" # a collection in your site, in plural form
values:
status: queued
#Lunr Search
lunr_search:
excludes: [bower_components, search, content-status]