aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-13 17:46:34 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-13 18:20:23 +0200
commitd231c9b71d31b4208ef679106ba38a6dbf91ef61 (patch)
tree98c35db1465839f9df71fa858eb16909627e7325 /Gemfile
parentmove Jekyll options to _config.yml (diff)
downloadegor-tensin.github.io-d231c9b71d31b4208ef679106ba38a6dbf91ef61.tar.gz
egor-tensin.github.io-d231c9b71d31b4208ef679106ba38a6dbf91ef61.zip
switch from GitHub Pages to plain Jekyllmigration
This is the beginning of moving everything out of GitHub Pages. Not that I don't like it, it's just having two websites is one too many.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3e9bdaa..5c25aaa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,7 @@
source 'https://rubygems.org'
-gem 'github-pages', '226'
+gem 'jekyll', '~> 4.2'
+
+group :jekyll_plugins do
+ gem 'jekyll-github-metadata'
+ gem 'jekyll-remote-theme'
+end