forked from jonathanadams/esphome-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (64 loc) · 1.54 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
title: ESPHome-Configs.io
description: >- # this means to ignore newlines until "baseurl:"
A database of configuration files and guides for devices commonly flashed with https://esphome.io firmware.
url: "https://esphome-configs.io" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
theme: just-the-docs
plugins:
- jekyll-sitemap
- jekyll-last-modified-at
exclude:
- Gemfile
- Gemfile.lock
- LICENCE
- docker-compose.yml
- README.md
- CODE-OF-CONDUCT.md
collections:
devices:
output: true
permalink: /devices/:name/
device-types:
output: true
permalink: /types/:name/
device-standards:
output: true
permalink: /standards/:name/
shared-guides:
output: true
permalink: /guides/:name/
defaults:
-
scope:
path: "_devices"
values:
layout: "device"
-
scope:
path: "_device-types"
values:
layout: "device-types-index"
-
scope:
path: "_device-standards"
values:
layout: "device-standards-index"
-
scope:
path: "_shared-guides"
values:
layout: "shared-guides-index"
# Theme Settings
# Logo
logo: "/assets/images/esphome-logo.svg"
# Enable or disable the site search
search_enabled: true
# Set the search token separator for hyphenated-word search:
search_tokenizer_separator: /[\s/]+/
# Heading Anchor Links
heading_anchors: true
# Aux links for the upper right navigation
aux_links:
"ESPHome-Configs.io on GitHub":
- "//github.com/jonathanadams/esphome-configs"