blob: 5dbb62471dd608fd91c5c3f39a014ed583ddb3b3 (
plain) (
tree)
|
|
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: Blog
description: Egor's blog on programming
baseurl: /blog
repository: egor-tensin/blog
personal_info:
name: Egor Tensin
email: Egor.Tensin@gmail.com
|