From 098d203731d7770aa0851aa8c7e90e59e57fe5e8 Mon Sep 17 00:00:00 2001 From: Dominik Prodinger Date: Fri, 5 Oct 2018 10:09:21 +0200 Subject: [PATCH] Add Jekyll-SEO-Tag Dependency The "jekyll-seo-tag" gem/plugin is needed for the "{% seo %}" tag to work on any platform other than GitHub Pages. Signed-off-by: Dominik Prodinger --- Gemfile | 2 ++ _config.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index bb94df8..0e298a9 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source "https://rubygems.org" gemspec + +gem 'jekyll-seo-tag' diff --git a/_config.yml b/_config.yml index f14083c..9694bb6 100644 --- a/_config.yml +++ b/_config.yml @@ -25,6 +25,7 @@ sass: plugins: - jekyll-feed - jekyll-paginate + - jekyll-seo-tag # - jemoji #Uncomment this to allow emoji in your post # Permalinks