Skip to content

Commit

Permalink
Add jekyll-sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstudd committed Jul 18, 2022
1 parent 9d96fbd commit 95a2b20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"
gem "jekyll-sitemap"
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ DEPENDENCIES
github-pages
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-sitemap
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ github_username: neilstudd
theme: jekyll-theme-modernist
plugins:
- jekyll-feed
- jekyll-sitemap

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

0 comments on commit 95a2b20

Please sign in to comment.