Skip to content

Commit

Permalink
added jekyll-sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer committed Nov 24, 2019
1 parent b0490a7 commit 4a3870b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "jekyll"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ markdown: kramdown
permalink: pretty
plugins:
- jekyll-seo-tag
- jekyll-sitemap

# SEO/Meta settings
author: You
Expand Down

0 comments on commit 4a3870b

Please sign in to comment.