diff options
author | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:34 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:34 -0600 |
commit | 4548cf23df2b93848ebd3de80d020a89c458141b (patch) | |
tree | e228e031fd6641a893e7606c00b5eb566456a102 /Gemfile | |
parent | 3c99a591d807d4c1f62b60d4da3ed8bbe62cb1d2 (diff) |
Add SEO
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,9 +15,11 @@ gem "minima", "~> 2.5" # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" + gem 'jekyll-feed', '~> 0.12' gem 'jekyll-paginate' gem 'jekyll-multiple-languages-plugin' + gem 'jekyll-seo-tag' + end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem |