From 107c95cf5f878b5fc984b9e994b81bcb61fe4a93 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 20 Feb 2016 14:01:46 -0500 Subject: [PATCH 1/3] add google site verification code --- site/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_config.yml b/site/_config.yml index fe02703a..6c9b789a 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -31,3 +31,5 @@ gems: - jekyll-sitemap - jekyll-seo-tag - jekyll-avatar + +google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY From 9e67c0a9b7706c04f2a3476d4e88f6cb5c24ad0e Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 20 Feb 2016 14:06:52 -0500 Subject: [PATCH 2/3] require jekyll-seo-tag > 1.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d78513f5..5666fae4 100644 --- a/Gemfile +++ b/Gemfile @@ -82,6 +82,6 @@ group :site do end gem "jemoji" gem "jekyll-sitemap" - gem "jekyll-seo-tag" + gem "jekyll-seo-tag", "~> 1.1" gem "jekyll-avatar" end From b6a0b9e5480130a1b1a2d2488c65748519a7c555 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 20 Feb 2016 14:09:57 -0500 Subject: [PATCH 3/3] consolidate google ids --- site/_config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/_config.yml b/site/_config.yml index 6c9b789a..3fa09b7f 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -5,6 +5,7 @@ excerpt_separator: "" gauges_id: 503c5af6613f5d0f19000027 google_analytics_id: UA-50755011-1 +google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY repository: https://github.com/jekyll/jekyll help_url: https://github.com/jekyll/jekyll-help @@ -31,5 +32,3 @@ gems: - jekyll-sitemap - jekyll-seo-tag - jekyll-avatar - -google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY