aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
blob: 413acf545012abb49c1d91cf43b68753f724ca6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
gems:
  - jekyll-paginate
  - jekyll-github-metadata

exclude:
  - 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:
    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