add sitemap
This commit is contained in:
parent
9df70a5b83
commit
d9159b04fd
3 changed files with 7 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -1,2 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
gem 'jekyll-sitemap', group: :jekyll_plugins
|
||||
|
|
|
@ -195,3 +195,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
jekyll-sitemap
|
||||
|
||||
BUNDLED WITH
|
||||
1.15.3
|
||||
|
|
|
@ -124,4 +124,5 @@ JB :
|
|||
# where [HELPER] is the name of the helper you are overriding.
|
||||
|
||||
gems:
|
||||
- jekyll-redirect-from
|
||||
- jekyll-redirect-from
|
||||
- jekyll-sitemap
|
||||
|
|
Loading…
Add table
Reference in a new issue