-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
55 lines (50 loc) · 1.06 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
name: HaitiCSS
markdown: kramdown
gems: ['jekyll-github-metadata']
repository: haiticss/haiticss.github.io
title: HaitiCSS
url: https://haiticss.io
enforce_ssl: haiticss.io
# HaitiCSS core path
haiticss-path: ../_includes/haiticss/
# Google services
google_analytics: UA-97633338-1
# Collections
collections:
docs-settings:
label: settings
output: true
permalink: /docs/settings/:name
order: 1
docs-foundations:
label: foundations
output: true
permalink: /docs/foundations/:name
order: 2
docs-material:
label: material
output: true
permalink: /docs/material/:name
order: 3
docs-tools:
label: tools
output: true
permalink: /docs/tools/:name
order: 4
docs-objects:
label: objects
output: true
permalink: /docs/objects/:name
order: 6
docs-color-schemes:
label: color-schemes
output: true
permalink: /docs/color-schemes/:name
order: 8
docs-utilities:
label: utilities
output: true
permalink: /docs/utilities/:name
order: 9
haiticss:
output: false