mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Fix build and update ruby
This commit is contained in:
parent
edfee3ed8f
commit
e37eefe5cc
@ -1 +1 @@
|
||||
2.4.3
|
||||
2.6.2
|
||||
|
||||
@ -1 +1 @@
|
||||
ruby 2.4.3
|
||||
ruby 2.6.2
|
||||
|
||||
2
Gemfile
2
Gemfile
@ -1,5 +1,5 @@
|
||||
source "https://rubygems.org"
|
||||
ruby "2.4.3"
|
||||
ruby "2.6.2"
|
||||
|
||||
gem "rake"
|
||||
|
||||
|
||||
@ -163,7 +163,7 @@ DEPENDENCIES
|
||||
uglifier
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.4.3p205
|
||||
ruby 2.6.2p47
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
||||
|
||||
4
Rakefile
4
Rakefile
@ -6,11 +6,11 @@ task default: %w[build]
|
||||
|
||||
desc "Build the site"
|
||||
task :build do
|
||||
config = Jekyll.configuration({
|
||||
config = Jekyll.configuration(
|
||||
context: Netlify.context,
|
||||
production?: Netlify.production?,
|
||||
url: Netlify.site_url,
|
||||
})
|
||||
)
|
||||
site = Jekyll::Site.new(config)
|
||||
|
||||
Jekyll::Commands::Build.build(site, config)
|
||||
|
||||
@ -10,9 +10,6 @@ collections:
|
||||
title: Uploads
|
||||
output: true
|
||||
|
||||
site:
|
||||
url: https://danbarber.me
|
||||
|
||||
author: Dan Barber
|
||||
markdown: Kramdown
|
||||
description: Web designer and developer for thoughtbot in London. Drummer and all
|
||||
@ -24,6 +21,7 @@ plugins:
|
||||
- jekyll-assets
|
||||
- jekyll-picture-tag
|
||||
- jekyll_video_tag
|
||||
- jekyll-inline-svg
|
||||
- bourbon
|
||||
|
||||
simple_search: https://duckduckgo.com/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user