aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_config.yml
blob: 85b536275c3f1e32d43a57dbd20356cf11632669 (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@937c2703df1dde8a7318cfa9b7318a0bf202b4cc

# 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