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





                         
        
          
                  
            
              
             
 



                          
               
 

                                             
                     
                                                                               
 

                

                     
                           

              




                                                                                         
# Jekyll
baseurl: ''
host: 0.0.0.0
open_url: true
show_drafts: true
strict_front_matter: true

exclude:
  - .wget/
  - DEVELOPMENT.md
  - Makefile
  - prelude.mk
  - README.md

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

# jekyll-github-metadata
repository: egor-tensin/egor-tensin.github.io
# jekyll-remote-theme
remote_theme: egor-tensin/jekyll-theme@e000b4d38754517f3609443ed6314dad3f0a3b5d

# Theme settings
settings:
  author:
    name: Egor Tensin
    email: egor@tensin.name
  navbar:
    hide: true
  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}