Skip to content

Commit

Permalink
add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Mar 5, 2024
1 parent f8cb15a commit 1207282
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.3.1"
gem "nokogiri", "~> 1.14"
gem "html-proofer", "~> 3.15", ">= 3.15.3"
gem "jekyll-sitemap", "~> 1.4"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ GEM
webrick (~> 1.7)
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 @@ -100,6 +102,7 @@ PLATFORMS
DEPENDENCIES
html-proofer (~> 3.15, >= 3.15.3)
jekyll (~> 4.3.1)
jekyll-sitemap (~> 1.4)
nokogiri (~> 1.14)

BUNDLED WITH
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ collections:
initiatives:
output: true

plugins:
- jekyll-sitemap

exclude:
- "*.yml"
- CONTRIBUTING.md
Expand Down

0 comments on commit 1207282

Please sign in to comment.