15 Commits

Author SHA1 Message Date
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
Eduard van Valkenburg
05e1705829 git_pull note (#8820)
* added note about no passphrase in the SSH key

* ✏️ Tweak
2019-03-04 11:14:52 +01:00
Fréderic Kinnaer
e236935b2f addon/git_pull: enhance with repeat_ignore, corrections, re-ordering (#8257)
* addon/git_pull: enhance with repeat_ignore, corrections, re-ordering

* addon/git_pull: restart_ignore: remove trailing slash requirement and some corrections
2019-01-26 10:57:57 +01:00
Max Rydahl Andersen
ae6a9476e1 have a comment on the format of the repo (#7366)
* have a comment on the format of the repo

i had to read the source of run.sh to figure out the logic - thought it would
be good to have a comment about the format.

* ✏️ Tweaks
2018-11-11 12:31:48 +01:00
Censored3
4611a4349d Update addon/git_pull for PR home-assistant/hassio-addons#386 (#6073) 2018-09-01 23:54:46 +02:00
Fabian Affolter
4153aed71b Add options added with 4.0 (fixes #6007) (#6009) 2018-08-13 21:22:35 +02:00
Matt White
5558f14cb9 Update git_pull documentation for v4.8 of addon (#5667)
* Update git_pull documentation for v4.8 of addon

Update to documentation following merge of PR350 in hassio-addons.

https://github.com/home-assistant/hassio-addons/pull/350

* ✏️ Tweaks
2018-07-08 12:44:47 +02:00
Raiford
ed4b825f74 Update git_pull doc with password support (#4300)
This is a documentation update that corresponds to https://github.com/home-assistant/hassio-addons/pull/217
2018-01-24 12:05:00 +01:00
Franck Nijhof
0b20689737
Various markdown, spelling, and grammar fixes (#4457) 2018-01-22 08:28:50 +01:00
Lukas Ecklmayr
6360fcdd43
Update Docs to match regex for repository URL (#4413)
Describe that https:// Repository URLs have to end with .git to match regex for repository URL.
2018-01-15 13:21:48 +01:00
Delio Castillo
6e73eb86a9 Update git_pull.markdown (#3925)
* Update git_pull.markdown

Some people are trying to use this add-on without having a previous git repo cloned. This is causing them to lose whatever they had on their config. It is important that they know this info. Please refer to this discussion. https://community.home-assistant.io/t/git-pull-addon/23435/17

* Make warning
2017-11-08 22:43:05 +01:00
Alex Barcelo
5de7beef7c New ssh deployment key feature for git_pull addon (#3835)
Explanation for the two new fields `deployment_key` and `deployment_key_protocol`.

See PR home-assistant/hassio-addons#196
2017-10-30 17:40:07 +01:00
Pascal Vizeli
73c0ba32a2 Update git_pull.markdown 2017-10-05 11:48:14 +02:00
Pascal Vizeli
54106093ce Create git_pull.markdown 2017-09-26 12:22:51 +02:00