minimalist version for the gitlab-ci
Gemfile
0 → 100644
# frozen_string_literal: true | ||
source "https://rubygems.org" | ||
# git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | ||
# gem "rails" | ||
# add jekyll as a dependency | ||
gem "jekyll" | ||
# add github pages | ||
# gem "github-pages", group: :jekyll_plugins |
Gemfile.lock
0 → 100644