From 6e69e2f49a0a49de500b91fab0983b060dc6d7dc Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sat, 25 May 2024 10:48:49 -0400 Subject: [PATCH] fix theme --- Gemfile | 4 ++-- _config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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