* 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
* Generate Let's Encrypt certificate for Duck DNS sub sub domains
Needed to do this when using the NGINX Home Assistant SSL proxy for customized servers.
* Minor change
* Updated http base_url sample
The base_url example incorrectly referenced a duck dns link with https instead of http which may be confusing for some users.
* Corrected base_url example.
* Propose reorder of config variables
I've found this docs horribly confusing. `lets_encrypt.accept_terms` should appear at the top of the list as it's the first entered variable. Also this should become `required` as typically `optional` config variables are not displayed in the example config, but it is here.
* Update duckdns.markdown
* Minor changes