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
 
@@ -186,12 +186,16 @@ GEM
 
    thread_safe (0.3.6)
 
    typhoeus (0.8.0)
 
      ethon (>= 0.8.0)
 
    tzinfo (1.2.3)
 
      thread_safe (~> 0.1)
 
    unicode-display_width (1.1.3)
 

	
 
PLATFORMS
 
  ruby
 

	
 
DEPENDENCIES
 
  github-pages
 
  jekyll-sitemap
 

	
 
BUNDLED WITH
 
   1.15.3
_config.yml
Show inline comments
 
@@ -115,13 +115,14 @@ JB :
 
  # Settings for all other include helpers can be defined by creating 
 
  # a hash with key named for the given helper. ex:
 
  #
 
  #   pages_list :
 
  #     provider : "custom"   
 
  #
 
  # Setting any helper's provider to 'custom' will bypass the helper code
 
  # and include your custom code. Your custom file must be defined at:
 
  #   ./_includes/custom/[HELPER]
 
  # 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)