aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 01:48:11 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 01:48:11 +0000
commitadb9b3fe169a92ea2da7b8c804c8b91f966c21a4 (patch)
treefe340f4de0afa6763e220194d2e6bea3366b4c71 /_config.yml
parentbind-mounts: rename the file (diff)
downloadjekyll-theme-adb9b3fe169a92ea2da7b8c804c8b91f966c21a4.tar.gz
jekyll-theme-adb9b3fe169a92ea2da7b8c804c8b91f966c21a4.zip
remove everything except Jekyll theme stuff
I tagged the previous commit to explain what's going on.
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