Skip to content

Commit

Permalink
install jekyll-seo-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Oct 13, 2022
1 parent 44c75aa commit 4a66ae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 1 addition & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ defaults:
values:
layout: "default"
exclude: [README.md, TEMPLATE.md]

plugins:
- jekyll-seo-tag

0 comments on commit 4a66ae4

Please sign in to comment.