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



                         
 


                
            
             
           
 




                          


                                          
                                                                               
 



                            


                                




                                                                                         
# Jekyll
baseurl: /sorting-algorithms
host: 0.0.0.0
open_url: true
show_drafts: true
strict_front_matter: true

exclude:
  - Gemfile
  - Gemfile.lock
  - Makefile
  - 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@1619deac118674921cc9ca01fc5d7778e37be463

# Theme settings
settings:
  project:
    name: Sorting algorithms
  author:
    name: Egor Tensin
    email: Egor.Tensin@gmail.com
  links:
    - {rel: apple-touch-icon, sizes: 180x180, href: /assets/favicon/apple-touch-icon.png}
    - {rel: icon, type: image/png, sizes: 32x32, href: /assets/favicon/favicon-32x32.png}
    - {rel: icon, type: image/png, sizes: 16x16, href: /assets/favicon/favicon-16x16.png}
    - {rel: manifest, href: /assets/favicon/site.webmanifest}