From 8d282145cab863f3a50025d226031f9f6395aa2a Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Mon, 13 Jan 2020 11:48:01 +0000
Subject: [PATCH] Remainder of URL changes
---
exampleSite/content/redir.md | 2 +-
exampleSite/config.toml | 2 +-
exampleSite/content/cool.md | 4 ++--
exampleSite/content/interesting.md | 4 ++--
exampleSite/config_for_github_pages.toml | 2 +-
exampleSite/content/awesome.md | 4 ++--
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0a5ba42..4a4548b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,6 +10,6 @@
webmasterEmail = "kc0bfv@gmail.com"
description = "The demonstration page for the Hugo Ticky Tacky Dark theme."
author = "kc0bfv@gmail.com"
- headerimages = ["/img/header01.jpg", "/img/header02.jpg"]
+ headerimages = ["img/header01.jpg", "img/header02.jpg"]
#msvalidate = ""
#googlesiteverification = ""
diff --git a/exampleSite/config_for_github_pages.toml b/exampleSite/config_for_github_pages.toml
index db14060..d1d12dd 100644
--- a/exampleSite/config_for_github_pages.toml
+++ b/exampleSite/config_for_github_pages.toml
@@ -10,6 +10,6 @@
webmasterEmail = "kc0bfv@gmail.com"
description = "The demonstration page for the Hugo Ticky Tacky Dark theme."
author = "kc0bfv@gmail.com"
- headerimages = ["/img/header01.jpg", "/img/header02.jpg"]
+ headerimages = ["img/header01.jpg", "img/header02.jpg"]
#msvalidate = ""
#googlesiteverification = ""
diff --git a/exampleSite/content/awesome.md b/exampleSite/content/awesome.md
index 84ef8f1..7230dcb 100644
--- a/exampleSite/content/awesome.md
+++ b/exampleSite/content/awesome.md
@@ -1,8 +1,8 @@
---
title: "Awesome"
date: 2019-12-08T00:00:00-00:00
-buttonimage: "/img/awebutton.jpg"
-sideimages: ["/img/awesome01.jpg", "/img/awesome02.jpg"]
+buttonimage: "img/awebutton.jpg"
+sideimages: ["img/awesome01.jpg", "img/awesome02.jpg"]
sideimagealt: "Awesome Page Image"
draft: false
weight: 1
diff --git a/exampleSite/content/cool.md b/exampleSite/content/cool.md
index c1e1a66..01df681 100644
--- a/exampleSite/content/cool.md
+++ b/exampleSite/content/cool.md
@@ -1,8 +1,8 @@
---
title: "Stunning"
date: 2019-12-08T00:00:00-00:00
-buttonimage: "/img/coolbutton.jpg"
-sideimages: ["/img/cool01.jpg"]
+buttonimage: "img/coolbutton.jpg"
+sideimages: ["img/cool01.jpg"]
sideimagealt: "Cool Page Image"
draft: false
weight: 4
diff --git a/exampleSite/content/interesting.md b/exampleSite/content/interesting.md
index ad62d6b..16a9f68 100644
--- a/exampleSite/content/interesting.md
+++ b/exampleSite/content/interesting.md
@@ -1,8 +1,8 @@
---
title: "Fascinating"
date: 2019-12-08T00:00:00-00:00
-buttonimage: "/img/interestingbutton.jpg"
-sideimages: ["/img/interesting01.jpg"]
+buttonimage: "img/interestingbutton.jpg"
+sideimages: ["img/interesting01.jpg"]
sideimagealt: "Interesting Page Image"
draft: false
weight: 3
diff --git a/exampleSite/content/redir.md b/exampleSite/content/redir.md
index f6bfd89..5d94ba8 100644
--- a/exampleSite/content/redir.md
+++ b/exampleSite/content/redir.md
@@ -2,7 +2,7 @@
title: "Theme Source"
date: 2019-12-08T00:00:00-00:00
draft: false
-buttonimage: "/img/redirbutton.jpg"
+buttonimage: "img/redirbutton.jpg"
actualurl: "https://github.com/kc0bfv/ticky_tacky_dark"
weight: 2
---
--
Gitblit v1.10.0