We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d086c4 commit 8ab6d0dCopy full SHA for 8ab6d0d
Gemfile
@@ -19,7 +19,7 @@ group :jekyll_plugins do
19
gem "jekyll-feed", "~> 0.12"
20
gem "jekyll-paginate"
21
gem "jekyll-last-modified-at"
22
- # gem "jekyll-sitemap"
+ gem "jekyll-sitemap"
23
end
24
25
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
_config.yml
@@ -17,7 +17,7 @@ plugins:
17
- jekyll-feed
18
- jekyll-paginate
- jekyll-last-modified-at
- # - jekyll-sitemap
+ - jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
0 commit comments