Skip to content

Commit

Permalink
Add Jekyll sitemap for SEO improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Oct 13, 2018
1 parent 2c7844a commit e04c500
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "jekyll", "~> 3.7"
gem 'jekyll-sitemap'
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll (~> 3.7)
jekyll-sitemap

BUNDLED WITH
1.16.4
1.16.6
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ kramdown:
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
keep_files:
- assets
- releases
Expand Down

0 comments on commit e04c500

Please sign in to comment.