forked from blakadder/zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (41 loc) · 918 Bytes
/
_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
title: Zigbee Device Compatibility Repository
description: Database of Zigbee devices compatible with ZHA, Tasmota, Zigbee2MQTT, deCONZ, ZiGate and ioBroker
url: "https://zigbee.blakadder.com"
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable : true
remote_theme: alexander-heimbuch/millidocs
strict_front_matter: true
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/
- node_modules/
- .sass-cache/
- _site/
- globals.d.ts
sass:
sass_dir: _sass
style: compressed
collections:
zigbee:
output: true
permalink: /:title.html
defaults:
- scope:
path: ""
type: "zigbee"
values:
layout: "zigbee"
plugins:
- jekyll-seo-tag
- jekyll-sitemap
google_analytics: UA-140681905-3
# image_processing:
# table:
# source: assets/images/devices
# destination: assets/images/devices-table
# resize_to_limit: [~, 75]