kameronkenny.com/Gemfile

13 lines
284 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
#git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
#gem "github-pages", group: :jekyll_plugins
gem "bundler"
gem "jekyll", ">= 3.8.4"
gem "jekyll-theme-slate"
gem "jekyll-paginate"
gem "jekyll-sitemap"