diff --git a/_config.yml b/_config.yml index c85cb1f47a..cc0608494f 100644 --- a/_config.yml +++ b/_config.yml @@ -106,3 +106,5 @@ facebook_like: true social: visible: false + facebook: + app_id: 338291289691179 diff --git a/source/_posts/2014-12-18-website-launched.markdown b/source/_posts/2014-12-18-website-launched.markdown index ab1212f96c..783ed6873c 100644 --- a/source/_posts/2014-12-18-website-launched.markdown +++ b/source/_posts/2014-12-18-website-launched.markdown @@ -1,6 +1,7 @@ --- layout: post title: "Website launched!" +description: "Home Assistant website has launched!" date: 2014-12-18 23:24:45 -0800 date_formatted: "December 18, 2014" comments: true diff --git a/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown b/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown index c45e5be6e0..b88620290a 100644 --- a/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown +++ b/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown @@ -1,6 +1,7 @@ --- layout: post title: "Home Control, Automation & the Smart Home" +description: "Overview of how the internet of things relates to home control, home automation and the smart home." date: 2014-12-26 10:23:13 -0800 date_formatted: December 26, 2014 comments: true diff --git a/source/components/index.markdown b/source/components/index.markdown index fa68bcc900..361f91b9be 100644 --- a/source/components/index.markdown +++ b/source/components/index.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Components" +description: "List of the built-in components of Home Assistant." date: 2014-12-21 13:35 sidebar: false comments: false diff --git a/source/developers/add_new_platform.markdown b/source/developers/add_new_platform.markdown index 0427b8d97b..550eca0165 100644 --- a/source/developers/add_new_platform.markdown +++ b/source/developers/add_new_platform.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Adding support for a new platform" +description: "Hints and tips for when you're adding a new platform to Home Assistant." date: 2014-12-21 13:27 sidebar: false comments: false diff --git a/source/developers/api.markdown b/source/developers/api.markdown index 54c025aebb..54b2c5592d 100644 --- a/source/developers/api.markdown +++ b/source/developers/api.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Rest API" +description: "Home Assistant Rest API documentation" date: 2014-12-21 13:27 sidebar: false comments: false diff --git a/source/developers/architecture.markdown b/source/developers/architecture.markdown index 5c4839826f..25c04fefab 100644 --- a/source/developers/architecture.markdown +++ b/source/developers/architecture.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Architecture" +description: "Overview of the Home Assistant architecture." date: 2014-12-18 21:49 sidebar: false comments: false diff --git a/source/developers/creating_components.markdown b/source/developers/creating_components.markdown index efbb444c6a..cc6c2fcda3 100644 --- a/source/developers/creating_components.markdown +++ b/source/developers/creating_components.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Creating components" +description: "Guidelines to get you create your first component for Home Assistant." date: 2014-12-21 13:32 sidebar: false comments: false diff --git a/source/developers/frontend.markdown b/source/developers/frontend.markdown index 626ee462cd..63bdb4065e 100644 --- a/source/developers/frontend.markdown +++ b/source/developers/frontend.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Frontend development" +description: "Tips and hints if you are starting on Home Assistant frontend development" date: 2014-12-21 13:32 sidebar: false comments: false diff --git a/source/developers/index.markdown b/source/developers/index.markdown index 0f0c6c41f9..0b2bd995d9 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Developers" +description: "Home Assistant developer information. Everything to get you started" date: 2014-12-21 13:32 sidebar: false comments: false diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 877c2c0d99..330dc993fa 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -1,6 +1,7 @@ --- layout: page title: "Getting Started" +description: "Step by step guide to get started with Home Assistant." date: 2014-12-18 22:57 sidebar: false comments: false