Joakim Sørensen
d5558c9ced
Use search for 404 page ( #16514 )
2021-02-11 22:47:02 +01:00
Joakim Sørensen
442a11b66d
Update getting-started ( #16039 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-11 21:29:51 +01:00
Franck Nijhof
ba6d8174ec
Add feedback block to all pages ( #16474 )
2021-02-09 21:24:56 +01:00
Bram Kragten
142813b6c1
Add alert banner ( #16199 )
2021-01-16 21:49:17 +01:00
Joakim Sørensen
6119d7e9b4
Fix margin for "Rotate the cover" ( #15984 )
2020-12-22 13:10:15 +01:00
Franck Nijhof
c49a656d53
2020.12 + Blue
2020-12-13 22:34:38 +01:00
Joakim Sørensen
7c45fce74f
Limit sidebar to 350px ( #15848 )
2020-12-08 08:56:49 +01:00
Joakim Sørensen
2b351690e5
Fixes overflow issue in tables ( #15840 )
2020-12-06 17:33:08 +01:00
Joakim Sørensen
39680882f6
Fix header z-index ( #15836 )
2020-12-05 16:43:27 +01:00
Joakim Sørensen
df3350955a
Lock the position of the header and sidebars ( #15820 )
2020-12-05 14:49:56 +01:00
Paulus Schoutsen
636b95bcfc
Add blog post about TP-Link ( #15731 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-23 23:04:31 +01:00
Achilleas Pipinellis
125040b42a
Add table of contents to the integrations pages ( #13572 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-16 22:35:38 +01:00
Paulus Schoutsen
511e0e0b8b
Update the conference page ( #15609 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-11 10:57:17 +01:00
Richard Leurs
887faf6b9d
Add styling to active integrations filter ( #15164 )
...
Co-authored-by: Richard Leurs <7275740+EarthlingRich@users.noreply.github.com>
2020-10-12 17:06:47 +02:00
Franck Nijhof
e31ec45ec0
Fix overlaping click area's prevent text selection ( #14471 )
2020-09-12 07:38:56 +02:00
Franck Nijhof
730ed9c922
Config block styling & text selection fixes ( #14447 )
2020-09-10 00:38:31 +02:00
Zack Arnett
671dcbdf40
Configuration Variable Redesign ( #14008 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-07-16 22:52:30 +02:00
Franck Nijhof
5144a8b389
Add small bottom padding to details
2020-04-08 15:27:16 +02:00
Paulus Schoutsen
47f27e3409
Text clamp integration cards ( #12302 )
2020-03-07 06:58:38 +01:00
Franck Nijhof
96a3575bca
Reduce weight of integrations page + list everything once ( #12260 )
...
* Reduce weight of integrations page + list everything once
* Empty commit to re-trigger build
* Empty commit to re-trigger build
2020-03-04 09:03:27 +01:00
Franck Nijhof
aeadcef241
Updates 0.103 release blog post
2019-12-11 17:07:10 +01:00
Stephen Coogan
51a5e2bf3a
fix: allow docs to build on Win platform ( #10580 )
...
* fix: allow docs to build on Win platform
* fix: remove unecessary Sass causing Win fails
2019-11-11 06:29:13 +01:00
Franck Nijhof
711b915573
Revert "Allow code elements to wrap if necessary ( #10366 )" ( #10729 )
...
This reverts commit efe635302c
.
2019-10-12 11:41:05 +02:00
Alec Rust
7c71f70f03
Improve header alignment and logo ( #10376 )
...
* Switch to SVG main header logo
* Improve header alignment
* Reduce border radius of logo
2019-10-02 23:17:56 +02:00
Alec Rust
efe635302c
Allow code elements to wrap if necessary ( #10366 )
2019-10-02 23:14:59 +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
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
Robbie Trencheny
f0c3fd967a
Style fixes: remove quick pick links and fix margin/width of drop down
2019-03-10 00:53:20 -08:00
Robbie Trencheny
1c5f0655b3
Update CSS to support select box
2019-03-09 19:10:55 -08:00
Paulus Schoutsen
da61704b3e
👋 Google Plus ( #8531 )
2019-02-13 13:42:10 +01:00
Franck Nijhof
92fb95d4ca
Refactor of documentation method for components (2019-0016) ( #8265 )
...
* 🚜 Refactor of documentation method for components
* 👕 Marks Ikea Tradfri ha_config_flow
* 👕 Fixes additionalwhitespace generation
2019-01-24 23:17:28 +01:00
Paulus Schoutsen
1763f5f771
Update logitech post
2018-12-19 12:04:09 +01:00
Paulus Schoutsen
77984247d9
Upgrade Jekyll ( #7795 )
...
* Upgrade Jekyll
* Fix code block styling
* Downgrade to Jekyll 3.8.4
2018-12-14 10:14:28 +01:00
Paulus Schoutsen
319c902381
Add state of union card for frontend ( #7591 )
2018-11-20 21:19:11 +01:00
Josh McCarty
c943546a62
Restore padding around search icon for easier click target ( #7102 )
2018-10-29 23:19:20 +01:00
Alok Saboo
a4dca76042
Fixed typos ( #6623 )
...
* Fixed typos
* More typos
2018-10-09 12:13:54 +02:00
Paulus Schoutsen
80b268cd65
Extract developer site ( #5249 )
...
* Extract developer site
* Fix title in sidebar
* Update dev section reference
* Update edit in github link on help page
2018-04-26 11:14:55 -04:00
Fabian Affolter
b921d87dd3
Add link to source code ( #3873 )
2017-11-05 15:10:00 +01:00
Paulus Schoutsen
7d67fda676
Add release blog post
2017-11-03 23:22:28 -07:00
Max Rumpf
2473bd8ea9
Decrease size of search bar and remove outline ( #3611 )
...
This ensures that the close button stays in the first line, and doesn't get pushed below the search icon.
2017-10-21 09:56:22 +02:00
Charles Garwood
051997c9b8
Add print friendly style overrides ( #3621 )
2017-10-14 17:25:33 +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
Dale Higgs
2676c87abe
Add Jekyll plugin for Configuration Variables ( #3415 )
...
* Add Jekyll plugin for configuration variables
* Fix requested changes
* Remove blank lines after configuration tag
* Add component/platform to configuration tag
2017-09-22 17:51:02 -07:00
Paulus Schoutsen
1c86dbbb9e
Fix press images
2017-07-25 22:39:20 -07:00
Paulus Schoutsen
b6d3bf2c30
Add blog post for hass.io
2017-07-25 00:45:46 -07:00
Paulus Schoutsen
70c7c32552
Tweak perfect home automatoin button padding
2017-07-16 17:45:28 -07:00
Paulus Schoutsen
47c814b7f7
Add HA in press section
2017-07-16 12:19:26 -07:00
Paulus Schoutsen
4df6a2d9ca
Add founder vision
2017-07-16 11:36:33 -07:00
Georgi Yanev
68d41b8629
Make component cards 100% width on mobile ( #2886 )
2017-06-25 00:39:37 +02:00
Paulus Schoutsen
6bc3041fe2
Add search powered by Algolia
2017-06-22 00:17:49 -07:00
Beat
889d8d6dfd
Issue 2282 performance ( #2287 )
...
* switch components page to flexbox and mustachejs
* greatly improved website performance
* only load images when actually showing the box
* removed isotope JS
* Apply compression to HTML
2017-03-18 10:06:43 -07:00
Beat
0e92aacf6e
Feature component search ( #2275 )
...
* * added search box to the component overview page.
* minor fixes in the javascript
* minor fix: spaces
2017-03-17 16:06:42 +01:00
Paulus Schoutsen
d9fc006d0b
Add t-shirt banner
2017-02-23 23:35:40 -08:00
Paulus Schoutsen
4d9bca3553
Avoid facebook widget making the page too wide
2017-02-21 22:06:12 -08:00
Paulus Schoutsen
de374b280d
Streamline getting started installation ( #1968 )
2017-02-04 20:47:05 -08:00
Robbie Trencheny
bd65e43d08
Group components by version released
2016-10-24 02:33:26 -07:00
Paulus Schoutsen
5f1b5997da
Upgrade ruby/jekyll/style
2016-08-22 01:01:17 -07:00
Paulus Schoutsen
e2713a9c58
Tweak margin bottom headers
2016-08-20 23:27:27 -07:00
Paulus Schoutsen
05fabc002b
Add total count to all category
2016-08-14 15:09:21 -07:00
Paulus Schoutsen
24c257576c
Update component index page
2016-08-14 13:44:15 -07:00
Paulus Schoutsen
f1e1659d77
Add optimize blog post
2016-08-07 14:31:17 -07:00
Paulus Schoutsen
53e61b91cb
Add community links to frontpage
2016-06-25 21:52:32 -07:00
Paulus Schoutsen
ed5601dae7
Add webinar to frontend
2016-06-19 23:58:52 -07:00
Paulus Schoutsen
9ff17146f6
Add PyCon blog post
2016-06-12 23:27:16 -07:00
Paulus Schoutsen
4ff9742dc9
tweak css
2016-06-12 17:06:42 -07:00
Paulus Schoutsen
ca4474b100
Add current version + blog posts to frontpage
2016-06-12 14:56:45 -07:00
Paulus Schoutsen
0b2387a899
Add email address
2016-05-31 13:50:55 -07:00
Paulus Schoutsen
de586c5433
Merge remote-tracking branch 'origin/master' into next
...
Conflicts:
source/getting-started/automation.markdown
2016-05-01 23:34:04 -07:00
Paulus Schoutsen
4be4102776
Update script docs
2016-05-01 19:25:52 +02:00
Paulus Schoutsen
f464c1edae
Hide link underline on frontpage
2016-04-24 09:15:21 +02:00
Paulus Schoutsen
f74237f582
Automation docs moved to getting started and split up
2016-04-24 09:00:24 +02:00
Paulus Schoutsen
893b9d8640
Underline links in blog posts
2016-04-18 23:16:28 -07:00
Paulus Schoutsen
ea81254ba1
Add blog post about documentation
2016-04-17 00:06:41 -07:00
Paulus Schoutsen
d8c8cf4c8d
More tweaks to developer docs
2016-04-16 23:00:45 -07:00
Paulus Schoutsen
432ee1a169
Update getting started
2016-04-16 17:10:09 -07:00
Paulus Schoutsen
a4adf87fe3
Split up development pages
2016-04-16 15:06:08 -07:00
Paulus Schoutsen
a20a7ef405
Merge branch 'pr/219'
2016-02-17 00:13:08 -08:00
Paulus Schoutsen
df8c1d8995
Fix broken stuff
2016-02-17 00:13:00 -08:00
Paulus Schoutsen
a3d49796fb
Less bold on frontpage hero unit
2016-02-15 12:26:02 -08:00
Paulus Schoutsen
0f4ec27311
Add blog post and initial classifications
2016-02-11 23:32:38 -08:00
Paulus Schoutsen
f922bda954
Be quicker to collapse menu
2016-02-07 22:37:44 -08:00
Paulus Schoutsen
f5a7217b3f
Make cookbook more prominent
2016-02-07 14:21:34 -08:00
Paulus Schoutsen
155e400dc5
Hide edit on github on frontpage and component page
2016-01-30 12:34:22 -08:00
Paulus Schoutsen
4863b26476
More updates
2016-01-30 00:39:14 -08:00
Paulus Schoutsen
48e3696239
Add edit on GitHub link
2016-01-22 00:12:39 -08:00
Paulus Schoutsen
ac93e175bf
Fix video aspect ratio
2015-12-22 09:21:34 -08:00
Paulus Schoutsen
98cabf4099
Responsive YouTube embeds
2015-12-22 09:14:03 -08:00
Paulus Schoutsen
c1743fa895
Vertical align title in header
2015-12-19 10:20:09 -08:00
Paulus Schoutsen
39e5eb9441
Tweak sidebar and twitter link
2015-12-19 09:29:15 -08:00
Paulus Schoutsen
8de91b31ee
Upgrade blog sidebar
2015-12-17 19:00:01 -08:00
Paulus Schoutsen
be8aacc1af
Some tweaks
2015-11-15 10:34:45 -08:00
Paulus Schoutsen
766b0814d6
Code fall back to sans-serif if no monospace font
2015-10-29 09:08:21 -07:00
Paulus Schoutsen
e55cbcb6ed
Improve frontpage install code
2015-10-28 23:44:38 -07:00
Paulus Schoutsen
75bb815796
Fix code highlighting
2015-10-27 23:50:52 -07:00
Paulus Schoutsen
f916f4997d
Add featured component section
2015-10-25 12:22:16 -07:00
Paulus Schoutsen
d1f12b4c2e
More component doc tweaks
2015-10-25 01:43:49 -07:00
Paulus Schoutsen
03d0d75ae1
Component details pages added
2015-10-25 00:58:12 -07:00
Paulus Schoutsen
120dbf547d
Add component collection
2015-10-24 21:44:04 -07:00
Fabian Affolter
47eb47e57d
Minor modification
2015-10-17 15:05:57 +02:00
Paulus Schoutsen
0ec0b475e5
Fix CSS for advanced getting started page
2015-09-15 00:20:46 -07:00