diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 15:26:51 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 15:26:51 +0200 |
commit | 38ff20506e5a782db84881cf2b27a5f5766b962a (patch) | |
tree | afd1327b91ec93555bc3e006f250f98c1344bb61 /_config.yml | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-38ff20506e5a782db84881cf2b27a5f5766b962a.tar.gz sorting-algorithms-38ff20506e5a782db84881cf2b27a5f5766b962a.zip |
upgrade to Jekyll 4
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 5143230..ff4314b 100644 --- a/_config.yml +++ b/_config.yml @@ -6,11 +6,8 @@ show_drafts: true strict_front_matter: true exclude: - - Gemfile - - Gemfile.lock - Makefile - README.md - - vendor/ # Plugins plugins: @@ -21,7 +18,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/sorting-algorithms # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@2dc87131123afaa1716c87dd02164b33059ad2b8 +remote_theme: egor-tensin/jekyll-theme@425d20d2001d87eff0e6aa3c605bf30ff2063f60 # Theme settings settings: |