Skip to content

Commit b142ef8

Browse files
committed
Add jekyll-sitemap gem
1 parent 44c5017 commit b142ef8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
1919
gem 'jekyll-tagging'
2020
gem 'jekyll-paginate-v2', '~> 3.0'
21+
gem 'jekyll-sitemap'
2122
end
2223

2324
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugins:
1212
- jekyll-feed
1313
- jekyll/tagging
1414
- jekyll-paginate-v2
15+
- jekyll-sitemap
1516

1617
defaults:
1718
-

0 commit comments

Comments
 (0)