forked from esphome/esphome-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
188 lines (172 loc) · 4.88 KB
/
hugo.yaml
File metadata and controls
188 lines (172 loc) · 4.88 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
baseURL: ""
languageCode: en-us
title: ESPHome - Smart Home Made Simple
theme: esphome-theme
enableGitInfo: true
security:
funcs:
getenv: ['^HUGO_', '^CI$', 'NETLIFY', 'REPOSITORY_URL', 'BRANCH', 'COMMIT_REF']
params:
description: ESPHome - Smart Home Made Simple. ESPHome turns ESP32, ESP8266, and RP2040 microcontrollers into fully-featured smart home devices.
images:
- logo.svg
api_docs_url: https://api-docs.esphome.io
math: true
seo:
webmaster_verifications:
google: Q5q5TFbCofxA8-cSa1Frv5Hj4RopF5zwEZf_zaNHqf4
# Social media links
social:
- name: GitHub
url: https://github.com/esphome/esphome
- name: Discord
url: https://discord.gg/KhAMKrd
- name: Forums
url: https://community.home-assistant.io/c/esphome/
menu:
main:
- name: "Getting Started"
weight: 10
identifier: "getting-started"
- name: "From Home Assistant"
url: "/guides/getting_started_hassio/"
weight: 11
parent: "getting-started"
- name: "Using Command Line"
url: "/guides/getting_started_command_line/"
weight: 12
parent: "getting-started"
- name: "Ready-Made Projects"
url: "/projects/"
weight: 13
parent: "getting-started"
- name: "Migrate from Tasmota"
url: "/guides/migrate_sonoff_tasmota/"
weight: 14
parent: "getting-started"
- name: "FAQ and Tips"
url: "/guides/faq/"
weight: 15
parent: "getting-started"
- name: "Next Steps"
weight: 20
identifier: "next-steps"
- name: "Documentation"
url: "/components/"
weight: 21
parent: "next-steps"
- name: "Automations"
url: "/automations/"
weight: 22
parent: "next-steps"
- name: "Configuration Types"
url: "/guides/configuration-types/"
weight: 23
parent: "next-steps"
- name: "Device Examples"
url: "https://devices.esphome.io/"
weight: 24
parent: "next-steps"
- name: "DIY Examples"
url: "/guides/diy/"
weight: 25
parent: "next-steps"
- name: "Sharing ESPHome Devices"
url: "/guides/creators/"
weight: 26
parent: "next-steps"
- name: "Made for ESPHome"
url: "/guides/made_for_esphome/"
weight: 27
parent: "next-steps"
- name: "Keeping Up"
weight: 30
identifier: "keeping-up"
- name: "Changelog"
url: "/changelog/"
weight: 31
parent: "keeping-up"
- name: "Discord"
url: "https://discord.gg/KhAMKrd"
weight: 32
parent: "keeping-up"
- name: "Forums"
url: "https://community.home-assistant.io/c/esphome/"
weight: 33
parent: "keeping-up"
- name: "Development"
url: "https://developers.esphome.io"
weight: 34
parent: "keeping-up"
- name: "Supporters"
url: "/guides/supporters/"
weight: 35
parent: "keeping-up"
footer:
- name: Documentation
weight: 1
- { parent: Documentation, url: "components/", post: "puzzle-piece", name: Components}
- { parent: Documentation, url: "guides/", post: "compass", name: Guides}
- { parent: Documentation, url: "automations/", post: "magic", name: Automations}
- { parent: Documentation, url: "cookbook/", post: "kitchen-set", name: Cookbook}
- name: Community
weight: 2
- { parent: Community, url: "https://discord.gg/KhAMKrd/", post: "discord", name: Discord}
- { parent: Community, url: "https://github.com/esphome/esphome", post: "github", name: Github}
- { parent: Community, url: "https://community.home-assistant.io/c/esphome/", post: "comments", name: Forum}
- name: Resources
weight: 1000
- { parent: Resources, url: "changelog/", post: "history", name: Changelog}
- { parent: Resources, url: "https://devices.esphome.io", post: "microchip", name: "Device Database"}
- { parent: Resources, url: "https://developers.esphome.io", post: "code", name: Development}
markup:
highlight:
codeFences: true
guessSyntax: false
lineNos: false
noClasses: false
goldmark:
renderer:
unsafe: true # Allow HTML in markdown files
extensions:
footnote: true
tableOfContents:
startLevel: 1
endLevel: 3
ordered: true
outputs:
home:
- HTML
- RSS
# Static file configuration
staticDir:
- static
mediaTypes:
image/svg+xml:
suffixes:
- svg
outputFormats:
SVG:
mediaType: image/svg+xml
isPlainText: true
isHTML: false
module:
mounts:
- disableWatch: false
source: static
target: static
- disableWatch: false
source: pagefind
target: assets/pagefind
- disableWatch: false
source: static/images
target: assets/images
- disableWatch: true
source: assets
target: assets
- disableWatch: false
source: pagefind
target: static/pagefind
- disableWatch: false
source: static/images
target: static/images