File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ gem "minima", "~> 2.5"
15
15
# gem "github-pages", group: :jekyll_plugins
16
16
# If you have any plugins, put them here!
17
17
group :jekyll_plugins do
18
- gem "jekyll-feed" , "~> 0.12"
18
+ gem "jekyll-feed" , "~> 0.12"
19
+ gem "jekyll-seo-tag"
20
+ gem "jekyll-sitemap"
19
21
end
20
22
21
23
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 35
35
sassc (> 2.0.1 , < 3.0 )
36
36
jekyll-seo-tag (2.6.1 )
37
37
jekyll (>= 3.3 , < 5.0 )
38
+ jekyll-sitemap (1.3.1 )
39
+ jekyll (>= 3.7 , < 5.0 )
38
40
jekyll-watch (2.2.1 )
39
41
listen (~> 3.0 )
40
42
kramdown (2.1.0 )
@@ -75,6 +77,8 @@ PLATFORMS
75
77
DEPENDENCIES
76
78
jekyll (~> 4.0.0 )
77
79
jekyll-feed (~> 0.12 )
80
+ jekyll-seo-tag
81
+ jekyll-sitemap
78
82
minima (~> 2.5 )
79
83
tzinfo (~> 1.2 )
80
84
tzinfo-data
You can’t perform that action at this time.
0 commit comments