Skip to content

Commit

Permalink
Merge pull request KittyGiraudel#364 from HugoGiraudel/feature/jekyll…
Browse files Browse the repository at this point in the history
…-sitemap

[RFR] Replaced sitemap.xml with jekyll-sitemap
  • Loading branch information
KittyGiraudel authored Aug 14, 2016
2 parents 86e5c43 + 9c9da27 commit eb711ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem 'github-pages'
gem 'html-proofer'
gem 'jekyll-sitemap'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ PLATFORMS
DEPENDENCIES
github-pages
html-proofer
jekyll-sitemap

BUNDLED WITH
1.12.5
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ languages:
- zh

# Build settings
safe: true
gems:
- jekyll-sitemap
data_dir: ./_locales
exclude: [
"CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "TRANSLATING.md",
Expand Down
17 changes: 0 additions & 17 deletions sitemap.xml

This file was deleted.

0 comments on commit eb711ca

Please sign in to comment.