diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-20 21:16:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-20 21:16:05 +0200 |
commit | bf5a900922e28c5bd3ef6265e6f3f8ea784bfc1a (patch) | |
tree | cd63031dd47bb731ed2565ab3672df06818a2475 /Gemfile | |
parent | move Jekyll options to _config.yml (diff) | |
download | sorting-algorithms-bf5a900922e28c5bd3ef6265e6f3f8ea784bfc1a.tar.gz sorting-algorithms-bf5a900922e28c5bd3ef6265e6f3f8ea784bfc1a.zip |
switch from GitHub Pages to plain Jekyllmigration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', '226' +gem 'jekyll', '~> 3' + +gem 'jekyll-github-metadata' +gem 'jekyll-remote-theme' |