8 lines
155 B
Ruby
Raw Normal View History

2018-07-22 20:51:21 +02:00
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
2019-03-17 16:09:01 +01:00
gem "jekyll", "~> 3.8"