* 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
* 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
* Converting HASS Configurator to the new configuration template format.
* Adding in sesame
* Added back in the markup from previous descriptions...
* Add missing default and clean up description to match.
* Fixes from comments
* Update source/_addons/configurator.markdown
Co-Authored-By: tmcarr <tmcarr89@gmail.com>
* Update source/_addons/configurator.markdown
Co-Authored-By: tmcarr <tmcarr89@gmail.com>
The "username" setting was marked as optional, but removing it causes the config to fail the add-on validation test. Changed the note from (optional) to (required).