forked from blakadder/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (46 loc) · 947 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
50
51
52
title: Tasmota Device Templates Repository
description: Database of devices supported in Tasmota (and unsupported ones)
url: "https://templates.blakadder.com"
#baseurl: ""
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable : true
remote_theme: alexander-heimbuch/millidocs
exclude:
- Gemfile
- Gemfile.lock
- README.md
sass:
sass_dir: _sass
style: compressed
collections:
templates:
output: true
permalink: /:title.html
unsupported:
output: true
permalink: /unsupported/:title.html
zigbee:
output: true
permalink: /zigbee/:title.html
defaults:
- scope:
path: ""
type: "templates"
values:
layout: "templates"
- scope:
path: ""
type: "unsupported"
values:
layout: "unsupported"
- scope:
path: ""
type: "zigbee"
values:
layout: "zigbee"
plugins:
- jekyll-seo-tag
google_analytics: UA-140681905-1