From bb39174e0a5c86188f297a912a4a812be7969c11 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 5 Jan 2021 07:09:18 -0700 Subject: [PATCH] Fix relative links for scripts, styles, and images --- 404.html | 4 ++-- AI.html | 4 ++-- Academia.html | 4 ++-- Contact.html | 4 ++-- Videos.html | 4 ++-- Websites.html | 28 ++++++++++++++-------------- _config.yml | 4 ++-- _drafts/KeepEPDsReal.html | 6 +++--- _layouts/default.html | 16 ++++++++-------- index.html | 4 ++-- 10 files changed, 39 insertions(+), 39 deletions(-) diff --git a/404.html b/404.html index f5c59ec..2e89624 100644 --- a/404.html +++ b/404.html @@ -1,7 +1,7 @@ --- title: 404 Error - Page Not Found -imageUrl: ../img/404.jpg -blurImageUrl: ../img/404_blur.jpg +imageUrl: /img/404.jpg +blurImageUrl: /img/404_blur.jpg motto: HTTP 404 Error --- diff --git a/AI.html b/AI.html index 4f043be..0a788e4 100644 --- a/AI.html +++ b/AI.html @@ -1,7 +1,7 @@ --- title: Artificial Insemination Services -imageUrl: ../img/Ai-calf.jpg -blurImageUrl: ../img/Ai-calf_blur.jpg +imageUrl: /img/Ai-calf.jpg +blurImageUrl: /img/Ai-calf_blur.jpg motto: Artificial Insemination ---

diff --git a/Academia.html b/Academia.html index ce0c095..ff6c25e 100644 --- a/Academia.html +++ b/Academia.html @@ -1,7 +1,7 @@ --- title: Academic Achievements -imageUrl: ../img/library.jpg -blurImageUrl: ../img/library_blur.jpg +imageUrl: /img/library.jpg +blurImageUrl: /img/library_blur.jpg motto: Academic Publications and Presentations --- diff --git a/Contact.html b/Contact.html index 3166a91..2e3de72 100644 --- a/Contact.html +++ b/Contact.html @@ -1,7 +1,7 @@ --- title: Contact Me -imageUrl: ../img/venice-mailbox.jpg -blurImageUrl: ../img/venice-mailbox_blur.jpg +imageUrl: /img/venice-mailbox.jpg +blurImageUrl: /img/venice-mailbox_blur.jpg motto: Contact Me --- diff --git a/Videos.html b/Videos.html index cc9b9a0..b2ec676 100644 --- a/Videos.html +++ b/Videos.html @@ -1,7 +1,7 @@ --- title: Videos -imageUrl: ../img/camera.jpg -blurImageUrl: ../img/camera_blur.jpg +imageUrl: /img/camera.jpg +blurImageUrl: /img/camera_blur.jpg motto: Videography Portfolio ---

The culmination of all art forms is that of film.

diff --git a/Websites.html b/Websites.html index da403f2..9ea8f22 100644 --- a/Websites.html +++ b/Websites.html @@ -1,7 +1,7 @@ --- title: My Websites -imageUrl: ../img/eclipse.jpg -blurImageUrl: ../img/eclipse_blur.jpg +imageUrl: /img/eclipse.jpg +blurImageUrl: /img/eclipse_blur.jpg motto: Websites --- @@ -13,7 +13,7 @@ motto: Websites
- Thumbnail of Vedauwoo Goats homepage + Thumbnail of Vedauwoo Goats homepage
@@ -30,19 +30,19 @@ motto: Websites
@@ -55,7 +55,7 @@ motto: Websites
@@ -73,13 +73,13 @@ motto: Websites
- + GSD Kit
@@ -88,7 +88,7 @@ motto: Websites

- + Vertical Menu for Bootstrap
@@ -99,7 +99,7 @@ motto: Websites
- Thumbnail of Albany County 4-H Record Book website + Thumbnail of Albany County 4-H Record Book website

Albany County 4-H Record Books

@@ -112,19 +112,19 @@ motto: Websites
diff --git a/_config.yml b/_config.yml index d07241c..48944cb 100644 --- a/_config.yml +++ b/_config.yml @@ -50,6 +50,6 @@ defaults: values: layout: "default" title: Milliron X - imageUrl: ../img/saddles.jpg - blurImageUrl: ../img/saddles_blur.jpg + imageUrl: /img/saddles.jpg + blurImageUrl: /img/saddles_blur.jpg motto: Milliron X \ No newline at end of file diff --git a/_drafts/KeepEPDsReal.html b/_drafts/KeepEPDsReal.html index 5b6e05c..89e462c 100644 --- a/_drafts/KeepEPDsReal.html +++ b/_drafts/KeepEPDsReal.html @@ -1,7 +1,7 @@ --- title: Keep EPDs Real -imageUrl: ../img/cannulated-cows.jpg -blurImageUrl: ../img/cannulated-cows_blur.jpg +imageUrl: /img/cannulated-cows.jpg +blurImageUrl: /img/cannulated-cows_blur.jpg motto: Keep EPDs Real --- @@ -146,7 +146,7 @@ motto: Keep EPDs Real

Something had to be done

- MILK ≠ Milk + MILK ≠ Milk

diff --git a/_layouts/default.html b/_layouts/default.html index d986ef4..d2603d5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -22,12 +22,12 @@ - - + + - + - + - + @@ -155,6 +155,6 @@ - + \ No newline at end of file diff --git a/index.html b/index.html index 9af06b0..790ff07 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- title: Home -imageUrl: ../img/charolette.jpg -blurImageUrl: ../img/charolette_blur.jpg +imageUrl: /img/charolette.jpg +blurImageUrl: /img/charolette_blur.jpg motto: My name is Thomas Christensen
I am Milliron X ---