File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ gem "jekyll", "~> 4.3"
1313#gem "minima", "~> 2.5"
1414
1515# If you have any plugins, put them here!
16- # group :jekyll_plugins do
17- # gem "jekyll-feed", "~> 0.12 "
18- # end
16+ group :jekyll_plugins do
17+ gem "jekyll-sitemap "
18+ end
1919
2020# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2121# and associated library.
Original file line number Diff line number Diff line change 4141 webrick (~> 1.7 )
4242 jekyll-sass-converter (3.1.0 )
4343 sass-embedded (~> 1.75 )
44+ jekyll-sitemap (1.4.0 )
45+ jekyll (>= 3.7 , < 5.0 )
4446 jekyll-watch (2.2.1 )
4547 listen (~> 3.0 )
4648 json (2.12.0 )
@@ -75,6 +77,7 @@ PLATFORMS
7577
7678DEPENDENCIES
7779 jekyll (~> 4.3 )
80+ jekyll-sitemap
7881 tzinfo (~> 1.2 )
7982 tzinfo-data
8083 wdm (~> 0.1.1 )
Original file line number Diff line number Diff line change @@ -151,5 +151,5 @@ exclude:
151151
152152# Build settings
153153theme : null
154- # plugins:
155- # - jekyll-feed
154+ plugins :
155+ - jekyll-sitemap
You can’t perform that action at this time.
0 commit comments