We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5caee commit fffd41dCopy full SHA for fffd41d
mmg_website/Gemfile
@@ -21,6 +21,10 @@ gem "jekyll-remote-theme", group: :jekyll_plugins
21
# If you have any plugins, put them here!
22
group :jekyll_plugins do
23
gem "jekyll-feed", "~> 0.12"
24
+ gem "jekyll-seo-tag", "~> 2.1"
25
+ gem "jekyll-sitemap", "~> 1.3"
26
+ gem "jekyll-paginate", "~> 1.1"
27
+ gem "jekyll-spaceship", "~> 0.2"
28
end
29
30
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
0 commit comments