fix theme
This commit is contained in:
parent
c4c38e4e4c
commit
6e69e2f49a
4
Gemfile
4
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue