mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
exclude resources from sitemap (#26687)
This commit is contained in:
parent
323945027b
commit
d9935db7ad
13
_config.yml
13
_config.yml
@ -165,6 +165,19 @@ defaults:
|
|||||||
path: "hassio/*"
|
path: "hassio/*"
|
||||||
values:
|
values:
|
||||||
toc: true
|
toc: true
|
||||||
|
# Remove some resources from sitemap
|
||||||
|
- scope:
|
||||||
|
path: "google*.html"
|
||||||
|
values:
|
||||||
|
sitemap: false
|
||||||
|
- scope:
|
||||||
|
path: "static/fonts/**/*.html"
|
||||||
|
values:
|
||||||
|
sitemap: false
|
||||||
|
- scope:
|
||||||
|
path: "static/mdi-demo.html"
|
||||||
|
values:
|
||||||
|
sitemap: false
|
||||||
|
|
||||||
# Support for files Jekyll will normally exclude
|
# Support for files Jekyll will normally exclude
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user