From 4583e91c078fc08ede8aa3fa36f0e4b998432bb6 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Fri, 3 Aug 2018 11:36:03 -0500 Subject: [PATCH] :arrow_up: Updates deps and configs --- Gemfile | 27 +++++++-------------------- Gemfile.lock | 14 ++++++++++---- _config.yml | 8 ++++---- 3 files changed, 21 insertions(+), 28 deletions(-) diff --git a/Gemfile b/Gemfile index 4776d6e..20a18e2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,29 +1,16 @@ source "https://rubygems.org" -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 3.7.3" +# bundle exec jekyll serve + +gem "jekyll" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins - # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem 'jekyll-feed' + gem 'jekyll-redirect-from' + gem 'jekyll-seo-tag' + gem 'jekyll-sitemap' end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0" if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index fbb73be..293edd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,10 +29,14 @@ GEM safe_yaml (~> 1.0) jekyll-feed (0.10.0) jekyll (~> 3.3) + jekyll-redirect-from (0.14.0) + jekyll (~> 3.3) jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-seo-tag (2.5.0) jekyll (~> 3.3) + jekyll-sitemap (1.2.0) + jekyll (~> 3.3) jekyll-watch (2.0.0) listen (~> 3.0) kramdown (1.17.0) @@ -65,10 +69,12 @@ PLATFORMS ruby DEPENDENCIES - jekyll (~> 3.7.3) - jekyll-feed (~> 0.6) + jekyll + jekyll-feed + jekyll-redirect-from + jekyll-seo-tag + jekyll-sitemap minima (~> 2.0) - tzinfo-data BUNDLED WITH - 1.16.1 + 1.16.3 diff --git a/_config.yml b/_config.yml index 4aef5ae..e15c7c5 100644 --- a/_config.yml +++ b/_config.yml @@ -21,10 +21,10 @@ description: >- even if that is not the intent. baseurl: "" # the subpath of your site, e.g. /blog url: "https://heyguys.cc" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: - - @laceynwilliams - - @webology -github_username: +twitter_username: + - laceynwilliams + - webology +github_username: - williln - jefftriplett