-
- Downloads
There was a problem fetching the pipeline summary.
Dockerise the build/deployment
parent
244208a6
No related branches found
No related tags found
Pipeline #
source 'https://rubygems.org' | source 'https://rubygems.org' | ||
gem 'rake' | gem 'rake' | ||
gem 'jekyll' | group :build do | ||
gem 'jekyll' | |||
end | |||
group :default, :jekyll_plugins do | group :build, :jekyll_plugins do | ||
gem 'jekyll-scholar', '~> 5.10' | gem 'jekyll-scholar', '~> 5.10' | ||
#gem 'jekyll-scholar', :git => '/home/thomas/jekyll-scholar', :branch => 'master' | #gem 'jekyll-scholar', :git => '/home/thomas/jekyll-scholar', :branch => 'master' | ||
gem 'jekyll-redirect-from' | gem 'jekyll-redirect-from' | ||
... | ... |