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
 
@@ -150,48 +150,52 @@ GEM
 
      listen (~> 3.0, < 3.1)
 
    jemoji (0.8.0)
 
      activesupport (~> 4.0)
 
      gemoji (~> 3.0)
 
      html-pipeline (~> 2.2)
 
      jekyll (>= 3.0)
 
    json (1.8.6)
 
    kramdown (1.13.2)
 
    liquid (3.0.6)
 
    listen (3.0.6)
 
      rb-fsevent (>= 0.9.3)
 
      rb-inotify (>= 0.9.7)
 
    mercenary (0.3.6)
 
    mini_portile2 (2.1.0)
 
    minima (2.0.0)
 
    minitest (5.10.1)
 
    multipart-post (2.0.0)
 
    net-dns (0.8.0)
 
    nokogiri (1.7.1)
 
      mini_portile2 (~> 2.1.0)
 
    octokit (4.7.0)
 
      sawyer (~> 0.8.0, >= 0.5.3)
 
    pathutil (0.14.0)
 
      forwardable-extended (~> 2.6)
 
    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
 
@@ -79,49 +79,50 @@ JB :
 
  #
 
 # comments :
 
#    provider : disqus
 
#    disqus :
 
#      short_name : jekyllbootstrap
 
#    livefyre :
 
#      site_id : 123
 
#    intensedebate :
 
#      account : 123abc
 
#    facebook :
 
#      appid : 123
 
#      num_posts: 5
 
#      width: 580
 
#      colorscheme: light
 
   
 
  # Settings for analytics helper
 
  # Set 'provider' to the analytics provider you want to use.
 
  # Set 'provider' to false to turn analytics off globally.
 
  #        
 
#  analytics :
 
#    provider : google 
 
#    google : 
 
#        tracking_id : 'UA-123-12'
 
#    getclicky :
 
#      site_id : 
 
#    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
 
\ No newline at end of file
 
  - jekyll-redirect-from
 
  - jekyll-sitemap
0 comments (0 inline, 0 general)