mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Move cookbook to a collection
This commit is contained in:
parent
03d0d75ae1
commit
bc1be31de3
@ -66,6 +66,8 @@ default_asides: [post/sharing.html, asides/recent_posts.html, asides/github.html
|
|||||||
collections:
|
collections:
|
||||||
components:
|
components:
|
||||||
output: true
|
output: true
|
||||||
|
cookbook:
|
||||||
|
output: true
|
||||||
|
|
||||||
# ----------------------- #
|
# ----------------------- #
|
||||||
# 3rd Party Settings #
|
# 3rd Party Settings #
|
||||||
|
@ -10,18 +10,14 @@ footer: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
This is a community currated list of `configuration.yaml` examples. New recipes can be added via
|
This is a community currated list of `configuration.yaml` examples. New recipes can be added via
|
||||||
the [home-assistant.io repository](https://github.com/balloob/home-assistant.io/tree/master/source/cookbook).
|
the [home-assistant.io repository](https://github.com/balloob/home-assistant.io/tree/master/source/_cookbook).
|
||||||
|
|
||||||
#### Recipes
|
{% for recipe in site.cookbook %}
|
||||||
|
* [{{recipe.title}}]({{recipe.url}})
|
||||||
{% directory path:cookbook exclude:index %}
|
{% endfor %}
|
||||||
* [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/cookbook/' | append: '.html' }})
|
|
||||||
{% enddirectory %}
|
|
||||||
|
|
||||||
#### Configuration.yaml Gists
|
#### Configuration.yaml Gists
|
||||||
|
|
||||||
- [Carlo Costanzo](https://github.com/CCOSTAN) - [Configuration.yaml](https://gist.github.com/CCOSTAN/9934de973a293b809868)
|
Some users keep a public scrubbed copy of their `configuration.yaml` to learn from.
|
||||||
|
|
||||||
<p class='note warning'>
|
- [Configuration.yaml by Carlo Costanzo](https://gist.github.com/CCOSTAN/9934de973a293b809868)
|
||||||
Please be sure to properly scrub your configuration.yaml of usernames, passwords and other personal information you do not want public before sharing on this page.
|
|
||||||
</p>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user