Skip to content

Commit

Permalink
Merge pull request #318 from GSA/add-sitemap
Browse files Browse the repository at this point in the history
add sitemap plugin
  • Loading branch information
btylerburton committed Mar 5, 2024
2 parents fc27ac7 + 4093c63 commit 61ce1e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -9,3 +9,4 @@ gem "nokogiri", "~> 1.14"
gem "html-proofer", "~> 3.19", ">= 3.19.4"
gem "jekyll-redirect-from", ">= 0.16.0"
gem "kramdown-parser-gfm", ">= 1.1.0"
gem "jekyll-sitemap", ">= 1.4.0"
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -47,6 +47,8 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -103,6 +105,7 @@ DEPENDENCIES
html-proofer (~> 3.19, >= 3.19.4)
jekyll (~> 4.3.1)
jekyll-redirect-from (>= 0.16.0)
jekyll-sitemap (>= 1.4.0)
kramdown-parser-gfm (>= 1.1.0)
nokogiri (~> 1.14)

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -24,6 +24,7 @@ data_dir: data

plugins:
- jekyll-redirect-from
- jekyll-sitemap

exclude:
- Gemfile
Expand Down

0 comments on commit 61ce1e5

Please sign in to comment.