Google+ is being shutdown on April 2, 2019. Social sharing buttong, comment provider, and author link configs have been removed from the theme.
ref: https://support.google.com/plus/answer/9195133
* Add logo and title customization to the masthead
* Adjust config description
* Add test site logo to `/test`
* Document `site.logo` and `site.masthead_title`
* Update CHANGELOG and history
* Add link for testing purposes
* Fix excerpt link positioning in Algolia search results
* Fix Algolia search input color
* Update CHANGELOG and history
Fixes#1903
* Make entire feature item "clickable"
Use a pseudo element on the call to action button to cover the entire feature item and make it "clickable".
* Make entire archive item "clickable"
Use a pseudo element on the `<a>` element to cover the entire archive item and make it "clickable".
* Update CHANGELOG and history
* Reference issue
Adjust minimum and maximum levels to allow all headings and fix CSS to style indentation and nested lists properly in jekyll-toc and Kramdown generated table of contents.
Fixes#1782
* Fixing scaling issue w. emoji in Sidebar Author Profile
Had the same issue as in mmistakes#1554
So should there be more demand for having emojis in sidebar, this style change fixes it
* Fix indendation and nesting
"Stick" table of contents to top of the page by adding:
```
toc: true
toc_sticky: true
```
to a post or page's YAML Front Matter.
Note: only supported with `single` layout.
Replace sample pages with hard coded HTML and Liquid in favor of a layout that does all the heavy lifting. Assign the appropriate `layout` via YAML Front Matter and away you go.
Globally enabling Rouge block line numbers in Kramdown _config.yml settings should be styled consistently with `{% highlight linenos %}` Jekyll tag.
Fixes#1467