|
|
@ -1,24 +1,24 @@ |
|
|
|
# Project information |
|
|
|
site_name: 'Awesome Home Assistant' |
|
|
|
site_url: 'https://www.awesome-ha.com' |
|
|
|
site_description: 'A curated list of awesome Home Assistant resources for automating every aspect of your home' |
|
|
|
site_author: 'Franck Nijhof' |
|
|
|
copyright: 'Copyright 2018 - Franck Nijhof. Creative Commons Attribution 4.0.' |
|
|
|
site_name: "Awesome Home Assistant" |
|
|
|
site_url: "https://www.awesome-ha.com" |
|
|
|
site_description: "A curated list of awesome Home Assistant resources for automating every aspect of your home" |
|
|
|
site_author: "Franck Nijhof" |
|
|
|
copyright: "Copyright 2018 - Franck Nijhof. Creative Commons Attribution 4.0." |
|
|
|
|
|
|
|
# Repository |
|
|
|
repo_name: 'awesome-home-assistant' |
|
|
|
repo_url: 'https://github.com/frenck/awesome-home-assistant' |
|
|
|
edit_uri: '' |
|
|
|
repo_name: "awesome-home-assistant" |
|
|
|
repo_url: "https://github.com/frenck/awesome-home-assistant" |
|
|
|
edit_uri: "" |
|
|
|
|
|
|
|
# Theme configuration |
|
|
|
theme: |
|
|
|
name: 'material' |
|
|
|
logo: 'https://www.awesome-ha.com/images/icon.svg' |
|
|
|
icon: 'https://www.awesome-ha.com/images/icon.svg' |
|
|
|
language: 'en' |
|
|
|
name: "material" |
|
|
|
logo: "https://www.awesome-ha.com/images/icon.svg" |
|
|
|
icon: "https://www.awesome-ha.com/images/icon.svg" |
|
|
|
language: "en" |
|
|
|
palette: |
|
|
|
primary: 'light-blue' |
|
|
|
accent: 'pink' |
|
|
|
primary: "light-blue" |
|
|
|
accent: "pink" |
|
|
|
feature: |
|
|
|
tabs: false |
|
|
|
extra_css: |
|
|
@ -27,18 +27,18 @@ extra_css: |
|
|
|
# Customization |
|
|
|
extra: |
|
|
|
social: |
|
|
|
- type: 'github' |
|
|
|
link: 'https://github.com/frenck' |
|
|
|
- type: 'twitter' |
|
|
|
link: 'https://twitter.com/frenck' |
|
|
|
- type: 'instagram' |
|
|
|
link: 'https://instagram.com/frenck' |
|
|
|
- type: 'twitch' |
|
|
|
link: 'https://twitch.tv/internetofthings' |
|
|
|
- type: 'youtube' |
|
|
|
link: 'https://youtube.com/frenck' |
|
|
|
- type: 'linkedin' |
|
|
|
link: 'https://www.linkedin.com/in/frenck' |
|
|
|
- type: "github" |
|
|
|
link: "https://github.com/frenck" |
|
|
|
- type: "twitter" |
|
|
|
link: "https://twitter.com/frenck" |
|
|
|
- type: "instagram" |
|
|
|
link: "https://instagram.com/frenck" |
|
|
|
- type: "twitch" |
|
|
|
link: "https://twitch.tv/internetofthings" |
|
|
|
- type: "youtube" |
|
|
|
link: "https://youtube.com/frenck" |
|
|
|
- type: "linkedin" |
|
|
|
link: "https://www.linkedin.com/in/frenck" |
|
|
|
|
|
|
|
# Extensions |
|
|
|
markdown_extensions: |
|
|
@ -61,7 +61,7 @@ markdown_extensions: |
|
|
|
- pymdownx.tilde |
|
|
|
|
|
|
|
# The pages to serve |
|
|
|
pages: |
|
|
|
nav: |
|
|
|
- "The Awesome List": "index.md" |
|
|
|
- "Contributing": "contributing.md" |
|
|
|
- "Code of Conduct": "code-of-conduct.md" |
|
|
|