Changeset - d9159b04fd5e
[Not reviewed]
0 3 0
Vitaly Takmazov - 8 years ago 2017-07-27 14:14:07
vitalyster@gmail.com
add sitemap
3 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Gemfile
Show inline comments
 
source 'https://rubygems.org'
 
gem 'github-pages', group: :jekyll_plugins
 
gem 'jekyll-sitemap', group: :jekyll_plugins
Gemfile.lock
Show inline comments
 
@@ -195,3 +195,7 @@ PLATFORMS
 

	
 
DEPENDENCIES
 
  github-pages
 
  jekyll-sitemap
 

	
 
BUNDLED WITH
 
   1.15.3
_config.yml
Show inline comments
 
@@ -124,4 +124,5 @@ JB :
 
  # where [HELPER] is the name of the helper you are overriding.
 
  
 
gems:
 
  - jekyll-redirect-from
 
\ No newline at end of file
 
  - jekyll-redirect-from
 
  - jekyll-sitemap
0 comments (0 inline, 0 general)