From d5c1f406fea35adb6ca4759760106a4007911bb0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 22 Oct 2022 19:19:50 +0200 Subject: Revert "upgrade to Jekyll 4" This reverts commit 38ff20506e5a782db84881cf2b27a5f5766b962a. OMFG: https://github.com/jekyll/github-metadata/issues/242 --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index ff4314b..5143230 100644 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,11 @@ show_drafts: true strict_front_matter: true exclude: + - Gemfile + - Gemfile.lock - Makefile - README.md + - vendor/ # Plugins plugins: @@ -18,7 +21,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/sorting-algorithms # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@425d20d2001d87eff0e6aa3c605bf30ff2063f60 +remote_theme: egor-tensin/jekyll-theme@2dc87131123afaa1716c87dd02164b33059ad2b8 # Theme settings settings: -- cgit v1.2.3