diff --git a/_config.yml b/_config.yml index 8fa9d946..e79b9c00 100644 --- a/_config.yml +++ b/_config.yml @@ -26,6 +26,9 @@ google_site_verification : bing_site_verification : alexa_site_verification : yandex_site_verification : +google_analytics : # Universal Analytics tracking ID +google_ad_client : +google_ad_slot : # For specifying social profiles. # https://developers.google.com/structured-data/customize/social-profiles @@ -127,11 +130,7 @@ author: facebook : *facebook foursquare : github : - google : - plus : - analytics : - ad-client : - ad-slot : + google_plus : instagram : lastfm : linkedin : diff --git a/_data/authors.yml b/_data/authors.yml index d49d88bf..108118c4 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,20 +1,18 @@ # Authors billy_rick: - name: Billy Rick - web: http://thewhip.com - email: billy@rick.com - bio: "What do you want, jewels? I am a very extravagant man." - avatar: bio-photo-2.jpg - twitter: extravagantman - google: - plus: BillyRick + name : "Billy Rick" + web : "http://thewhip.com" + email : "billy@rick.com" + bio : "What do you want, jewels? I am a very extravagant man." + avatar : "bio-photo-2.jpg" + twitter : "extravagantman" + google_plus : "BillyRick" cornelius_fiddlebone: - name: Cornelius Fiddlebone - email: cornelius@thewhip.com - bio: "I ordered what?" - avatar: bio-photo.jpg - twitter: rhymeswithsackit - google: - plus: CorneliusFiddlebone \ No newline at end of file + name : "Cornelius Fiddlebone" + email : "cornelius@thewhip.com" + bio : "I ordered what?" + avatar : "bio-photo.jpg" + twitter : "rhymeswithsackit" + google_plus : "CorneliusFiddlebone" \ No newline at end of file diff --git a/_includes/author-profile.html b/_includes/author-profile.html index e25c20b3..4c9cff8a 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -21,8 +21,8 @@ {% if author.facebook %} Facebook {% endif %} - {% if author.google.plus %} - Google+ + {% if author.google_plus %} + Google+ {% endif %} {% if author.linkedin %} LinkedIn diff --git a/_includes/scripts.html b/_includes/scripts.html index 7e7584d0..746e9f5d 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,23 +1,20 @@ -{% if site.owner.google.analytics %} - - {% endif %} + {% if page.comments %} {% include disqus-comments.html %} {% endif %} diff --git a/theme-setup/index.md b/theme-setup/index.md index 8bbb02eb..182ec3fb 100644 --- a/theme-setup/index.md +++ b/theme-setup/index.md @@ -235,23 +235,21 @@ Start by modifying `authors.yml` file in the `_data` folder and add your authors # Authors billy_rick: - name: Billy Rick - web: http://thewhip.com - email: billy@rick.com - bio: "What do you want, jewels? I am a very extravagant man." - avatar: bio-photo-2.jpg - twitter: extravagantman - google: - plus: +BillyRick + name : "Billy Rick" + web : "http://thewhip.com" + email : "billy@rick.com" + bio : "What do you want, jewels? I am a very extravagant man." + avatar : "bio-photo-2.jpg" + twitter : "extravagantman" + google_plus : "BillyRick" cornelius_fiddlebone: - name: Cornelius Fiddlebone - email: cornelius@thewhip.com - bio: "I ordered what?" - avatar: bio-photo.jpg - twitter: rhymeswithsackit - google: - plus: +CorneliusFiddlebone + name : "Cornelius Fiddlebone" + email : "cornelius@thewhip.com" + bio : "I ordered what?" + avatar : "bio-photo.jpg" + twitter : "rhymeswithsackit" + google_plus : "CorneliusFiddlebone" {% endhighlight %} To assign Billy Rick as an author for our post. We'd add the following YAML front matter to a post: