blob: 82a60fb3ec5fd57c588d3c35bead934afed2cc5f (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
plugins:
- jekyll-paginate
- jekyll-github-metadata
exclude:
- build.sh
- Gemfile
- Gemfile.lock
- LICENSE.txt
- serve.bat
- serve.sh
- README.md
paginate: 10
collections:
notes:
output: true
defaults:
- scope:
path: ""
type: pages
values:
layout: default
navbar_priority: 999
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: ""
type: notes
values:
layout: note
excerpt_separator: ""
include_comments: true
minified_externals: true
highlighter: rouge
markdown: kramdown
kramdown:
math_engine: null # Ignored by GitHub Pages, yay, how fun!
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: Blog
description: Egor's blog on programming
baseurl: /blog
repository: egor-tensin/blog
personal_info:
name: Egor Tensin
email: Egor.Tensin@gmail.com
|