Skip to content

Commit

Permalink
Use generated sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Mar 6, 2024
1 parent 2b1b1dd commit 18d0547
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :jekyll_plugins do
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem "jekyll-last-modified-at"
end

gem 'jemoji'
Expand All @@ -26,4 +27,4 @@ gem "open-uri"
# https://rubygems.org/gems/jekyll-minifier

# For current Ruby installations (3+?)
gem "webrick"
gem "webrick"
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ GEM
nokogiri (~> 1.6)
progressbar (~> 1.9)
verbal_expressions (~> 0.1.5)
jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-relative-links (0.6.1)
Expand Down Expand Up @@ -97,6 +100,7 @@ GEM
uri
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
progressbar (1.11.0)
public_suffix (4.0.7)
racc (1.6.0)
Expand Down Expand Up @@ -129,6 +133,7 @@ PLATFORMS
DEPENDENCIES
jekyll (>= 4.1.1)
jekyll-algolia
jekyll-last-modified-at
jekyll-redirect-from
jekyll-relative-links
jekyll-seo-tag
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ algolia:
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-last-modified-at

subprojects:
- imported/tutorials/quickstart
Expand Down

0 comments on commit 18d0547

Please sign in to comment.