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





                
             
           






































                                     

                             






                               
                      



                      
# Jekyll
baseurl: ''

exclude:
  - Gemfile
  - Gemfile.lock
  - README.md
  - vendor/

defaults:
  - scope:
      path: ''
      type: pages
    values:
      layout: page
      navbar_priority: 999
  - scope:
      path: ''
      type: posts
    values:
      layout: post

excerpt_separator: ''

highlighter: rouge
markdown: kramdown
kramdown:
  syntax_highlighter_opts:
    span:
      disable: true

# Plugins
plugins:
  - jekyll-github-metadata
  - jekyll-paginate

# jekyll-github-metadata
repository: egor-tensin/jekyll-theme
# jekyll-paginate
paginate: 10
paginate_path: '/feed/page:num/'

# Theme settings
settings:
  project:
    name: jekyll-theme
    description: jekyll-theme preview
    license: MIT License
    license_file: LICENSE.txt
  author:
    name: John Doe
    email: John.Doe@example.com
  navbar:
    hide: false
  3rdparty:
    versions:
      bootstrap: 3.4.1
      jquery: 1.12.4
      html5shiv: 3.7.3
      respond: 1.4.2
    minified: false