mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00

* Remove File A dated example file that contains some bad yaml practices, (Sensor1, Sensor 2, etc). The meteobridge and media_player: cast platforms are outdated. * Remove Has not been updated in two years. * Remove File A very minimal installation that hasn't been updated in 8 months. * Remove Returns a 404 not found. * Update to direct link. Host goes to a bare bones repository. Update link to current bitbucket repository. * Remove Not updated in over a year. * Remove Not updated in over a year. * Remove Not updated in over two years. * Remove Stale, not updated for 8 months. * Remove added repo two years ago, never maintained. * Remove 7 months old and has directions for outdated install method. (all-in-one installer) * Remove Not maintained, last updated was for ha version 0.56.2.
Home Assistant website
This is the source for the Home-Assistant.io website.
Setup
Setting up to contribute to documentation and the process for submitting pull requests is explained here.
Site preview
In order to make the preview available on http://127.0.0.1:4000, use the command as follows:
bundle exec rake preview
Speeding up site generation
Every release we post long changelogs to the website. This slows down generation of the website significantly! We include some tools to temporarily exclude the blog posts that you're not working on out of the way.
bundle exec rake isolate[filename-of-blogpost]
When you're done working on the site, run the following command to move the posts back again:
bundle exec rake integrate
Description
Languages
HTML
63.6%
SCSS
15.2%
CSS
13.9%
Ruby
3.7%
JavaScript
3.6%