Skip to content

Commit

Permalink
Added jekyll-sitemap to generate sitemap.xml. relates to #16
Browse files Browse the repository at this point in the history
  • Loading branch information
André Jaenisch authored and bhush9 committed Jul 30, 2017
1 parent d012cdf commit 6c670e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem "minima", "~> 2.0"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-sitemap", "~> 1.1"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ GEM
jekyll (~> 3.3)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-sitemap (1.1.1)
jekyll (~> 3.3)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.13.2)
Expand All @@ -47,11 +49,12 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.4.3)
jekyll-feed (~> 0.6)
jekyll-sitemap (~> 1.1)
minima (~> 2.0)
tzinfo-data

RUBY VERSION
ruby 2.4.0p0
ruby 2.1.9p490

BUNDLED WITH
1.14.2
1.15.1
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ disqus:
theme: minima
gems:
- jekyll-feed
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock

0 comments on commit 6c670e8

Please sign in to comment.