summaryrefslogtreecommitdiff
path: root/Gemfile
blob: c8e11f00b4f068aee2482fcd703166e86325b512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

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