diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Gemfile | 8 |
2 files changed, 9 insertions, 2 deletions
@@ -2,9 +2,8 @@ _site vendor/ .sass-cache .jekyll-metadata -Gemfile -Gemfile.lock node_modules +Gemfile.lock vendor/bundle/ vendor/cache/ vendor/gems/ @@ -0,0 +1,8 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://gitlab.com/#{repo_name}" } + +gem "jekyll" +gem "minima" |