Skip to content

Commit

Permalink
add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwetherell committed Mar 4, 2024
1 parent 0b88242 commit b8a9490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem 'liquid', '~> 4.0.4'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-sitemap'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
4 changes: 1 addition & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,11 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
wdm (0.1.1)
webrick (1.7.0)
zeitwerk (2.6.13)

Expand All @@ -266,6 +263,7 @@ PLATFORMS
DEPENDENCIES
github-pages (~> 231)
jekyll-feed (~> 0.12)
jekyll-sitemap
liquid (~> 4.0.4)
minima (~> 2.5)
tzinfo (~> 1.2)
Expand Down

0 comments on commit b8a9490

Please sign in to comment.