aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_config.yml
blob: b0bba8ce94e78e34fa316b98dbbfcd19a23645f4 (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@62e6ee584a458044de208236b77e55eb6552744c

# 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