Skip to content

Commit

Permalink
Add jekyll-sitemap gem
Browse files Browse the repository at this point in the history
  • Loading branch information
shomykohai committed Jun 15, 2024
1 parent 44c5017 commit b142ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-tagging'
gem 'jekyll-paginate-v2', '~> 3.0'
gem 'jekyll-sitemap'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins:
- jekyll-feed
- jekyll/tagging
- jekyll-paginate-v2
- jekyll-sitemap

defaults:
-
Expand Down

0 comments on commit b142ef8

Please sign in to comment.