From de4c073e8b275e0ea53ef8bc0028c03e61c26920 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 10 Jan 2018 07:02:35 +0000 Subject: [PATCH] Add jekyll-seo-tag --- Gemfile | 1 + Gemfile.lock | 3 +++ _config.yml | 1 + _includes/head.html | 2 ++ 4 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 4841c7d..f60b144 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem 'jekyll-seo-tag' gem 'jekyll-stealthy-share', git: 'https://github.com/rfwatson/jekyll-stealthy-share.git' end diff --git a/Gemfile.lock b/Gemfile.lock index 9e00955..81c7f9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,6 +27,8 @@ GEM jekyll (~> 3.3) jekyll-sass-converter (1.5.1) sass (~> 3.4) + jekyll-seo-tag (2.4.0) + jekyll (~> 3.3) jekyll-watch (1.5.1) listen (~> 3.0) kramdown (1.16.2) @@ -59,6 +61,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.6.2) jekyll-feed (~> 0.6) + jekyll-seo-tag jekyll-stealthy-share! minima (~> 2.0) tzinfo-data diff --git a/_config.yml b/_config.yml index ea5fbc4..811405a 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,7 @@ theme: minima plugins: - jekyll-feed - jekyll-stealthy-share + - jekyll-seo-tag # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git a/_includes/head.html b/_includes/head.html index 83d145f..cf1f44d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,4 +15,6 @@ {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} + + {% seo %}