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


                
             
           
 




                          


                                          
                                                                               
 









                                                             
# Jekyll
baseurl: /sorting-algorithms

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

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

# jekyll-github-metadata
repository: egor-tensin/sorting-algorithms
# jekyll-remote-theme
remote_theme: egor-tensin/jekyll-theme@00bf98134e4da8897ec32897a9bc88b610696d9c

# Theme settings
settings:
  project:
    name: Sorting algorithms
    description: Getting the hang out of (sorting) algorithms
    license: MIT License
    license_file: LICENSE.txt
  author:
    name: Egor Tensin
    email: Egor.Tensin@gmail.com