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 6 insertions and 0 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
 
@@ -174,24 +174,28 @@ GEM
 
    public_suffix (2.0.5)
 
    rb-fsevent (0.9.8)
 
    rb-inotify (0.9.8)
 
      ffi (>= 0.5.0)
 
    rouge (1.11.1)
 
    safe_yaml (1.0.4)
 
    sass (3.4.23)
 
    sawyer (0.8.1)
 
      addressable (>= 2.3.5, < 2.6)
 
      faraday (~> 0.8, < 1.0)
 
    terminal-table (1.7.3)
 
      unicode-display_width (~> 1.1.1)
 
    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
 
@@ -104,24 +104,25 @@ JB :
 
#    mixpanel :
 
#        token : '_MIXPANEL_TOKEN_'
 

	
 
  # Settings for sharing helper. 
 
  # Sharing is for things like tweet, plusone, like, reddit buttons etc.
 
  # Set 'provider' to the sharing provider you want to use.
 
  # Set 'provider' to false to turn sharing off globally.
 
  #
 
#  sharing :
 
#    provider : false
 
    
 
  # 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
 
  - jekyll-sitemap
0 comments (0 inline, 0 general)