2017-09-15 21:33:06 +00:00
|
|
|
# Yekyll site settings
|
2017-06-29 16:54:19 +00:00
|
|
|
title: openHAB 2
|
2016-12-04 20:26:26 +00:00
|
|
|
description: Empowering the Smart Home
|
2018-01-07 18:11:09 +00:00
|
|
|
baseurl: "" # the subpath of the generated content, e.g. "" or "/v2.2"
|
2017-11-26 19:10:40 +00:00
|
|
|
url: "https://docs.openhab.org" # the base hostname & protocol for your site
|
2016-05-14 19:18:31 +00:00
|
|
|
twitter_username: openhab
|
|
|
|
github_username: openhab
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2017-09-24 14:37:53 +00:00
|
|
|
exclude: ["CNAME", "pom.xml", "README.md", "CONTRIBUTING.md", "process_addons.groovy", "update-external-resources.sh", "Vagrantfile"]
|
2017-01-22 13:23:51 +00:00
|
|
|
# Additional gems for sitemap generation
|
2017-07-14 12:07:51 +00:00
|
|
|
plugins:
|
2017-01-22 13:23:51 +00:00
|
|
|
- jekyll-sitemap
|
2017-03-02 00:08:44 +00:00
|
|
|
collections:
|
2017-09-22 19:05:09 +00:00
|
|
|
addons_actions:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/actions/:path:output_ext
|
|
|
|
addons_bindings:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/bindings/:path:output_ext
|
|
|
|
addons_iconsets:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/iconsets/:path:output_ext
|
2017-09-24 14:37:53 +00:00
|
|
|
addons_ios:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-24 14:37:53 +00:00
|
|
|
permalink: /addons/ios/:path:output_ext
|
|
|
|
addons_persistences:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/persistence/:path:output_ext
|
|
|
|
addons_transformations:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/transformations/:path:output_ext
|
|
|
|
addons_uis:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/uis/:path:output_ext
|
|
|
|
addons_voices:
|
2017-03-02 00:08:44 +00:00
|
|
|
output: true
|
2017-09-22 19:05:09 +00:00
|
|
|
permalink: /addons/voices/:path:output_ext
|
2017-03-02 00:08:44 +00:00
|
|
|
defaults:
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-22 19:05:09 +00:00
|
|
|
type: addons_actions
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-22 19:05:09 +00:00
|
|
|
type: addons_bindings
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-22 19:05:09 +00:00
|
|
|
type: addons_iconsets
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-24 14:37:53 +00:00
|
|
|
type: addons_ios
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-24 14:37:53 +00:00
|
|
|
type: addons_persistences
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-22 19:05:09 +00:00
|
|
|
type: addons_transformations
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-22 19:05:09 +00:00
|
|
|
type: addons_uis
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|
2017-03-02 00:08:44 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
2017-09-22 19:05:09 +00:00
|
|
|
type: addons_voices
|
2017-03-02 00:08:44 +00:00
|
|
|
values:
|
2017-09-22 19:05:09 +00:00
|
|
|
layout: addon
|