Add hass.io placeholder

This commit is contained in:
Paulus Schoutsen 2017-04-30 21:42:51 -07:00
parent 07112d8772
commit f036d5e6c8
13 changed files with 150 additions and 0 deletions

View File

@ -75,6 +75,8 @@ collections:
output: true
docs:
output: true
addons:
output: true
# ----------------------- #
# 3rd Party Settings #

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Let's Encrypt"
description: "Automatically manage your SSL certificate using Let's Encrypt."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Mosquitto MQTT broker"
description: "Fast and reliable MQTT broker."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Samba"
description: "Manage your Home Assistant and custom addons over Samba."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "SSH Server"
description: "Allow logging in remotely to your server using SSH."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,17 @@
<section class="aside-module grid__item one-whole lap-one-half">
<div class='section'>
<h1 class="title delta">Topics</h1>
<ul class='divided sidebar-menu'>
<li>
{% active_link /hassio/ Hass.io %}
<ul>
<li>{% active_link /hassio/installation/ Installation %}</li>
<li>{% active_link /hassio/architecture/ Architecture %}</li>
<li>{% active_link /addons/ Available add-ons %}</li>
<li>{% active_link /hassio/create_hassio_addon/ Creating add-ons %}</li>
<li>{% active_link /hassio/create_hassio_addon_repository/ Creating add-on repositories %}</li>
</ul>
</li>
</ul>
</div>
</section>

View File

@ -10,6 +10,8 @@
{% include asides/getting_started_navigation.html | compact_newlines %}
{% elsif url_parts[1] == 'docs' %}
{% include asides/docs_navigation.html | compact_newlines %}
{% elsif url_parts[1] == 'hassio' or url_parts[1] == 'addons' %}
{% include asides/hassio_navigation.html | compact_newlines %}
{% else %}
{% include asides/about.html %}

21
source/addons/index.html Normal file
View File

@ -0,0 +1,21 @@
---
layout: page
title: "Hass.io Add-ons"
description: "List of the built-in add-ons of Hass.io."
date: 2017-04-30 13:35
sidebar: true
comments: false
sharing: true
footer: true
regenerate: true
---
[Placeholder]
{% assign addons = site.addons | sort: 'title' %}
<ul>
{% for addon in addons %}
<li><a href='{{ addon.url }}'>{{ addon.title }}</a></li>
{% endfor %}
</ul>

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Hass.io Architecture"
description: "The architecture of Hass.io."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Create an add-on for Hass.io"
description: "Steps on how to create an add-on for Hass.io."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Create an add-on repository for Hass.io"
description: "Add-ons repositories allow ."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Hass.io"
description: "Manage your Home Assistant and custom addons over Samba."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]

View File

@ -0,0 +1,12 @@
---
layout: page
title: "Installing Hass.io"
description: "Instructions how to install Hass.io."
date: 2017-04-30 13:28
sidebar: true
comments: false
sharing: true
footer: true
---
[Placeholder]