forked from openhab/openhab-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (87 loc) · 1.89 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
# Yekyll site settings
title: openHAB 2
description: Empowering the Smart Home
baseurl: "" # the subpath of the generated content, e.g. "" or "/v2.1.0"
url: "https://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", "update-external-resources.sh", "Vagrantfile"]
# Additional gems for sitemap generation
plugins:
- jekyll-sitemap
collections:
addons_actions:
output: true
permalink: /addons/actions/:path:output_ext
addons_bindings:
output: true
permalink: /addons/bindings/:path:output_ext
addons_iconsets:
output: true
permalink: /addons/iconsets/:path:output_ext
addons_ios:
output: true
permalink: /addons/ios/:path:output_ext
addons_persistences:
output: true
permalink: /addons/persistence/:path:output_ext
addons_transformations:
output: true
permalink: /addons/transformations/:path:output_ext
addons_uis:
output: true
permalink: /addons/uis/:path:output_ext
addons_voices:
output: true
permalink: /addons/voices/:path:output_ext
defaults:
-
scope:
path: ""
type: addons_actions
values:
layout: addon
-
scope:
path: ""
type: addons_bindings
values:
layout: addon
-
scope:
path: ""
type: addons_iconsets
values:
layout: addon
-
scope:
path: ""
type: addons_ios
values:
layout: addon
-
scope:
path: ""
type: addons_persistences
values:
layout: addon
-
scope:
path: ""
type: addons_transformations
values:
layout: addon
-
scope:
path: ""
type: addons_uis
values:
layout: addon
-
scope:
path: ""
type: addons_voices
values:
layout: addon