diff options
author | uvok cheetah | 2019-05-21 20:47:11 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-23 17:59:42 +0200 |
commit | 701a8c01fef8408418850dcbbe4cf42de1088c1e (patch) | |
tree | bb569078e2a2aa61d653c9e87cc0733950a7de96 /Gemfile | |
parent | 7b3170100da98fc8e4dc52d3bbe4c8af422c1b8a (diff) |
"Restart" project: switch to minima theme via Gemfile
undoing my modifications
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "jekyll", "~> 3.8" +gem "minima", "~> 2.0" + group :jekyll_plugins do gem "jekyll-redirect-from", "~> 0.15.0" + gem "jekyll-feed", "~> 0.6" end |