No description
.themes | ||
_deploy@88ced17895 | ||
plugins | ||
sass | ||
source | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.powrc | ||
.ruby-version | ||
.slugignore | ||
.travis.yml | ||
_config.yml | ||
CHANGELOG.markdown | ||
config.rb | ||
config.ru | ||
Gemfile | ||
Rakefile | ||
README.markdown |
Home Assistant website
Jekyll project to generate and deploy Home-Assistant.io
Command | Action |
---|---|
rake preview |
Preview site on http://127.0.0.1:4000 |
rake generate |
Generate new version of the site |
rake deploy |
Deploy a new version of the site |
Setup local environment
You need to have Ruby installed.
git clone --recursive https://github.com/balloob/home-assistant.io.git
cd home-assistant.io
bundle
rake preview