Skip to content

Commit

Permalink
Use jekyll-sitemap instead of our custom solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 10, 2016
1 parent 4265f86 commit 5564142
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source 'https://rubygems.org'

group :development, :test do
gem 'jekyll', '~> 3.1.2'
gem 'jekyll-sitemap', '~> 0.10.0'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GEM
safe_yaml (~> 1.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-sitemap (0.10.0)
jekyll-watch (1.3.1)
listen (~> 3.0)
kramdown (1.10.0)
Expand All @@ -34,6 +35,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 3.1.2)
jekyll-sitemap (~> 0.10.0)

BUNDLED WITH
1.11.2
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ port: 9001
url: http://getbootstrap.com
encoding: UTF-8

gems:
- jekyll-sitemap

# Custom vars
current_version: 3.3.6
repo: https://github.com/twbs/bootstrap
Expand Down
23 changes: 0 additions & 23 deletions docs/sitemap.xml

This file was deleted.

0 comments on commit 5564142

Please sign in to comment.