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


                          
        
            



                
            
             






                        
                  




                          

                   
 


                        

                      


                                 




                                 
plugins:
  - jekyll-paginate
  - jekyll-github-metadata

exclude:
  - build.sh
  - Gemfile
  - Gemfile.lock
  - LICENSE.txt
  - serve.bat
  - serve.sh
  - README.md

paginate: 10

excerpt_separator: ""
include_comments: true
minified_externals: true

highlighter: rouge

markdown: kramdown

kramdown:
  syntax_highlighter_opts:
    span:
      disable: true

bootstrap_version: 3.3.7
jquery_version: 1.12.4
html5shiv_version: 3.7.3
respond_version: 1.4.2

project:
  name: C++ notes
  description: Personal C++ notes
baseurl: /cpp-notes
repository: egor-tensin/cpp-notes
personal_info:
  name: Egor Tensin
  email: Egor.Tensin@gmail.com