From adb9b3fe169a92ea2da7b8c804c8b91f966c21a4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 7 May 2020 01:48:11 +0000 Subject: remove everything except Jekyll theme stuff I tagged the previous commit to explain what's going on. --- _config.yml | 71 ------------------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 _config.yml (limited to '_config.yml') 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 -- cgit v1.2.3