diff --git a/.ruby-version b/.ruby-version index 35cee72..097a15a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.3 +2.6.2 diff --git a/.tool-versions b/.tool-versions index 5cfccd9..4d524dc 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 2.4.3 +ruby 2.6.2 diff --git a/Gemfile b/Gemfile index a8ebdfc..7d46706 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "2.4.3" +ruby "2.6.2" gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index 5f7bef1..5307d8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ DEPENDENCIES uglifier RUBY VERSION - ruby 2.4.3p205 + ruby 2.6.2p47 BUNDLED WITH 1.17.3 diff --git a/Rakefile b/Rakefile index b9b82de..ab553bb 100644 --- a/Rakefile +++ b/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) diff --git a/_config.yml b/_config.yml index 6b59342..a9d455d 100644 --- a/_config.yml +++ b/_config.yml @@ -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/