diff --git a/Gemfile b/Gemfile index 0006058..05ed121 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +#git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "bundler" gem "jekyll", ">= 3.8.4" @@ -10,5 +10,5 @@ gem "jekyll-theme-slate" gem "jekyll-paginate" gem "jekyll-sitemap" -gem "github-pages", group: :jekyll_plugins +#gem "github-pages", group: :jekyll_plugins diff --git a/_config.yml b/_config.yml index ac0e107..7895336 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ title: "kameronkenny.com" email: "thiswillnotwork@thelinux.pro" description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog -url: "http://kameronkenny.com" # the base hostname & protocol for your site +url: "https://kameronkenny.com" # the base hostname & protocol for your site twitter_username: kameronkenny github_username: kkenny linkedin_username: kameronkenny