aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml71
1 files changed, 0 insertions, 71 deletions
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 5290a16..0000000
--- a/_config.yml
+++ /dev/null
@@ -1,71 +0,0 @@
-plugins:
- - jekyll-paginate
- - jekyll-github-metadata
-
-exclude:
- - .travis.yml
- - build.sh
- - Gemfile
- - Gemfile.lock
- - LICENSE.txt
- - serve.bat
- - serve.sh
- - README.md
-
-paginate: 10
-
-collections:
- notes:
- output: true
- sort_by: title # Doesn't work?
-
-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
- - scope:
- path: categories
- type: pages
- values:
- layout: category
-
-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