forked from openhab/openhab-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (87 loc) · 1.79 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
# Site settings
title: openHAB 2
description: Empowering the Smart Home
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://docs.openhab.org" # the base hostname & protocol for your site
twitter_username: openhab
github_username: openhab
# Build settings
markdown: kramdown
exclude: ["CNAME", "pom.xml", "README.md", "CONTRIBUTING.md", "process_addons.groovy"]
# Additional gems for sitemap generation
gems:
- jekyll-sitemap
collections:
actions:
output: true
permalink: /addons/:collection/:path:output_ext
bindings:
output: true
permalink: /addons/:collection/:path:output_ext
iconsets:
output: true
permalink: /addons/:collection/:path:output_ext
io:
output: true
permalink: /addons/:collection/:path:output_ext
persistence:
output: true
permalink: /addons/:collection/:path:output_ext
transformations:
output: true
permalink: /addons/:collection/:path:output_ext
uis:
output: true
permalink: /addons/:collection/:path:output_ext
voice:
output: true
permalink: /addons/:collection/:path:output_ext
defaults:
-
scope:
path: ""
type: actions
values:
layout: documentation
-
scope:
path: ""
type: bindings
values:
layout: documentation
-
scope:
path: ""
type: iconsets
values:
layout: documentation
-
scope:
path: ""
type: io
values:
layout: documentation
-
scope:
path: ""
type: persistence
values:
layout: documentation
-
scope:
path: ""
type: transformations
values:
layout: documentation
-
scope:
path: ""
type: uis
values:
layout: documentation
-
scope:
path: ""
type: voice
values:
layout: documentation