Skip to content

Commit

Permalink
add jekyll-sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Aug 28, 2024
1 parent 34e868d commit f4518ed
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 @@ -6,4 +6,5 @@ gem "jekyll"
group :jekyll_plugins do
gem "jekyll-last-modified-at"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
end
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sass:
plugins:
- jekyll-seo-tag
- jekyll-last-modified-at
- jekyll-sitemap

last-modified-at:
date-format: '%Y-%m-%dT%H:%M:%S%:z'
Expand Down

0 comments on commit f4518ed

Please sign in to comment.