mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
10.58.2019 524d9ee57197c666ca2517f8d3540a3577260942
Works now?
4 files deleted
16 files added
4 files modified
806 ■■■■ changed files
.gitmodules 3 ●●●●● patch | view | raw | blame | history
404.html 36 ●●●● patch | view | raw | blame | history
awesome/index.html 118 ●●●●● patch | view | raw | blame | history
categories/index.html 76 ●●●●● patch | view | raw | blame | history
categories/index.xml 13 ●●●●● patch | view | raw | blame | history
cool/index.html 118 ●●●●● patch | view | raw | blame | history
img/awebutton.jpg patch | view | raw | blame | history
img/awesome01.jpg patch | view | raw | blame | history
img/awesome02.jpg patch | view | raw | blame | history
img/cool01.jpg patch | view | raw | blame | history
img/coolbutton.jpg patch | view | raw | blame | history
img/header01.jpg patch | view | raw | blame | history
img/header02.jpg patch | view | raw | blame | history
img/interesting01.jpg patch | view | raw | blame | history
img/interestingbutton.jpg patch | view | raw | blame | history
img/redirbutton.jpg patch | view | raw | blame | history
index.html 64 ●●●● patch | view | raw | blame | history
index.xml 52 ●●●●● patch | view | raw | blame | history
interesting/index.html 118 ●●●●● patch | view | raw | blame | history
redir/index.html 99 ●●●●● patch | view | raw | blame | history
sitemap.xml 19 ●●●● patch | view | raw | blame | history
tags/index.html 76 ●●●●● patch | view | raw | blame | history
tags/index.xml 13 ●●●●● patch | view | raw | blame | history
ticky_tacky_dark @ 8e5229 1 ●●●● patch | view | raw | blame | history
.gitmodules
New file
@@ -0,0 +1,3 @@
[submodule "ticky_tacky_dark"]
    path = ticky_tacky_dark
    url = git@github.com:kc0bfv/ticky_tacky_dark.git
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>
awesome/index.html
New file
@@ -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&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;.</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>
categories/index.html
File was deleted
categories/index.xml
File was deleted
cool/index.html
New file
@@ -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&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;.</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>
img/awebutton.jpg
img/awesome01.jpg
img/awesome02.jpg
img/cool01.jpg
img/coolbutton.jpg
img/header01.jpg
img/header02.jpg
img/interesting01.jpg
img/interestingbutton.jpg
img/redirbutton.jpg
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>
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&amp;rsquo;s some awesome text on an awesome page. That image on the left? It&amp;rsquo;ll randomly change on load between the ones in &amp;ldquo;sideimages&amp;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&amp;rsquo;s some interesting text on an interesting page. That image on the left? It&amp;rsquo;ll randomly change on load between the ones in &amp;ldquo;sideimages&amp;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&amp;rsquo;s some cool text on a cool page. That image on the left? It&amp;rsquo;ll randomly change on load between the ones in &amp;ldquo;sideimages&amp;rdquo;.
Stuff that drops down when you click on it: This stuff drops down because you clicked on the text.</description>
    </item>
  </channel>
</rss>
interesting/index.html
New file
@@ -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&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;.</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>
redir/index.html
New file
@@ -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>
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>
tags/index.html
File was deleted
tags/index.xml
File was deleted
ticky_tacky_dark
New file
@@ -0,0 +1 @@
Subproject commit 8e5229078467ce5625563dacb827bd57ceb4d8fb