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"
|
source "https://rubygems.org"
|
||||||
ruby "2.4.3"
|
ruby "2.6.2"
|
||||||
|
|
||||||
gem "rake"
|
gem "rake"
|
||||||
|
|
||||||
|
|||||||
@ -163,7 +163,7 @@ DEPENDENCIES
|
|||||||
uglifier
|
uglifier
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.4.3p205
|
ruby 2.6.2p47
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|||||||
4
Rakefile
4
Rakefile
@ -6,11 +6,11 @@ task default: %w[build]
|
|||||||
|
|
||||||
desc "Build the site"
|
desc "Build the site"
|
||||||
task :build do
|
task :build do
|
||||||
config = Jekyll.configuration({
|
config = Jekyll.configuration(
|
||||||
context: Netlify.context,
|
context: Netlify.context,
|
||||||
production?: Netlify.production?,
|
production?: Netlify.production?,
|
||||||
url: Netlify.site_url,
|
url: Netlify.site_url,
|
||||||
})
|
)
|
||||||
site = Jekyll::Site.new(config)
|
site = Jekyll::Site.new(config)
|
||||||
|
|
||||||
Jekyll::Commands::Build.build(site, config)
|
Jekyll::Commands::Build.build(site, config)
|
||||||
|
|||||||
@ -10,9 +10,6 @@ collections:
|
|||||||
title: Uploads
|
title: Uploads
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
site:
|
|
||||||
url: https://danbarber.me
|
|
||||||
|
|
||||||
author: Dan Barber
|
author: Dan Barber
|
||||||
markdown: Kramdown
|
markdown: Kramdown
|
||||||
description: Web designer and developer for thoughtbot in London. Drummer and all
|
description: Web designer and developer for thoughtbot in London. Drummer and all
|
||||||
@ -24,6 +21,7 @@ plugins:
|
|||||||
- jekyll-assets
|
- jekyll-assets
|
||||||
- jekyll-picture-tag
|
- jekyll-picture-tag
|
||||||
- jekyll_video_tag
|
- jekyll_video_tag
|
||||||
|
- jekyll-inline-svg
|
||||||
- bourbon
|
- bourbon
|
||||||
|
|
||||||
simple_search: https://duckduckgo.com/
|
simple_search: https://duckduckgo.com/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user