From 4a66ae4110f077986376657e04b4fa0f970eb15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ch=C3=A1vez?= Date: Thu, 13 Oct 2022 13:25:35 -0500 Subject: [PATCH] install jekyll-seo-tag --- docs/Gemfile | 2 ++ docs/Gemfile.lock | 1 + docs/_config.yml | 3 +++ 3 files changed, 6 insertions(+) diff --git a/docs/Gemfile b/docs/Gemfile index 34133513fc9a..7cad729ee45b 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -30,3 +30,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] gem "webrick", "~> 1.7" + +gem 'jekyll-seo-tag' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 276ffcdc3367..c51a81d0b60d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -260,6 +260,7 @@ DEPENDENCIES github-pages http_parser.rb (~> 0.6.0) jekyll-feed (~> 0.12) + jekyll-seo-tag tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) diff --git a/docs/_config.yml b/docs/_config.yml index 2ea71f94b445..4e8a257a17fe 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,3 +5,6 @@ defaults: values: layout: "default" exclude: [README.md, TEMPLATE.md] + +plugins: + - jekyll-seo-tag \ No newline at end of file