From 727cbe1deecd8f5cee4edb5e474b07d922255b3c Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sat, 25 May 2024 12:05:19 -0400 Subject: [PATCH] try this --- _config.yml | 6 +- _includes/footer.html | 79 ++++++++++++-------------- _includes/head.html | 39 +++++++------ _includes/header.html | 51 ++++++++++++----- _includes/javascripts.html | 16 ++++++ _includes/main.scss | 30 ++++++++++ _layouts/default.html | 21 +++++-- _layouts/page.html | 31 +++++++--- _layouts/post.html | 112 ++++++++++++++++++++++++++++++++++--- 9 files changed, 287 insertions(+), 98 deletions(-) create mode 100755 _includes/javascripts.html create mode 100755 _includes/main.scss diff --git a/_config.yml b/_config.yml index e568e4c..7792dd4 100644 --- a/_config.yml +++ b/_config.yml @@ -6,11 +6,13 @@ # 'jekyll serve'. If you change this file, please restart the server process. # Site settings -title: "kameronkenny.com" +title: kameronkenny.com email: "thiswillnotwork@thelinux.pro" -description: > # this means to ignore newlines until "baseurl:" +description: kameronkenny.com baseurl: "" # the subpath of your site, e.g. /blog url: "https://kameronkenny.com" # the base hostname & protocol for your site + +author-name: Kameron Kenny twitter_username: kameronkenny github_username: kkenny linkedin_username: kameronkenny diff --git a/_includes/footer.html b/_includes/footer.html index 55150c5..78b68b3 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,47 +1,38 @@ -