diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 22:36:26 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 22:36:26 +0200 |
commit | 7a613adbae1bf5674c64972e5629a439d5e1c530 (patch) | |
tree | c20b25d151f8225ad17072c50fa866f38665fd72 /Gemfile | |
parent | remove category from permalinks (diff) | |
download | blog-7a613adbae1bf5674c64972e5629a439d5e1c530.tar.gz blog-7a613adbae1bf5674c64972e5629a439d5e1c530.zip |
switch from GitHub Pages to plain Jekyllmigration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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' |