44 Commits

Author SHA1 Message Date
Ville Skyttä
4567163c1f Grammar and spelling fixes (#11455) 2019-12-14 18:16:50 +01:00
Greg Martin
86b1902aaa Update backup_dropbox.markdown (#11388)
Basic grammar fix.
2019-12-08 10:48:43 +05:30
Gedde
52abf7dd56 Update backup_github.markdown (#11088)
Just added a missing '>'
2019-11-03 11:20:10 +01:00
Anders Fogh Eriksen
d129244447 Bump Python version in Travis CI example (#10635) 2019-10-06 23:11:14 +02:00
Franck Nijhof
79206dd3f4
No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00
Franck Nijhof
da5e1aad0e
Adds GitHub Action for Remark, fixes code flag on fences (#10475)
* Adds basics for adding Remark

* Adds GitHub Action for remark

* Adds GitHub Action for remark

* Ensure all fenced code blocks have a code flag
2019-09-29 00:50:28 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Ian
7733304ca7
Update travis.yml
Recent compartmentalization of the HASS install has caused some things to break within Travis, and [this fix has been demonstrated to correct the issue](https://github.com/Apocrathia/home-assistant-config/pull/25).
2019-05-29 09:27:42 -05:00
Fermulator
6196e66882 remove homeassistant_venv subdir (#7999)
in the example gitupdate.sh script, there is a non-standard sub-directory path called `homeassistant_venv` within `/srv/homeassistant`
This conflicts with https://www.home-assistant.io/docs/installation/raspberry-pi/

This change removes it.
2018-12-31 12:15:32 +01:00
Klaas Schoute
29861c483b Changed gitignore list (#7076)
* WIP: Changed gitignore file (again)

* ✏️ Deleted my text, it makes no sense

* ✏️ Adding storage and cloud folder

* ✏️ Changed the gitignore list

* ✏️ Improved after input from others
2018-11-15 22:13:54 +01:00
Klaas Schoute
af509b9444 Added some .gitignore example lines (#7072)
* Added some .gitignore example lines

* ✏️ Added also .log file extensions
2018-10-25 09:31:59 +02:00
Florian Klien
d3589d9518 typos fixed (#6582) 2018-10-07 10:58:35 -04:00
DubhAd
bdc068914e
Merge pull request #5885 from GuyKh/patch-1
Update the instructions for location of dropbox_uplodaer.sh
2018-10-03 19:30:18 +01:00
Guy Khmelnitsky
a53879bae8
Update backup_dropbox.markdown 2018-10-03 09:38:04 +03:00
Guy Khmelnitsky
87fee22f67
Update backup_dropbox.markdown 2018-10-03 09:37:12 +03:00
Guy Khmelnitsky
78b7367f17
Update backup_dropbox.markdown 2018-10-03 09:35:54 +03:00
Guy Khmelnitsky
29858e853f
Update the terrible looks 2018-10-03 09:34:15 +03:00
Fabian Affolter
b7c7c051e6
Minor changes 2018-08-28 08:34:24 +02:00
tmd224
7169b41a2c Adding more detail on .gitignore (#6099)
-Added more detail on creating .gitignore for windows users
-Added tip for exiting VI editor when writing commit messages
2018-08-28 08:27:19 +02:00
Paulus Schoutsen
029271234b
Update backup_github.markdown 2018-08-20 12:39:46 +02:00
Paulus Schoutsen
e28c876b97
Add warning about secrets 2018-08-20 12:09:50 +02:00
Guy Khmelnitsky
3012fd0275
Update the instructions for location of dropbox_uplodaer.sh
Add instructions to customize the location of dropbox_uploader.sh
2018-07-25 18:22:23 +03:00
Paulus Schoutsen
3b4e3111ce Merge remote-tracking branch 'origin/current' into rc 2018-03-24 22:15:14 -07:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Paulus Schoutsen
772fb32af9 Merge branch 'current' into next 2018-03-23 14:07:56 -07:00
jackjohnsonuk
c4edb9a6e1 Update backup_github.markdown (#4988)
Added a not re: Hass.io steps
2018-03-23 10:23:53 +01:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
themanieldaniel
fec18d3a8f Update backup_usb.markdown (#4634)
* Update backup_usb.markdown

* ✏️ Minor improvements
2018-03-13 21:38:31 +01:00
Ville Skyttä
b39bd81c6e Spelling fixes (#4532)
* Spelling fixes

* "It's" -> "its" fixes

* Fix capitalization of "Pi" in "Raspberry Pi"

"Pi", not "PI" or "pi".
2018-01-28 22:28:56 +01:00
Franck Nijhof
6224c71c08 Various markdown, spelling, and grammar fixes #3 (#4510)
*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00
Anders Fogh Eriksen
95fbc2db61 Update .travis.yml example (#3645)
to test against Python 3.5
2017-10-16 21:48:14 +02:00
Ashton Campbell
9e6b9cb658 Fixed common spelling mistakes (#3544)
* fix spelling errors

* Update binary_sensor.xiaomi_aqara.markdown

Reverts to previous revision before spell check.

* Update tellstick.markdown

Reverts to previous revision before spell check.

* Update owntracks_two_mqtt_broker.markdown

Reverts to previous revision before spell check.

* Update cla_sign.html

Reverts to previous revision before spell check.

* Update credits.markdown

Reverts to previous revision before spell check.

* Update api.markdown

Fixed spell checker changing noone to no one.
2017-10-08 00:39:32 +02:00
morberg
8ce25595cf Simplify .gitignore example (#3341) 2017-09-11 09:27:46 +02:00
David De Sloovere
7f20c5ae36 Improve backup github doc (#2589)
* Improve backup github doc

Unignore .travis.yaml, which is referenced later in the document to set up CI testing on push.

* Fix extension on .travis.yml

It's .travis.yml and not .travis.yAml
2017-05-07 21:37:41 +02:00
Erik-jan Riemers
03817fa78b Updated information (#2572)
* Updated information

Python script was updated to exclude folders/files so that you don't copy everything.

* Minor changes
2017-05-06 11:44:30 +02:00
Fredrik Lindqvist
acc0784e4a Update backup_usb.markdown (#2536) 2017-04-30 14:05:54 +02:00
Fabian Affolter
5e208bb05f
Turn time back 2017-04-29 14:09:29 +02:00
Fabian Affolter
d58e145e3c
Add to nav, fix typos, and minor layout changes 2017-04-29 12:20:29 +02:00
Erik-jan Riemers
af46e2cf72 A backup solution towards an USB drive (#2528)
You can add this one under the backup category too.
2017-04-29 12:06:38 +02:00
Erik-jan Riemers
28e71867b8 Creation of howto for backup to dropbox (#2501) 2017-04-24 23:37:01 +02:00
Niklas
e963a1853e add files to gitignore (#2422)
* add html5_push_registrations.conf to gitignore

* add additional files
2017-04-13 13:46:19 +02:00
Fabian Affolter
8f1095fda0 Move infrastructure cookbooks to docs (#2331)
* Move apache configuration to docs

* Add redirect

* Move certificate cookbooks to docs

* Add redirect

* Move tor configuration to docs

* Fix extension

* Update headings and add redirect

* Move file to docs

* Add redirect and remove whitespaces

* Add new sections
2017-03-25 19:19:33 +01:00