From 524d9ee57197c666ca2517f8d3540a3577260942 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Tue, 10 Dec 2019 21:58:08 +0000
Subject: [PATCH] Works now?
---
img/awebutton.jpg | 0
awesome/index.html | 118 ++++++++++
img/header01.jpg | 0
.gitmodules | 3
interesting/index.html | 118 ++++++++++
img/awesome01.jpg | 0
ticky_tacky_dark | 1
/dev/null | 13 -
img/header02.jpg | 0
redir/index.html | 99 +++++++++
img/redirbutton.jpg | 0
img/awesome02.jpg | 0
img/cool01.jpg | 0
index.xml | 52 ++++
index.html | 64 ++++
img/interesting01.jpg | 0
img/interestingbutton.jpg | 0
404.html | 36 ++
img/coolbutton.jpg | 0
sitemap.xml | 19 +
cool/index.html | 118 ++++++++++
21 files changed, 601 insertions(+), 40 deletions(-)
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..67fc8a9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "ticky_tacky_dark"]
+ path = ticky_tacky_dark
+ url = git@github.com:kc0bfv/ticky_tacky_dark.git
diff --git a/404.html b/404.html
index 853d368..329fe24 100644
--- a/404.html
+++ b/404.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<html lang="">
+<html lang="en-us">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
+<meta name="author" content="kc0bfv@gmail.com">
+<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
-
-<link rel="icon" href="/">
-
-<title></title>
+<title>Ticky Tacky Dark</title>
@@ -23,8 +23,8 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
-<link rel="stylesheet" href="/css/myscreen.css" type="text/css" media="screen">
-<link rel="stylesheet" href="/css/myprint.css" type="text/css" media="print">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
<meta name="theme-color" content="black">
@@ -32,13 +32,18 @@
<noscript>
<style>
+ #headerimg {
+ background-image: url(/img/header01.jpg);
+ background-size: cover;
+ }
+
</style>
</noscript>
</head>
<body>
<div id="full_body">
- <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/img/header_template.png" alt="notmet.net header image">
+ <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="notmet.net header image">
</div>
<div id="content" class="top-section">
<div class="container-fluid">
@@ -57,14 +62,18 @@
</div>
<div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
<ul class="navbar">
- <li><a href="/"></a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/awesome/">Awesome Page</a></li>
+ <li><a href="https://gohugo.io/">Redirector - GoHugo</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/interesting/">Interesting Page</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/cool/">Cool Page</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
- <div id="footer" class="top-section">
+ <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
</div><script>
function toggleDisplay( elementID ) {
elem = document.getElementById(elementID);
@@ -75,6 +84,13 @@
}
}
+ function randomHeaderImg() {
+ images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("headerimg").src = images[i];
+ }
+ window.onload = randomHeaderImg;
+
</script>
</div>
diff --git a/awesome/index.html b/awesome/index.html
new file mode 100644
index 0000000..9338e64
--- /dev/null
+++ b/awesome/index.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html lang="en-us">
+ <head><meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
+<meta name="author" content="kc0bfv@gmail.com">
+<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
+
+<title>Ticky Tacky Dark - Awesome Page</title>
+
+
+
+
+<meta name="robots" content="index,follow">
+<meta name="referrer" content="origin-when-cross-origin">
+
+
+
+
+<meta name="generator" content="Hugo 0.58.3">
+
+
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+
+
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
+<meta name="theme-color" content="black">
+
+
+
+<noscript>
+ <style>
+
+ #headerimg {
+ background-image: url(/img/header01.jpg);
+ background-size: cover;
+ }
+
+
+ #sideimage {
+ background-image: url(/img/awesome01.jpg);
+ background-size: cover;
+ }
+
+ </style>
+</noscript>
+</head>
+ <body>
+ <div id="full_body">
+ <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="notmet.net header image">
+</div>
+ <div id="content" class="top-section">
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col col-12 col-sm-8 col-lg-9">
+ <div class="row">
+ <div class="col-12 col-sm-5">
+
+ <img id="sideimage" class="morerounded" src="/ticky_tacky_dark/img/side_image_template.png" alt="Awesome Page Image">
+
+ </div>
+ <div class="col-12 col-sm-7">
+ <p>Here’s some awesome text on an awesome page. That image on the left? It’ll randomly change on load between the ones in “sideimages”.</p>
+
+<p><br><a href="javascript:toggleDisplay('drop_stuff');">Stuff that drops down when you click on it:</a>
+ <div id="drop_stuff" style="display:none">
+ This stuff drops down because you clicked on the text.
+ </div></p>
+
+ </div>
+
+ </div>
+ </div>
+ <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
+ <ul class="navbar">
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
+ <li>Awesome Page</li>
+ <li><a href="https://gohugo.io/">Redirector - GoHugo</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/interesting/">Interesting Page</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/cool/">Cool Page</a></li>
+ </ul>
+</div>
+</div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
+</div><script>
+ function toggleDisplay( elementID ) {
+ elem = document.getElementById(elementID);
+ if( elem.style.display == "none" ) {
+ elem.style.display = "block";
+ } else if( elem.style.display == "block" ) {
+ elem.style.display = "none";
+ }
+ }
+
+ function randomHeaderImg() {
+ images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("headerimg").src = images[i];
+ }
+ window.onload = randomHeaderImg;
+
+
+ function randomSideAndHeaderImg() {
+ randomHeaderImg();
+ images = ["/ticky_tacky_dark/img/awesome01.jpg","/ticky_tacky_dark/img/awesome02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("sideimage").src = images[i];
+ }
+ window.onload = randomSideAndHeaderImg;
+
+</script>
+</div>
+ </body>
+</html>
diff --git a/categories/index.html b/categories/index.html
deleted file mode 100644
index 05879d7..0000000
--- a/categories/index.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html>
-<html lang="">
- <head><meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
-
-<link rel="icon" href="/">
-
-<title></title>
-
-
-
-
-<meta name="robots" content="index,follow">
-<meta name="referrer" content="origin-when-cross-origin">
-
-
-
-
-<meta name="generator" content="Hugo 0.58.3">
-
-
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
-
-
-<link rel="stylesheet" href="/css/myscreen.css" type="text/css" media="screen">
-<link rel="stylesheet" href="/css/myprint.css" type="text/css" media="print">
-<meta name="theme-color" content="black">
-
-
-
-<noscript>
- <style>
-
-
- </style>
-</noscript>
-</head>
- <body>
- <div id="full_body">
- <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/img/header_template.png" alt="notmet.net header image">
-</div>
- <div id="content" class="top-section">
- <div class="container-fluid">
- <div class="row">
- <div class="col col-12 col-sm-8 col-lg-9">
- <div class="row">
-
-
- </div>
- </div>
- <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
- <ul class="navbar">
- <li><a href="/"></a></li>
- </ul>
-</div>
-</div>
- </div>
- </div>
- </div>
- <div id="footer" class="top-section">
-</div><script>
- function toggleDisplay( elementID ) {
- elem = document.getElementById(elementID);
- if( elem.style.display == "none" ) {
- elem.style.display = "block";
- } else if( elem.style.display == "block" ) {
- elem.style.display = "none";
- }
- }
-
-
-</script>
-</div>
- </body>
-</html>
diff --git a/categories/index.xml b/categories/index.xml
deleted file mode 100644
index 255681f..0000000
--- a/categories/index.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Categories on </title>
- <link>/categories/</link>
- <description>Recent content in Categories on </description>
- <generator>Hugo -- gohugo.io</generator>
-
- <atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
-
-
- </channel>
-</rss>
\ No newline at end of file
diff --git a/cool/index.html b/cool/index.html
new file mode 100644
index 0000000..203ec7c
--- /dev/null
+++ b/cool/index.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html lang="en-us">
+ <head><meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
+<meta name="author" content="kc0bfv@gmail.com">
+<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
+
+<title>Ticky Tacky Dark - Cool Page</title>
+
+
+
+
+<meta name="robots" content="index,follow">
+<meta name="referrer" content="origin-when-cross-origin">
+
+
+
+
+<meta name="generator" content="Hugo 0.58.3">
+
+
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+
+
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
+<meta name="theme-color" content="black">
+
+
+
+<noscript>
+ <style>
+
+ #headerimg {
+ background-image: url(/img/header01.jpg);
+ background-size: cover;
+ }
+
+
+ #sideimage {
+ background-image: url(/img/cool01.jpg);
+ background-size: cover;
+ }
+
+ </style>
+</noscript>
+</head>
+ <body>
+ <div id="full_body">
+ <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="notmet.net header image">
+</div>
+ <div id="content" class="top-section">
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col col-12 col-sm-8 col-lg-9">
+ <div class="row">
+ <div class="col-12 col-sm-5">
+
+ <img id="sideimage" class="morerounded" src="/ticky_tacky_dark/img/side_image_template.png" alt="Cool Page Image">
+
+ </div>
+ <div class="col-12 col-sm-7">
+ <p>Here’s some cool text on a cool page. That image on the left? It’ll randomly change on load between the ones in “sideimages”.</p>
+
+<p><br><a href="javascript:toggleDisplay('drop_stuff');">Stuff that drops down when you click on it:</a>
+ <div id="drop_stuff" style="display:none">
+ This stuff drops down because you clicked on the text.
+ </div></p>
+
+ </div>
+
+ </div>
+ </div>
+ <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
+ <ul class="navbar">
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/awesome/">Awesome Page</a></li>
+ <li><a href="https://gohugo.io/">Redirector - GoHugo</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/interesting/">Interesting Page</a></li>
+ <li>Cool Page</li>
+ </ul>
+</div>
+</div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
+</div><script>
+ function toggleDisplay( elementID ) {
+ elem = document.getElementById(elementID);
+ if( elem.style.display == "none" ) {
+ elem.style.display = "block";
+ } else if( elem.style.display == "block" ) {
+ elem.style.display = "none";
+ }
+ }
+
+ function randomHeaderImg() {
+ images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("headerimg").src = images[i];
+ }
+ window.onload = randomHeaderImg;
+
+
+ function randomSideAndHeaderImg() {
+ randomHeaderImg();
+ images = ["/ticky_tacky_dark/img/cool01.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("sideimage").src = images[i];
+ }
+ window.onload = randomSideAndHeaderImg;
+
+</script>
+</div>
+ </body>
+</html>
diff --git a/img/awebutton.jpg b/img/awebutton.jpg
new file mode 100644
index 0000000..4960312
--- /dev/null
+++ b/img/awebutton.jpg
Binary files differ
diff --git a/img/awesome01.jpg b/img/awesome01.jpg
new file mode 100644
index 0000000..c14dc9f
--- /dev/null
+++ b/img/awesome01.jpg
Binary files differ
diff --git a/img/awesome02.jpg b/img/awesome02.jpg
new file mode 100644
index 0000000..d89d7b7
--- /dev/null
+++ b/img/awesome02.jpg
Binary files differ
diff --git a/img/cool01.jpg b/img/cool01.jpg
new file mode 100644
index 0000000..0505caf
--- /dev/null
+++ b/img/cool01.jpg
Binary files differ
diff --git a/img/coolbutton.jpg b/img/coolbutton.jpg
new file mode 100644
index 0000000..4c407b4
--- /dev/null
+++ b/img/coolbutton.jpg
Binary files differ
diff --git a/img/header01.jpg b/img/header01.jpg
new file mode 100644
index 0000000..7543cd5
--- /dev/null
+++ b/img/header01.jpg
Binary files differ
diff --git a/img/header02.jpg b/img/header02.jpg
new file mode 100644
index 0000000..9288f11
--- /dev/null
+++ b/img/header02.jpg
Binary files differ
diff --git a/img/interesting01.jpg b/img/interesting01.jpg
new file mode 100644
index 0000000..399195e
--- /dev/null
+++ b/img/interesting01.jpg
Binary files differ
diff --git a/img/interestingbutton.jpg b/img/interestingbutton.jpg
new file mode 100644
index 0000000..71c8db2
--- /dev/null
+++ b/img/interestingbutton.jpg
Binary files differ
diff --git a/img/redirbutton.jpg b/img/redirbutton.jpg
new file mode 100644
index 0000000..2ed42a2
--- /dev/null
+++ b/img/redirbutton.jpg
Binary files differ
diff --git a/index.html b/index.html
index 459ef12..fb0e817 100644
--- a/index.html
+++ b/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<html lang="">
+<html lang="en-us">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
+<meta name="author" content="kc0bfv@gmail.com">
+<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
-
-<link rel="icon" href="/">
-
-<title></title>
+<title>Ticky Tacky Dark - Main</title>
@@ -23,8 +23,8 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
-<link rel="stylesheet" href="/css/myscreen.css" type="text/css" media="screen">
-<link rel="stylesheet" href="/css/myprint.css" type="text/css" media="print">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
<meta name="theme-color" content="black">
@@ -32,13 +32,18 @@
<noscript>
<style>
+ #headerimg {
+ background-image: url(/img/header01.jpg);
+ background-size: cover;
+ }
+
</style>
</noscript>
</head>
<body>
<div id="full_body">
- <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/img/header_template.png" alt="notmet.net header image">
+ <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="notmet.net header image">
</div>
<div id="content" class="top-section">
<div class="container-fluid">
@@ -46,19 +51,51 @@
<div class="col col-12 col-sm-8 col-lg-9">
<div class="row">
+ <div class="col col-12 col-lg-6 imgbtntxt">
+ <a class="imgbtntxt" href="/ticky_tacky_dark/awesome/">
+ <img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/awebutton.jpg" alt="Awesome Page">
+ <br>Awesome Page
+ </a>
+ </div>
+
+ <div class="col col-12 col-lg-6 imgbtntxt">
+ <a class="imgbtntxt" href="https://gohugo.io/">
+ <img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/redirbutton.jpg" alt="Redirector - GoHugo">
+ <br>Redirector - GoHugo
+ </a>
+ </div>
+
+ <div class="col col-12 col-lg-6 imgbtntxt">
+ <a class="imgbtntxt" href="/ticky_tacky_dark/interesting/">
+ <img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/interestingbutton.jpg" alt="Interesting Page">
+ <br>Interesting Page
+ </a>
+ </div>
+
+ <div class="col col-12 col-lg-6 imgbtntxt">
+ <a class="imgbtntxt" href="/ticky_tacky_dark/cool/">
+ <img class="morerounded" height="300" width="300" src="/ticky_tacky_dark/img/coolbutton.jpg" alt="Cool Page">
+ <br>Cool Page
+ </a>
+ </div>
+
</div>
</div>
<div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
<ul class="navbar">
- <li></li>
+ <li>Main</li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/awesome/">Awesome Page</a></li>
+ <li><a href="https://gohugo.io/">Redirector - GoHugo</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/interesting/">Interesting Page</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/cool/">Cool Page</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
- <div id="footer" class="top-section">
+ <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
</div><script>
function toggleDisplay( elementID ) {
elem = document.getElementById(elementID);
@@ -69,6 +106,13 @@
}
}
+ function randomHeaderImg() {
+ images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("headerimg").src = images[i];
+ }
+ window.onload = randomHeaderImg;
+
</script>
</div>
diff --git a/index.xml b/index.xml
index af34a5c..41b28ac 100644
--- a/index.xml
+++ b/index.xml
@@ -1,13 +1,57 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title></title>
- <link>/</link>
- <description>Recent content on </description>
+ <title>Main on Ticky Tacky Dark</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/</link>
+ <description>Recent content in Main on Ticky Tacky Dark</description>
<generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+ <lastBuildDate>Sun, 08 Dec 2019 00:00:00 +0000</lastBuildDate>
- <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
+ <atom:link href="https://kc0bfv.github.io/ticky_tacky_dark/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Awesome Page</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/awesome/</link>
+ <pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
+
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/awesome/</guid>
+ <description>Here&rsquo;s some awesome text on an awesome page. That image on the left? It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.
+
+Stuff that drops down when you click on it: This stuff drops down because you clicked on the text.</description>
+ </item>
+
+ <item>
+ <title>Redirector - GoHugo</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/redir/</link>
+ <pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
+
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/redir/</guid>
+ <description></description>
+ </item>
+
+ <item>
+ <title>Interesting Page</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/interesting/</link>
+ <pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
+
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/interesting/</guid>
+ <description>Here&rsquo;s some interesting text on an interesting page. That image on the left? It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.
+
+Stuff that drops down when you click on it: This stuff drops down because you clicked on the text.</description>
+ </item>
+
+ <item>
+ <title>Cool Page</title>
+ <link>https://kc0bfv.github.io/ticky_tacky_dark/cool/</link>
+ <pubDate>Sun, 08 Dec 2019 00:00:00 +0000</pubDate>
+
+ <guid>https://kc0bfv.github.io/ticky_tacky_dark/cool/</guid>
+ <description>Here&rsquo;s some cool text on a cool page. That image on the left? It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.
+
+Stuff that drops down when you click on it: This stuff drops down because you clicked on the text.</description>
+ </item>
+
</channel>
</rss>
\ No newline at end of file
diff --git a/interesting/index.html b/interesting/index.html
new file mode 100644
index 0000000..40b66ed
--- /dev/null
+++ b/interesting/index.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html lang="en-us">
+ <head><meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
+<meta name="author" content="kc0bfv@gmail.com">
+<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
+
+<title>Ticky Tacky Dark - Interesting Page</title>
+
+
+
+
+<meta name="robots" content="index,follow">
+<meta name="referrer" content="origin-when-cross-origin">
+
+
+
+
+<meta name="generator" content="Hugo 0.58.3">
+
+
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+
+
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
+<meta name="theme-color" content="black">
+
+
+
+<noscript>
+ <style>
+
+ #headerimg {
+ background-image: url(/img/header01.jpg);
+ background-size: cover;
+ }
+
+
+ #sideimage {
+ background-image: url(/img/interesting01.jpg);
+ background-size: cover;
+ }
+
+ </style>
+</noscript>
+</head>
+ <body>
+ <div id="full_body">
+ <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="notmet.net header image">
+</div>
+ <div id="content" class="top-section">
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col col-12 col-sm-8 col-lg-9">
+ <div class="row">
+ <div class="col-12 col-sm-5">
+
+ <img id="sideimage" class="morerounded" src="/ticky_tacky_dark/img/side_image_template.png" alt="Interesting Page Image">
+
+ </div>
+ <div class="col-12 col-sm-7">
+ <p>Here’s some interesting text on an interesting page. That image on the left? It’ll randomly change on load between the ones in “sideimages”.</p>
+
+<p><br><a href="javascript:toggleDisplay('drop_stuff');">Stuff that drops down when you click on it:</a>
+ <div id="drop_stuff" style="display:none">
+ This stuff drops down because you clicked on the text.
+ </div></p>
+
+ </div>
+
+ </div>
+ </div>
+ <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
+ <ul class="navbar">
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/awesome/">Awesome Page</a></li>
+ <li><a href="https://gohugo.io/">Redirector - GoHugo</a></li>
+ <li>Interesting Page</li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/cool/">Cool Page</a></li>
+ </ul>
+</div>
+</div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
+</div><script>
+ function toggleDisplay( elementID ) {
+ elem = document.getElementById(elementID);
+ if( elem.style.display == "none" ) {
+ elem.style.display = "block";
+ } else if( elem.style.display == "block" ) {
+ elem.style.display = "none";
+ }
+ }
+
+ function randomHeaderImg() {
+ images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("headerimg").src = images[i];
+ }
+ window.onload = randomHeaderImg;
+
+
+ function randomSideAndHeaderImg() {
+ randomHeaderImg();
+ images = ["/ticky_tacky_dark/img/interesting01.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("sideimage").src = images[i];
+ }
+ window.onload = randomSideAndHeaderImg;
+
+</script>
+</div>
+ </body>
+</html>
diff --git a/redir/index.html b/redir/index.html
new file mode 100644
index 0000000..39425a3
--- /dev/null
+++ b/redir/index.html
@@ -0,0 +1,99 @@
+<!DOCTYPE html>
+<html lang="en-us">
+ <head><meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
+<meta name="author" content="kc0bfv@gmail.com">
+<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
+
+<title>Ticky Tacky Dark - Redirector - GoHugo</title>
+
+
+<meta http-equiv="refresh" content="0;URL='https://gohugo.io/'" />
+
+
+
+<meta name="robots" content="index,follow">
+<meta name="referrer" content="origin-when-cross-origin">
+
+
+
+
+<meta name="generator" content="Hugo 0.58.3">
+
+
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+
+
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
+<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
+<meta name="theme-color" content="black">
+
+
+
+<noscript>
+ <style>
+
+ #headerimg {
+ background-image: url(/img/header01.jpg);
+ background-size: cover;
+ }
+
+
+ </style>
+</noscript>
+</head>
+ <body>
+ <div id="full_body">
+ <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="notmet.net header image">
+</div>
+ <div id="content" class="top-section">
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col col-12 col-sm-8 col-lg-9">
+ <div class="row">
+ <div class="col-12 col-sm-5">
+
+ </div>
+ <div class="col-12 col-sm-7">
+
+ </div>
+
+ </div>
+ </div>
+ <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
+ <ul class="navbar">
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/awesome/">Awesome Page</a></li>
+ <li>Redirector - GoHugo</li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/interesting/">Interesting Page</a></li>
+ <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/cool/">Cool Page</a></li>
+ </ul>
+</div>
+</div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
+</div><script>
+ function toggleDisplay( elementID ) {
+ elem = document.getElementById(elementID);
+ if( elem.style.display == "none" ) {
+ elem.style.display = "block";
+ } else if( elem.style.display == "block" ) {
+ elem.style.display = "none";
+ }
+ }
+
+ function randomHeaderImg() {
+ images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
+ i = Math.ceil(Math.random() * images.length) - 1;
+ document.getElementById("headerimg").src = images[i];
+ }
+ window.onload = randomHeaderImg;
+
+
+</script>
+</div>
+ </body>
+</html>
diff --git a/sitemap.xml b/sitemap.xml
index 41789ae..5028e47 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,15 +3,28 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
- <loc>/</loc>
+ <loc>https://kc0bfv.github.io/ticky_tacky_dark/awesome/</loc>
+ <lastmod>2019-12-08T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>/categories/</loc>
+ <loc>https://kc0bfv.github.io/ticky_tacky_dark/redir/</loc>
+ <lastmod>2019-12-08T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>/tags/</loc>
+ <loc>https://kc0bfv.github.io/ticky_tacky_dark/interesting/</loc>
+ <lastmod>2019-12-08T00:00:00+00:00</lastmod>
+ </url>
+
+ <url>
+ <loc>https://kc0bfv.github.io/ticky_tacky_dark/cool/</loc>
+ <lastmod>2019-12-08T00:00:00+00:00</lastmod>
+ </url>
+
+ <url>
+ <loc>https://kc0bfv.github.io/ticky_tacky_dark/</loc>
+ <lastmod>2019-12-08T00:00:00+00:00</lastmod>
</url>
</urlset>
\ No newline at end of file
diff --git a/tags/index.html b/tags/index.html
deleted file mode 100644
index 05879d7..0000000
--- a/tags/index.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html>
-<html lang="">
- <head><meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
-
-<link rel="icon" href="/">
-
-<title></title>
-
-
-
-
-<meta name="robots" content="index,follow">
-<meta name="referrer" content="origin-when-cross-origin">
-
-
-
-
-<meta name="generator" content="Hugo 0.58.3">
-
-
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
-
-
-<link rel="stylesheet" href="/css/myscreen.css" type="text/css" media="screen">
-<link rel="stylesheet" href="/css/myprint.css" type="text/css" media="print">
-<meta name="theme-color" content="black">
-
-
-
-<noscript>
- <style>
-
-
- </style>
-</noscript>
-</head>
- <body>
- <div id="full_body">
- <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/img/header_template.png" alt="notmet.net header image">
-</div>
- <div id="content" class="top-section">
- <div class="container-fluid">
- <div class="row">
- <div class="col col-12 col-sm-8 col-lg-9">
- <div class="row">
-
-
- </div>
- </div>
- <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
- <ul class="navbar">
- <li><a href="/"></a></li>
- </ul>
-</div>
-</div>
- </div>
- </div>
- </div>
- <div id="footer" class="top-section">
-</div><script>
- function toggleDisplay( elementID ) {
- elem = document.getElementById(elementID);
- if( elem.style.display == "none" ) {
- elem.style.display = "block";
- } else if( elem.style.display == "block" ) {
- elem.style.display = "none";
- }
- }
-
-
-</script>
-</div>
- </body>
-</html>
diff --git a/tags/index.xml b/tags/index.xml
deleted file mode 100644
index d596fa1..0000000
--- a/tags/index.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Tags on </title>
- <link>/tags/</link>
- <description>Recent content in Tags on </description>
- <generator>Hugo -- gohugo.io</generator>
-
- <atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
-
-
- </channel>
-</rss>
\ No newline at end of file
diff --git a/ticky_tacky_dark b/ticky_tacky_dark
new file mode 160000
index 0000000..8e52290
--- /dev/null
+++ b/ticky_tacky_dark
@@ -0,0 +1 @@
+Subproject commit 8e5229078467ce5625563dacb827bd57ceb4d8fb
--
Gitblit v1.10.0