aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_config.yml
blob: c3aa0cbad83b59b00c16a9199a8b745a4123a285 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
              
 


                
             
           
 


                

                          
 

          
              

                 
                  
                          
          
              



                  
              

                 
                  
 
                     
 
                  
                  

                          

                   
 

         



                          

                            

                 
                     
                                                                               
 




                                           

                             









                                
# Jekyll
baseurl: /blog

exclude:
  - Gemfile
  - Gemfile.lock
  - README.md
  - vendor/

collections:
  notes:
    output: true
    # Jekyll 4.0 or later:
    #sort_by: title

defaults:
  - scope:
      path: ''
      type: pages
    values:
      layout: page
      navbar_priority: 999
  - scope:
      path: ''
      type: posts
    values:
      layout: post
  - scope:
      path: ''
      type: notes
    values:
      layout: page

excerpt_separator: ''

highlighter: rouge
markdown: kramdown
kramdown:
  syntax_highlighter_opts:
    span:
      disable: true

# Plugins
plugins:
  - jekyll-github-metadata
  - jekyll-paginate
  - jekyll-remote-theme

# jekyll-github-metadata
repository: egor-tensin/blog
# jekyll-paginate
paginate: 10
# jekyll-remote-theme
remote_theme: egor-tensin/jekyll-theme@f5dec4b9690193aa0eba8c9705ae01a0238ecf56

# Theme settings
settings:
  project:
    name: Blog
    description: Egor's blog on programming
    license: MIT License
    license_file: LICENSE.txt
  author:
    name: Egor Tensin
    email: Egor.Tensin@gmail.com
  3rdparty:
    versions:
      bootstrap: 3.3.7
      jquery: 1.12.4
      html5shiv: 3.7.3
      respond: 1.4.2
    minified: true