aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-20 20:55:42 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-20 21:04:14 +0200
commit4b871e8f64f0db0bef199489a014a4c7c5129405 (patch)
tree916868f97dfd298fb13db340a4c46937d530bf7c /Gemfile
parentremove category from permalinks (diff)
downloadjekyll-theme-4b871e8f64f0db0bef199489a014a4c7c5129405.tar.gz
jekyll-theme-4b871e8f64f0db0bef199489a014a4c7c5129405.zip
switch from GitHub Pages to plain Jekyllmigration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3e9bdaa..7f80b5d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,9 @@
source 'https://rubygems.org'
-gem 'github-pages', '226'
+gem 'jekyll', '~> 3'
+
+gem 'jekyll-github-metadata'
+gem 'jekyll-paginate'
+gem 'jekyll-remote-theme'
+# Why is this not a dependency of Jekyll? Considering that without
+# kramdown-parser-gfm, Jekyll will error out.
+gem 'kramdown-parser-gfm'