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


                         
 
        

                
            
             
           
 



                          
               
 


                                          
                                                                               
 



                            


                                




                                                                                         
# Jekyll
baseurl: /sorting-algorithms
host: 0.0.0.0
livereload: true
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-tidy

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

# 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}