Skip to content

Commit

Permalink
sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
ssqre committed Aug 3, 2023
1 parent c6e210d commit 5ca7761
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

group :jekyll_plugins do
gem 'jekyll-sitemap'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ GEM
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.0)
Expand Down Expand Up @@ -74,6 +76,7 @@ DEPENDENCIES
jekyll (~> 4.2.0)
jekyll-feed (~> 0.12)
jekyll-paginate (~> 1.1)
jekyll-sitemap
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ paginate: 10

highlighter: rouge
markdown: kramdown
plugins: ['jekyll-paginate', 'jekyll-feed']
plugins: ['jekyll-paginate', 'jekyll-feed', 'jekyll-sitemap']

exclude: ['README.md', 'LICENSE', "*.bak"]

0 comments on commit 5ca7761

Please sign in to comment.