From 59111d1e01c6465c79327f134bd7b663ef1c61be Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 5 Mar 2019 18:53:30 -0500 Subject: [PATCH] Remove Google+ 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 --- _config.yml | 2 +- _includes/author-profile.html | 8 ------- _includes/comments-providers/google-plus.html | 2 -- _includes/comments-providers/scripts.html | 2 -- _includes/comments.html | 15 ------------ _includes/social-share.html | 2 -- _sass/minimal-mistakes/_buttons.scss | 1 - _sass/minimal-mistakes/_utilities.scss | 6 ----- _sass/minimal-mistakes/_variables.scss | 1 - docs/_config.yml | 2 +- docs/_data/authors.yml | 24 +++++++++++++------ docs/_docs/05-configuration.md | 3 +-- docs/_docs/10-layouts.md | 7 +++--- docs/_pages/about.md | 2 +- test/_config.yml | 2 +- 15 files changed, 25 insertions(+), 54 deletions(-) delete mode 100644 _includes/comments-providers/google-plus.html diff --git a/_config.yml b/_config.yml index 689c38af..05932211 100644 --- a/_config.yml +++ b/_config.yml @@ -29,7 +29,7 @@ masthead_title : # overrides the website title displayed in the masthe # breadcrumbs : false # true, false (default) words_per_minute : 200 comments: - provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "staticman_v2", "utterances", "custom" + provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom" disqus: shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- discourse: diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 8cbe1b66..4f0c02cd 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -97,14 +97,6 @@ {% endif %} - {% if author.google_plus %} -
  • - - Google+ - -
  • - {% endif %} - {% if author.linkedin %}
  • diff --git a/_includes/comments-providers/google-plus.html b/_includes/comments-providers/google-plus.html deleted file mode 100644 index 0b4ff6b7..00000000 --- a/_includes/comments-providers/google-plus.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/_includes/comments-providers/scripts.html b/_includes/comments-providers/scripts.html index ff9e31c2..4e3f5854 100644 --- a/_includes/comments-providers/scripts.html +++ b/_includes/comments-providers/scripts.html @@ -6,8 +6,6 @@ {% include /comments-providers/discourse.html %} {% when "facebook" %} {% include /comments-providers/facebook.html %} - {% when "google-plus" %} - {% include /comments-providers/google-plus.html %} {% when "staticman" %} {% include /comments-providers/staticman.html %} {% when "staticman_v2" %} diff --git a/_includes/comments.html b/_includes/comments.html index 488e31f7..40b03597 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -10,21 +10,6 @@ {% when "facebook" %}

    {{ comments_label }}

    - {% when "google-plus" %} -

    {{ comments_label }}

    -
    Loading Google+ Comments ...
    - -