dear lord please let me fix this
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
baseURL = '/'
|
baseURL = 'https://thewittybanter.com'
|
||||||
title = "TheWittyBanter.com"
|
title = "TheWittyBanter.com"
|
||||||
theme = "PaperMod"
|
theme = "PaperMod"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|||||||
Executable → Regular
+16
-16
@@ -9,16 +9,16 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/404.html">
|
<link rel="canonical" href="/404.html">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/404.html">
|
<link rel="alternate" hreflang="en" href="/404.html">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/404.html">
|
</script><meta property="og:url" content="/404.html">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="404 Page not found">
|
<meta property="og:title" content="404 Page not found">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -73,32 +73,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,297 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>About | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="What does this guy do?
|
|
||||||
Music
|
|
||||||
|
|
||||||
Guitar
|
|
||||||
Bass
|
|
||||||
Drums
|
|
||||||
Vocals
|
|
||||||
|
|
||||||
How do I contact this guy?
|
|
||||||
For booking">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/about/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/about/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
About
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 21:06:27 -0400 -0400'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#what-does-this-guy-do" aria-label="What does this guy do?">What does this guy do?</a><ul>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a href="#music" aria-label="Music">Music</a></li></ul>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#how-do-i-contact-this-guy" aria-label="How do I contact this guy?">How do I contact this guy?</a><ul>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a href="#for-booking" aria-label="For booking">For booking</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="what-does-this-guy-do">What does this guy do?<a hidden class="anchor" aria-hidden="true" href="#what-does-this-guy-do">#</a></h1>
|
|
||||||
<h3 id="music">Music<a hidden class="anchor" aria-hidden="true" href="#music">#</a></h3>
|
|
||||||
<ul>
|
|
||||||
<li>Guitar</li>
|
|
||||||
<li>Bass</li>
|
|
||||||
<li>Drums</li>
|
|
||||||
<li>Vocals</li>
|
|
||||||
</ul>
|
|
||||||
<h1 id="how-do-i-contact-this-guy">How do I contact this guy?<a hidden class="anchor" aria-hidden="true" href="#how-do-i-contact-this-guy">#</a></h1>
|
|
||||||
<h2 id="for-booking">For booking<a hidden class="anchor" aria-hidden="true" href="#for-booking">#</a></h2>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
-7
File diff suppressed because one or more lines are too long
Executable → Regular
+17
-17
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/categories/">
|
<link rel="canonical" href="/categories/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/categories/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/categories/">
|
<link rel="alternate" hreflang="en" href="/categories/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/categories/">
|
</script><meta property="og:url" content="/categories/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Categories">
|
<meta property="og:title" content="Categories">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -74,32 +74,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on TheWittyBanter.com</title>
|
<title>Categories on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/categories/</link>
|
<link>/categories/</link>
|
||||||
<description>Recent content in Categories on TheWittyBanter.com</description>
|
<description>Recent content in Categories on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://0.0.0.0/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -1,261 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Cachylove | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Cachylove - TheWittyBanter.com">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="https://thewittybanter.com/docs/cachylove/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/docs/cachylove/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
|
||||||
<span>Reviews</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/docs/">Docs</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Cachylove
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-08-01 05:16:03 +0000 UTC'>August 1, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Executable → Regular
+22
-22
@@ -24,16 +24,16 @@ This has been cool for storing footage from our IP cams, though I’m not to
|
|||||||
|
|
||||||
Immich">
|
Immich">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/docs/currentlab/">
|
<link rel="canonical" href="/docs/currentlab/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/docs/currentlab/">
|
<link rel="alternate" hreflang="en" href="/docs/currentlab/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -48,7 +48,7 @@ Immich">
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/docs/currentlab/">
|
</script><meta property="og:url" content="/docs/currentlab/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="What's in the lab right now?">
|
<meta property="og:title" content="What's in the lab right now?">
|
||||||
<meta property="og:description" content="The network’s in a cool spot right now.
|
<meta property="og:description" content="The network’s in a cool spot right now.
|
||||||
@@ -78,13 +78,13 @@ This has been cool for storing footage from our IP cams, though I’m not too th
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Docs",
|
"name": "Docs",
|
||||||
"item": "http://0.0.0.0/docs/"
|
"item": "/docs/"
|
||||||
},
|
}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 2 ,
|
"position": 1 ,
|
||||||
"name": "What's in the lab right now?",
|
"name": "What's in the lab right now?",
|
||||||
"item": "http://0.0.0.0/docs/currentlab/"
|
"item": "/docs/currentlab/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -106,14 +106,14 @@ This has been cool for storing footage from our IP cams, though I’m not too th
|
|||||||
"dateModified": "2026-07-31T22:33:32-04:00",
|
"dateModified": "2026-07-31T22:33:32-04:00",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/docs/currentlab/"
|
"@id": "/docs/currentlab/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,7 +123,7 @@ This has been cool for storing footage from our IP cams, though I’m not too th
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -149,32 +149,32 @@ This has been cool for storing footage from our IP cams, though I’m not too th
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -314,7 +314,7 @@ This has been cool for storing footage from our IP cams, though I’m not too th
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,260 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Docshere | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Docs will go here!">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/docs/docshere/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/docs/docshere/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/docs/">Docs</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Docshere
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-31 17:11:06 -0400 -0400'>July 31, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><p>Docs will go here!</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Executable → Regular
+19
-19
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Docs - TheWittyBanter.com">
|
<meta name="description" content="Docs - TheWittyBanter.com">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/docs/">
|
<link rel="canonical" href="/docs/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/docs/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/docs/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/docs/">
|
<link rel="alternate" hreflang="en" href="/docs/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/docs/">
|
</script><meta property="og:url" content="/docs/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Docs">
|
<meta property="og:title" content="Docs">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Docs",
|
"name": "Docs",
|
||||||
"item": "http://0.0.0.0/docs/"
|
"item": "/docs/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -89,32 +89,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span class="active">Docs</span>
|
<span class="active">Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -149,12 +149,12 @@ This has been cool for storing footage from our IP cams, though I’m not too th
|
|||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-07-31 22:33:32 -0400 -0400'>July 31, 2026</span> · <span>2 min</span></footer>
|
<span title='2026-07-31 22:33:32 -0400 -0400'>July 31, 2026</span> · <span>2 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to What's in the lab right now?" href="http://0.0.0.0/docs/currentlab/"></a>
|
<a class="entry-link" aria-label="post link to What's in the lab right now?" href="/docs/currentlab/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+5
-5
@@ -2,20 +2,20 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Docs on TheWittyBanter.com</title>
|
<title>Docs on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/docs/</link>
|
<link>/docs/</link>
|
||||||
<description>Recent content in Docs on TheWittyBanter.com</description>
|
<description>Recent content in Docs on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Fri, 31 Jul 2026 22:33:32 -0400</lastBuildDate>
|
<lastBuildDate>Fri, 31 Jul 2026 22:33:32 -0400</lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/docs/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/docs/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>What's in the lab right now?</title>
|
<title>What's in the lab right now?</title>
|
||||||
<link>http://0.0.0.0/docs/currentlab/</link>
|
<link>/docs/currentlab/</link>
|
||||||
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
||||||
<guid>http://0.0.0.0/docs/currentlab/</guid>
|
<guid>/docs/currentlab/</guid>
|
||||||
<description><p>The network&rsquo;s in a cool spot right now.</p>
|
<description><p>The network&rsquo;s in a cool spot right now.</p>
|
||||||
<figure>
|
<figure>
|
||||||
<img loading="lazy" src="http://0.0.0.0/images/lab.jpg" width="600"/> <figcaption>
|
<img loading="lazy" src="/images/lab.jpg" width="600"/> <figcaption>
|
||||||
The whole team
|
The whole team
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
Executable → Regular
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://0.0.0.0/docs/</title>
|
<title>/docs/</title>
|
||||||
<link rel="canonical" href="http://0.0.0.0/docs/">
|
<link rel="canonical" href="/docs/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://0.0.0.0/docs/">
|
<meta http-equiv="refresh" content="0; url=/docs/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,263 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Home | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Welcome
|
|
||||||
This hopefully works?">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/home/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/home/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Home
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 21:02:47 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#welcome" aria-label="Welcome">Welcome</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="welcome">Welcome<a hidden class="anchor" aria-hidden="true" href="#welcome">#</a></h1>
|
|
||||||
<p>This hopefully works?</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 MiB |
Executable → Regular
+20
-20
@@ -10,17 +10,17 @@
|
|||||||
|
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/">
|
<link rel="canonical" href="/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/">
|
<link rel="alternate" hreflang="en" href="/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/">
|
</script><meta property="og:url" content="/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="TheWittyBanter.com">
|
<meta property="og:title" content="TheWittyBanter.com">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -49,9 +49,9 @@
|
|||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"url": "http://0.0.0.0/",
|
"url": "/",
|
||||||
"description": "",
|
"description": "",
|
||||||
"logo": "http://0.0.0.0/favicon.ico",
|
"logo": "/favicon.ico",
|
||||||
"sameAs": [
|
"sameAs": [
|
||||||
"https://github.com/syrinx8311", "https://instagram.com/bwnoises", "https://mastodon.social/@plorbusgutierrez"
|
"https://github.com/syrinx8311", "https://instagram.com/bwnoises", "https://mastodon.social/@plorbusgutierrez"
|
||||||
]
|
]
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -88,32 +88,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<main class="main"><div class="profile">
|
<main class="main"><div class="profile">
|
||||||
<div class="profile_inner">
|
<div class="profile_inner">
|
||||||
<img draggable="false" src="http://0.0.0.0/images/copy.jpg" alt="profile image" title=""
|
<img draggable="false" src="/images/copy.jpg" alt="profile image" title=""
|
||||||
height="350" width="350" />
|
height="350" width="350" />
|
||||||
<h1>Brian Wright Jr (@bwnoises)</h1>
|
<h1>Brian Wright Jr (@bwnoises)</h1>
|
||||||
<span><p>Musician and computer guy from Maine</p>
|
<span><p>Musician and computer guy from Maine</p>
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+21
-21
@@ -2,45 +2,45 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>TheWittyBanter.com</title>
|
<title>TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/</link>
|
<link>/</link>
|
||||||
<description>Recent content on TheWittyBanter.com</description>
|
<description>Recent content on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 01 Aug 2026 23:40:44 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 01 Aug 2026 23:40:44 +0000</lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Songs I wrote!</title>
|
<title>Songs I wrote!</title>
|
||||||
<link>http://0.0.0.0/music/originals/</link>
|
<link>/music/originals/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/music/originals/</guid>
|
<guid>/music/originals/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Statica EP - Avenged Sevenfold</title>
|
<title>Statica EP - Avenged Sevenfold</title>
|
||||||
<link>http://0.0.0.0/reviews/statica/</link>
|
<link>/reviews/statica/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/reviews/statica/</guid>
|
<guid>/reviews/statica/</guid>
|
||||||
<description><h2 id="the-band">The band</h2>
|
<description><h2 id="the-band">The band</h2>
|
||||||
<p>Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.</p></description>
|
<p>Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.</p></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>This is what a post will look like</title>
|
<title>This is what a post will look like</title>
|
||||||
<link>http://0.0.0.0/posts/helloworld/</link>
|
<link>/posts/helloworld/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/posts/helloworld/</guid>
|
<guid>/posts/helloworld/</guid>
|
||||||
<description><p>It&rsquo;s empty for now, come back later!</p></description>
|
<description><p>It&rsquo;s empty for now, come back later!</p></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>The Chicken Street Band</title>
|
<title>The Chicken Street Band</title>
|
||||||
<link>http://0.0.0.0/music/207/</link>
|
<link>/music/207/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/music/207/</guid>
|
<guid>/music/207/</guid>
|
||||||
<description><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
<description><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
||||||
<hr>
|
<hr>
|
||||||
<h2 id="207-maine">207 Maine</h2>
|
<h2 id="207-maine">207 Maine</h2>
|
||||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||||
<source src="http://0.0.0.0/videos/207.mp4" type="video/mp4">
|
<source src="/videos/207.mp4" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)</h2>
|
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)</h2>
|
||||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||||
<source src="http://0.0.0.0/videos/wait.mp4" type="video/mp4">
|
<source src="/videos/wait.mp4" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
@@ -59,12 +59,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>What's in the lab right now?</title>
|
<title>What's in the lab right now?</title>
|
||||||
<link>http://0.0.0.0/docs/currentlab/</link>
|
<link>/docs/currentlab/</link>
|
||||||
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
||||||
<guid>http://0.0.0.0/docs/currentlab/</guid>
|
<guid>/docs/currentlab/</guid>
|
||||||
<description><p>The network&rsquo;s in a cool spot right now.</p>
|
<description><p>The network&rsquo;s in a cool spot right now.</p>
|
||||||
<figure>
|
<figure>
|
||||||
<img loading="lazy" src="http://0.0.0.0/images/lab.jpg" width="600"/> <figcaption>
|
<img loading="lazy" src="/images/lab.jpg" width="600"/> <figcaption>
|
||||||
The whole team
|
The whole team
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
@@ -81,16 +81,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Main</title>
|
<title>Main</title>
|
||||||
<link>http://0.0.0.0/main/</link>
|
<link>/main/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 21:14:32 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 21:14:32 -0400</pubDate>
|
||||||
<guid>http://0.0.0.0/main/</guid>
|
<guid>/main/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>It's a little empty right now...</title>
|
<title>It's a little empty right now...</title>
|
||||||
<link>http://0.0.0.0/shows/tba/</link>
|
<link>/shows/tba/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
||||||
<guid>http://0.0.0.0/shows/tba/</guid>
|
<guid>/shows/tba/</guid>
|
||||||
<description><p>But that can change!</p>
|
<description><p>But that can change!</p>
|
||||||
<p>Book some noise for your occasion at:</p>
|
<p>Book some noise for your occasion at:</p>
|
||||||
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p>
|
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p>
|
||||||
@@ -98,9 +98,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Musiccoming</title>
|
<title>Musiccoming</title>
|
||||||
<link>http://0.0.0.0/musiccoming/</link>
|
<link>/musiccoming/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 20:55:14 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 20:55:14 -0400</pubDate>
|
||||||
<guid>http://0.0.0.0/musiccoming/</guid>
|
<guid>/musiccoming/</guid>
|
||||||
<description><h1 id="there-is-music-coming-i-promise">There is music coming, I promise</h1></description>
|
<description><h1 id="there-is-music-coming-i-promise">There is music coming, I promise</h1></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
|||||||
Executable → Regular
+19
-19
@@ -9,16 +9,16 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Main - TheWittyBanter.com">
|
<meta name="description" content="Main - TheWittyBanter.com">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/main/">
|
<link rel="canonical" href="/main/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/main/">
|
<link rel="alternate" hreflang="en" href="/main/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/main/">
|
</script><meta property="og:url" content="/main/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Main">
|
<meta property="og:title" content="Main">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Main",
|
"name": "Main",
|
||||||
"item": "http://0.0.0.0/main/"
|
"item": "/main/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -76,14 +76,14 @@
|
|||||||
"dateModified": "2026-07-30T21:14:32-04:00",
|
"dateModified": "2026-07-30T21:14:32-04:00",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/main/"
|
"@id": "/main/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -119,32 +119,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+22
-22
@@ -29,16 +29,16 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)
|
|||||||
|
|
||||||
Such a fun show.">
|
Such a fun show.">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/music/207/">
|
<link rel="canonical" href="/music/207/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/music/207/">
|
<link rel="alternate" hreflang="en" href="/music/207/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -53,7 +53,7 @@ Such a fun show.">
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/music/207/">
|
</script><meta property="og:url" content="/music/207/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="The Chicken Street Band">
|
<meta property="og:title" content="The Chicken Street Band">
|
||||||
<meta property="og:description" content="A collection of my favorite moments with these goons.
|
<meta property="og:description" content="A collection of my favorite moments with these goons.
|
||||||
@@ -81,13 +81,13 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Music",
|
"name": "Music",
|
||||||
"item": "http://0.0.0.0/music/"
|
"item": "/music/"
|
||||||
},
|
}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 2 ,
|
"position": 1 ,
|
||||||
"name": "The Chicken Street Band",
|
"name": "The Chicken Street Band",
|
||||||
"item": "http://0.0.0.0/music/207/"
|
"item": "/music/207/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -109,14 +109,14 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
|||||||
"dateModified": "2026-08-01T04:24:46Z",
|
"dateModified": "2026-08-01T04:24:46Z",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/music/207/"
|
"@id": "/music/207/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -126,7 +126,7 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -152,32 +152,32 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -257,7 +257,7 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,273 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Actualfinal | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Sheeesh
|
|
||||||
Now can I edit it from here, and it updates?">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/music/actualfinal/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/actualfinal/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Actualfinal
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-08-01 04:18:33 +0000 UTC'>August 1, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#sheeesh" aria-label="Sheeesh">Sheeesh</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="sheeesh">Sheeesh<a hidden class="anchor" aria-hidden="true" href="#sheeesh">#</a></h1>
|
|
||||||
<p>Now can I edit it from here, and it updates?</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,256 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Anothertest | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Anothertest - TheWittyBanter.com">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/music/anothertest/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/anothertest/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Anothertest
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-08-01 04:15:03 +0000 UTC'>August 1, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,256 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Finalproof | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Finalproof - TheWittyBanter.com">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/music/finalproof/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/finalproof/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Finalproof
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-08-01 04:16:27 +0000 UTC'>August 1, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Executable → Regular
+20
-20
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="The music I’ve made solo, and gotten to be a part of… in no chronological order.">
|
<meta name="description" content="The music I’ve made solo, and gotten to be a part of… in no chronological order.">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/music/">
|
<link rel="canonical" href="/music/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/music/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/music/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/music/">
|
<link rel="alternate" hreflang="en" href="/music/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/music/">
|
</script><meta property="og:url" content="/music/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Music">
|
<meta property="og:title" content="Music">
|
||||||
<meta property="og:description" content="The music I’ve made solo, and gotten to be a part of… in no chronological order.">
|
<meta property="og:description" content="The music I’ve made solo, and gotten to be a part of… in no chronological order.">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Music",
|
"name": "Music",
|
||||||
"item": "http://0.0.0.0/music/"
|
"item": "/music/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -91,32 +91,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span class="active">Music</span>
|
<span class="active">Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-08-01 23:40:44 +0000 UTC'>August 1, 2026</span> · <span>0 min</span></footer>
|
<span title='2026-08-01 23:40:44 +0000 UTC'>August 1, 2026</span> · <span>0 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to Songs I wrote!" href="http://0.0.0.0/music/originals/"></a>
|
<a class="entry-link" aria-label="post link to Songs I wrote!" href="/music/originals/"></a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="post-entry">
|
<article class="post-entry">
|
||||||
@@ -168,12 +168,12 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
|
|||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-08-01 04:24:46 +0000 UTC'>August 1, 2026</span> · <span>1 min</span></footer>
|
<span title='2026-08-01 04:24:46 +0000 UTC'>August 1, 2026</span> · <span>1 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="http://0.0.0.0/music/207/"></a>
|
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="/music/207/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+8
-8
@@ -2,30 +2,30 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Music on TheWittyBanter.com</title>
|
<title>Music on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/music/</link>
|
<link>/music/</link>
|
||||||
<description>Recent content in Music on TheWittyBanter.com</description>
|
<description>Recent content in Music on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 01 Aug 2026 23:40:44 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 01 Aug 2026 23:40:44 +0000</lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/music/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/music/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Songs I wrote!</title>
|
<title>Songs I wrote!</title>
|
||||||
<link>http://0.0.0.0/music/originals/</link>
|
<link>/music/originals/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/music/originals/</guid>
|
<guid>/music/originals/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>The Chicken Street Band</title>
|
<title>The Chicken Street Band</title>
|
||||||
<link>http://0.0.0.0/music/207/</link>
|
<link>/music/207/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/music/207/</guid>
|
<guid>/music/207/</guid>
|
||||||
<description><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
<description><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
||||||
<hr>
|
<hr>
|
||||||
<h2 id="207-maine">207 Maine</h2>
|
<h2 id="207-maine">207 Maine</h2>
|
||||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||||
<source src="http://0.0.0.0/videos/207.mp4" type="video/mp4">
|
<source src="/videos/207.mp4" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)</h2>
|
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)</h2>
|
||||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||||
<source src="http://0.0.0.0/videos/wait.mp4" type="video/mp4">
|
<source src="/videos/wait.mp4" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,256 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Musiccoming | TheWittyBanter</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="There is music coming, I promise">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/music/musiccoming/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/music/musiccoming/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/" title="Home">
|
|
||||||
<span>Home</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/content/music/" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Musiccoming
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:55:14 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#there-is-music-coming-i-promise" aria-label="There is music coming, I promise">There is music coming, I promise</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="there-is-music-coming-i-promise">There is music coming, I promise<a hidden class="anchor" aria-hidden="true" href="#there-is-music-coming-i-promise">#</a></h1>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -9,16 +9,16 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Songs I wrote! - TheWittyBanter.com">
|
<meta name="description" content="Songs I wrote! - TheWittyBanter.com">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/music/originals/">
|
<link rel="canonical" href="/music/originals/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/music/originals/">
|
<link rel="alternate" hreflang="en" href="/music/originals/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/music/originals/">
|
</script><meta property="og:url" content="/music/originals/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Songs I wrote!">
|
<meta property="og:title" content="Songs I wrote!">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Music",
|
"name": "Music",
|
||||||
"item": "http://0.0.0.0/music/"
|
"item": "/music/"
|
||||||
},
|
}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 2 ,
|
"position": 1 ,
|
||||||
"name": "Songs I wrote!",
|
"name": "Songs I wrote!",
|
||||||
"item": "http://0.0.0.0/music/originals/"
|
"item": "/music/originals/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -83,14 +83,14 @@
|
|||||||
"dateModified": "2026-08-01T23:40:44Z",
|
"dateModified": "2026-08-01T23:40:44Z",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/music/originals/"
|
"@id": "/music/originals/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -126,32 +126,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://0.0.0.0/music/</title>
|
<title>/music/</title>
|
||||||
<link rel="canonical" href="http://0.0.0.0/music/">
|
<link rel="canonical" href="/music/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://0.0.0.0/music/">
|
<meta http-equiv="refresh" content="0; url=/music/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,256 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Technostuff | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Technostuff - TheWittyBanter.com">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/music/technostuff/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/technostuff/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Technostuff
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-08-01 05:32:29 +0000 UTC'>August 1, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,242 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Test2 | TheWittyBanter</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Test2 - TheWittyBanter">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/music/test2/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/music/test2/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/" title="Home">
|
|
||||||
<span>Home</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Test2
|
|
||||||
<span class="entry-hint" title="Draft">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
|
|
||||||
<path
|
|
||||||
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:57:23 -0400 EDT'>July 30, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,256 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Testfromcli | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Testfromcli - TheWittyBanter.com">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/music/testfromcli/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/music/testfromcli/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/music/">Music</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Testfromcli
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-08-01 04:11:10 +0000 UTC'>August 1, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Executable → Regular
+19
-19
@@ -9,16 +9,16 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="There is music coming, I promise">
|
<meta name="description" content="There is music coming, I promise">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/musiccoming/">
|
<link rel="canonical" href="/musiccoming/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/musiccoming/">
|
<link rel="alternate" hreflang="en" href="/musiccoming/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/musiccoming/">
|
</script><meta property="og:url" content="/musiccoming/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Musiccoming">
|
<meta property="og:title" content="Musiccoming">
|
||||||
<meta property="og:description" content="There is music coming, I promise">
|
<meta property="og:description" content="There is music coming, I promise">
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Musiccoming",
|
"name": "Musiccoming",
|
||||||
"item": "http://0.0.0.0/musiccoming/"
|
"item": "/musiccoming/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -78,14 +78,14 @@
|
|||||||
"dateModified": "2026-07-30T20:55:14-04:00",
|
"dateModified": "2026-07-30T20:55:14-04:00",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/musiccoming/"
|
"@id": "/musiccoming/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -121,32 +121,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>http://localhost:1313/</title>
|
|
||||||
<link rel="canonical" href="http://localhost:1313/">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
||||||
@@ -1,257 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Home | TheWittyBanter</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="This is a home page">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/pages/home/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/pages/home/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/content/pages/_index.md" title="Home">
|
|
||||||
<span>Home</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/pages/">Pages</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Home
|
|
||||||
<span class="entry-hint" title="Draft">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
|
|
||||||
<path
|
|
||||||
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:50:49 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#this-is-a-home-page" aria-label="This is a home page">This is a home page</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="this-is-a-home-page">This is a home page<a hidden class="anchor" aria-hidden="true" href="#this-is-a-home-page">#</a></h1>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Pages | TheWittyBanter</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Pages - TheWittyBanter">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/pages/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/pages/index.xml" title="rss">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/pages/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body class="list" id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/content/pages/_index.md" title="Home">
|
|
||||||
<span>Home</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
<header class="page-header"><nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1>
|
|
||||||
Pages
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<article class="post-entry">
|
|
||||||
<header class="entry-header">
|
|
||||||
<h2 class="entry-hint-parent">Home
|
|
||||||
<span class="entry-hint" title="Draft">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
|
|
||||||
<path
|
|
||||||
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
</h2>
|
|
||||||
</header>
|
|
||||||
<div class="entry-content">
|
|
||||||
<p>This is a home page</p>
|
|
||||||
</div>
|
|
||||||
<footer class="entry-footer">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:50:49 -0400 EDT'>July 30, 2026</span> · <span>1 min</span></footer>
|
|
||||||
<a class="entry-link" aria-label="post link to Home" href="http://localhost:1313/pages/home/"></a>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
|
||||||
<channel>
|
|
||||||
<title>Pages on TheWittyBanter</title>
|
|
||||||
<link>http://localhost:1313/pages/</link>
|
|
||||||
<description>Recent content in Pages on TheWittyBanter</description>
|
|
||||||
<generator>Hugo</generator>
|
|
||||||
<language>en</language>
|
|
||||||
<lastBuildDate>Thu, 30 Jul 2026 20:50:49 -0400</lastBuildDate>
|
|
||||||
<atom:link href="http://localhost:1313/pages/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Home</title>
|
|
||||||
<link>http://localhost:1313/pages/home/</link>
|
|
||||||
<pubDate>Thu, 30 Jul 2026 20:50:49 -0400</pubDate>
|
|
||||||
<guid>http://localhost:1313/pages/home/</guid>
|
|
||||||
<description><h1 id="this-is-a-home-page">This is a home page</h1></description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>http://localhost:1313/pages/</title>
|
|
||||||
<link rel="canonical" href="http://localhost:1313/pages/">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/pages/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
||||||
@@ -9,16 +9,16 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="It’s empty for now, come back later!">
|
<meta name="description" content="It’s empty for now, come back later!">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/posts/helloworld/">
|
<link rel="canonical" href="/posts/helloworld/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/posts/helloworld/">
|
<link rel="alternate" hreflang="en" href="/posts/helloworld/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/posts/helloworld/">
|
</script><meta property="og:url" content="/posts/helloworld/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="This is what a post will look like">
|
<meta property="og:title" content="This is what a post will look like">
|
||||||
<meta property="og:description" content="It’s empty for now, come back later!">
|
<meta property="og:description" content="It’s empty for now, come back later!">
|
||||||
@@ -57,13 +57,13 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Posts",
|
"name": "Posts",
|
||||||
"item": "http://0.0.0.0/posts/"
|
"item": "/posts/"
|
||||||
},
|
}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 2 ,
|
"position": 1 ,
|
||||||
"name": "This is what a post will look like",
|
"name": "This is what a post will look like",
|
||||||
"item": "http://0.0.0.0/posts/helloworld/"
|
"item": "/posts/helloworld/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -85,14 +85,14 @@
|
|||||||
"dateModified": "2026-08-01T04:37:35Z",
|
"dateModified": "2026-08-01T04:37:35Z",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/posts/helloworld/"
|
"@id": "/posts/helloworld/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -128,32 +128,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+19
-19
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="This is where the posts will live">
|
<meta name="description" content="This is where the posts will live">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/posts/">
|
<link rel="canonical" href="/posts/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/posts/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/posts/">
|
<link rel="alternate" hreflang="en" href="/posts/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/posts/">
|
</script><meta property="og:url" content="/posts/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Posts">
|
<meta property="og:title" content="Posts">
|
||||||
<meta property="og:description" content="This is where the posts will live">
|
<meta property="og:description" content="This is where the posts will live">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Posts",
|
"name": "Posts",
|
||||||
"item": "http://0.0.0.0/posts/"
|
"item": "/posts/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -91,32 +91,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span class="active">Blog</span>
|
<span class="active">Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -152,12 +152,12 @@
|
|||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-08-01 04:37:35 +0000 UTC'>August 1, 2026</span> · <span>1 min</span></footer>
|
<span title='2026-08-01 04:37:35 +0000 UTC'>August 1, 2026</span> · <span>1 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to This is what a post will look like" href="http://0.0.0.0/posts/helloworld/"></a>
|
<a class="entry-link" aria-label="post link to This is what a post will look like" href="/posts/helloworld/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+4
-4
@@ -2,17 +2,17 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Posts on TheWittyBanter.com</title>
|
<title>Posts on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/posts/</link>
|
<link>/posts/</link>
|
||||||
<description>Recent content in Posts on TheWittyBanter.com</description>
|
<description>Recent content in Posts on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 01 Aug 2026 04:37:35 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 01 Aug 2026 04:37:35 +0000</lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/posts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>This is what a post will look like</title>
|
<title>This is what a post will look like</title>
|
||||||
<link>http://0.0.0.0/posts/helloworld/</link>
|
<link>/posts/helloworld/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/posts/helloworld/</guid>
|
<guid>/posts/helloworld/</guid>
|
||||||
<description><p>It&rsquo;s empty for now, come back later!</p></description>
|
<description><p>It&rsquo;s empty for now, come back later!</p></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
|||||||
@@ -1,262 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Musiccoming | TheWittyBanter</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="There is music coming, I promise">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/posts/musiccoming/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/posts/musiccoming/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/" title="Home">
|
|
||||||
<span>Home</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/content/music/_index.md" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/posts/">Posts</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Musiccoming
|
|
||||||
<span class="entry-hint" title="Draft">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
|
|
||||||
<path
|
|
||||||
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:55:14 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#there-is-music-coming-i-promise" aria-label="There is music coming, I promise">There is music coming, I promise</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="there-is-music-coming-i-promise">There is music coming, I promise<a hidden class="anchor" aria-hidden="true" href="#there-is-music-coming-i-promise">#</a></h1>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Executable → Regular
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://0.0.0.0/posts/</title>
|
<title>/posts/</title>
|
||||||
<link rel="canonical" href="http://0.0.0.0/posts/">
|
<link rel="canonical" href="/posts/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://0.0.0.0/posts/">
|
<meta http-equiv="refresh" content="0; url=/posts/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,260 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Test | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Tell me if this works or not">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/posts/test/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/posts/test/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/posts/">Posts</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Test
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:48:25 -0400 -0400'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><p>Tell me if this works or not</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,273 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Test2 | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="wee
|
|
||||||
electric boogaloo">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/posts/test2/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/posts/test2/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/posts/">Posts</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Test2
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:57:23 -0400 -0400'>July 30, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#wee" aria-label="wee">wee</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h1 id="wee">wee<a hidden class="anchor" aria-hidden="true" href="#wee">#</a></h1>
|
|
||||||
<p>electric boogaloo</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,271 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Testagain | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Testagain">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://192.168.1.156:1313/posts/testagain/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://192.168.1.156:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.1.156:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.1.156:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://192.168.1.156:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://192.168.1.156:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://192.168.1.156:1313/posts/testagain/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://192.168.1.156:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://192.168.1.156:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/posts/">Posts</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Testagain
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-31 16:45:51 -0400 -0400'>July 31, 2026</span> · <span>1 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header> <details class="toc" >
|
|
||||||
<summary accesskey="c" title="(Alt + C)">
|
|
||||||
<span class="title">Table of Contents</span>
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<div class="inner"><ul>
|
|
||||||
<li>
|
|
||||||
<a href="#testagain" aria-label="Testagain">Testagain</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<div class="post-content md-content"><h2 id="testagain">Testagain<a hidden class="anchor" aria-hidden="true" href="#testagain">#</a></h2>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://192.168.1.156:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
+19
-19
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Opinions on albums, mostly. Maybe we’ll branch out to other things.">
|
<meta name="description" content="Opinions on albums, mostly. Maybe we’ll branch out to other things.">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/reviews/">
|
<link rel="canonical" href="/reviews/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/reviews/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/reviews/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/reviews/">
|
<link rel="alternate" hreflang="en" href="/reviews/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/reviews/">
|
</script><meta property="og:url" content="/reviews/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Reviews">
|
<meta property="og:title" content="Reviews">
|
||||||
<meta property="og:description" content="Opinions on albums, mostly. Maybe we’ll branch out to other things.">
|
<meta property="og:description" content="Opinions on albums, mostly. Maybe we’ll branch out to other things.">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Reviews",
|
"name": "Reviews",
|
||||||
"item": "http://0.0.0.0/reviews/"
|
"item": "/reviews/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -91,32 +91,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span class="active">Reviews</span>
|
<span class="active">Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -152,12 +152,12 @@
|
|||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-08-01 20:06:17 +0000 UTC'>August 1, 2026</span> · <span>5 min</span></footer>
|
<span title='2026-08-01 20:06:17 +0000 UTC'>August 1, 2026</span> · <span>5 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to Statica EP - Avenged Sevenfold" href="http://0.0.0.0/reviews/statica/"></a>
|
<a class="entry-link" aria-label="post link to Statica EP - Avenged Sevenfold" href="/reviews/statica/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,17 +2,17 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Reviews on TheWittyBanter.com</title>
|
<title>Reviews on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/reviews/</link>
|
<link>/reviews/</link>
|
||||||
<description>Recent content in Reviews on TheWittyBanter.com</description>
|
<description>Recent content in Reviews on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 01 Aug 2026 20:06:17 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 01 Aug 2026 20:06:17 +0000</lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/reviews/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/reviews/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Statica EP - Avenged Sevenfold</title>
|
<title>Statica EP - Avenged Sevenfold</title>
|
||||||
<link>http://0.0.0.0/reviews/statica/</link>
|
<link>/reviews/statica/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
||||||
<guid>http://0.0.0.0/reviews/statica/</guid>
|
<guid>/reviews/statica/</guid>
|
||||||
<description><h2 id="the-band">The band</h2>
|
<description><h2 id="the-band">The band</h2>
|
||||||
<p>Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.</p></description>
|
<p>Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.</p></description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://0.0.0.0/reviews/</title>
|
<title>/reviews/</title>
|
||||||
<link rel="canonical" href="http://0.0.0.0/reviews/">
|
<link rel="canonical" href="/reviews/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://0.0.0.0/reviews/">
|
<meta http-equiv="refresh" content="0; url=/reviews/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -10,16 +10,16 @@
|
|||||||
<meta name="description" content="The band
|
<meta name="description" content="The band
|
||||||
Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.">
|
Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/reviews/statica/">
|
<link rel="canonical" href="/reviews/statica/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/reviews/statica/">
|
<link rel="alternate" hreflang="en" href="/reviews/statica/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/reviews/statica/">
|
</script><meta property="og:url" content="/reviews/statica/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Statica EP - Avenged Sevenfold">
|
<meta property="og:title" content="Statica EP - Avenged Sevenfold">
|
||||||
<meta property="og:description" content="The band Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.">
|
<meta property="og:description" content="The band Avenged Sevenfold – a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.">
|
||||||
@@ -58,13 +58,13 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Reviews",
|
"name": "Reviews",
|
||||||
"item": "http://0.0.0.0/reviews/"
|
"item": "/reviews/"
|
||||||
},
|
}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 2 ,
|
"position": 1 ,
|
||||||
"name": "Statica EP - Avenged Sevenfold",
|
"name": "Statica EP - Avenged Sevenfold",
|
||||||
"item": "http://0.0.0.0/reviews/statica/"
|
"item": "/reviews/statica/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -86,14 +86,14 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
"dateModified": "2026-08-01T20:06:17Z",
|
"dateModified": "2026-08-01T20:06:17Z",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/reviews/statica/"
|
"@id": "/reviews/statica/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -103,7 +103,7 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -129,32 +129,32 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -236,7 +236,7 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Disallow:
|
||||||
Sitemap: http://0.0.0.0/sitemap.xml
|
Sitemap: /sitemap.xml
|
||||||
|
|||||||
Executable → Regular
+19
-19
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Come hang out!">
|
<meta name="description" content="Come hang out!">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/shows/">
|
<link rel="canonical" href="/shows/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/shows/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/shows/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/shows/">
|
<link rel="alternate" hreflang="en" href="/shows/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/shows/">
|
</script><meta property="og:url" content="/shows/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Shows">
|
<meta property="og:title" content="Shows">
|
||||||
<meta property="og:description" content="Come hang out!">
|
<meta property="og:description" content="Come hang out!">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Shows",
|
"name": "Shows",
|
||||||
"item": "http://0.0.0.0/shows/"
|
"item": "/shows/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -91,32 +91,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span class="active">Shows</span>
|
<span class="active">Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -155,12 +155,12 @@ Make sure to put “Music” in the subject!
|
|||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-07-30 21:13:12 -0400 -0400'>July 30, 2026</span> · <span>1 min</span></footer>
|
<span title='2026-07-30 21:13:12 -0400 -0400'>July 30, 2026</span> · <span>1 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to It's a little empty right now..." href="http://0.0.0.0/shows/tba/"></a>
|
<a class="entry-link" aria-label="post link to It's a little empty right now..." href="/shows/tba/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+4
-4
@@ -2,17 +2,17 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Shows on TheWittyBanter.com</title>
|
<title>Shows on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/shows/</link>
|
<link>/shows/</link>
|
||||||
<description>Recent content in Shows on TheWittyBanter.com</description>
|
<description>Recent content in Shows on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Thu, 30 Jul 2026 21:13:12 -0400</lastBuildDate>
|
<lastBuildDate>Thu, 30 Jul 2026 21:13:12 -0400</lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/shows/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/shows/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>It's a little empty right now...</title>
|
<title>It's a little empty right now...</title>
|
||||||
<link>http://0.0.0.0/shows/tba/</link>
|
<link>/shows/tba/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
||||||
<guid>http://0.0.0.0/shows/tba/</guid>
|
<guid>/shows/tba/</guid>
|
||||||
<description><p>But that can change!</p>
|
<description><p>But that can change!</p>
|
||||||
<p>Book some noise for your occasion at:</p>
|
<p>Book some noise for your occasion at:</p>
|
||||||
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p>
|
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p>
|
||||||
|
|||||||
Executable → Regular
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://0.0.0.0/shows/</title>
|
<title>/shows/</title>
|
||||||
<link rel="canonical" href="http://0.0.0.0/shows/">
|
<link rel="canonical" href="/shows/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://0.0.0.0/shows/">
|
<meta http-equiv="refresh" content="0; url=/shows/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Executable → Regular
+22
-22
@@ -12,16 +12,16 @@ Book some noise for your occasion at:
|
|||||||
bwnoises@proton.me
|
bwnoises@proton.me
|
||||||
Make sure to put “Music” in the subject!">
|
Make sure to put “Music” in the subject!">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/shows/tba/">
|
<link rel="canonical" href="/shows/tba/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/shows/tba/">
|
<link rel="alternate" hreflang="en" href="/shows/tba/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -36,7 +36,7 @@ Make sure to put “Music” in the subject!">
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/shows/tba/">
|
</script><meta property="og:url" content="/shows/tba/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="It's a little empty right now...">
|
<meta property="og:title" content="It's a little empty right now...">
|
||||||
<meta property="og:description" content="But that can change!
|
<meta property="og:description" content="But that can change!
|
||||||
@@ -66,13 +66,13 @@ Make sure to put “Music” in the subject!">
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Shows",
|
"name": "Shows",
|
||||||
"item": "http://0.0.0.0/shows/"
|
"item": "/shows/"
|
||||||
},
|
}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 2 ,
|
"position": 1 ,
|
||||||
"name": "It's a little empty right now...",
|
"name": "It's a little empty right now...",
|
||||||
"item": "http://0.0.0.0/shows/tba/"
|
"item": "/shows/tba/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -94,14 +94,14 @@ Make sure to put “Music” in the subject!">
|
|||||||
"dateModified": "2026-07-30T21:13:12-04:00",
|
"dateModified": "2026-07-30T21:13:12-04:00",
|
||||||
"mainEntityOfPage": {
|
"mainEntityOfPage": {
|
||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "http://0.0.0.0/shows/tba/"
|
"@id": "/shows/tba/"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "TheWittyBanter.com",
|
"name": "TheWittyBanter.com",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "http://0.0.0.0/favicon.ico"
|
"url": "/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -111,7 +111,7 @@ Make sure to put “Music” in the subject!">
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -137,32 +137,32 @@ Make sure to put “Music” in the subject!">
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -211,7 +211,7 @@ Make sure to put “Music” in the subject!">
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,256 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Tba2 | TheWittyBanter.com</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="Tba2 - TheWittyBanter.com">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/shows/tba2/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/shows/tba2/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/welcome" title="Welcome">
|
|
||||||
<span>Welcome</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
|
||||||
<span>Docs</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/music" title="Music">
|
|
||||||
<span>Music</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/posts" title="Blog">
|
|
||||||
<span>Blog</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/shows" title="Shows">
|
|
||||||
<span>Shows</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
|
|
||||||
<article class="post-single">
|
|
||||||
<header class="post-header">
|
|
||||||
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/shows/">Shows</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1 class="post-title entry-hint-parent">
|
|
||||||
Tba2
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<span title='2026-07-30 21:13:23 -0400 EDT'>July 30, 2026</span> · <span>0 min</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="post-footer">
|
|
||||||
<ul class="post-tags">
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter.com</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
|
||||||
const container = codeblock.parentNode.parentNode;
|
|
||||||
|
|
||||||
const copybutton = document.createElement('button');
|
|
||||||
copybutton.classList.add('copy-code');
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
|
|
||||||
function copyingDone() {
|
|
||||||
copybutton.innerHTML = 'copied!';
|
|
||||||
setTimeout(() => {
|
|
||||||
copybutton.innerHTML = 'copy';
|
|
||||||
}, 2000);
|
|
||||||
}
|
|
||||||
|
|
||||||
copybutton.addEventListener('click', (cb) => {
|
|
||||||
if ('clipboard' in navigator) {
|
|
||||||
navigator.clipboard.writeText(codeblock.textContent);
|
|
||||||
copyingDone();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const range = document.createRange();
|
|
||||||
range.selectNodeContents(codeblock);
|
|
||||||
const selection = window.getSelection();
|
|
||||||
selection.removeAllRanges();
|
|
||||||
selection.addRange(range);
|
|
||||||
try {
|
|
||||||
document.execCommand('copy');
|
|
||||||
copyingDone();
|
|
||||||
} catch (e) { };
|
|
||||||
selection.removeRange(range);
|
|
||||||
});
|
|
||||||
|
|
||||||
if (container.classList.contains("highlight")) {
|
|
||||||
container.appendChild(copybutton);
|
|
||||||
} else if (container.parentNode.firstChild == container) {
|
|
||||||
|
|
||||||
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
|
||||||
|
|
||||||
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
|
||||||
} else {
|
|
||||||
|
|
||||||
codeblock.parentNode.appendChild(copybutton);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Executable → Regular
+17
-17
@@ -2,53 +2,53 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://0.0.0.0/music/originals/</loc>
|
<loc>/music/originals/</loc>
|
||||||
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/</loc>
|
<loc>/</loc>
|
||||||
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/reviews/statica/</loc>
|
<loc>/reviews/statica/</loc>
|
||||||
<lastmod>2026-08-01T20:06:17+00:00</lastmod>
|
<lastmod>2026-08-01T20:06:17+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/reviews/</loc>
|
<loc>/reviews/</loc>
|
||||||
<lastmod>2026-08-01T20:03:13+00:00</lastmod>
|
<lastmod>2026-08-01T20:03:13+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/posts/helloworld/</loc>
|
<loc>/posts/helloworld/</loc>
|
||||||
<lastmod>2026-08-01T04:37:35+00:00</lastmod>
|
<lastmod>2026-08-01T04:37:35+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/music/207/</loc>
|
<loc>/music/207/</loc>
|
||||||
<lastmod>2026-08-01T04:24:46+00:00</lastmod>
|
<lastmod>2026-08-01T04:24:46+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/docs/currentlab/</loc>
|
<loc>/docs/currentlab/</loc>
|
||||||
<lastmod>2026-07-31T22:33:32-04:00</lastmod>
|
<lastmod>2026-07-31T22:33:32-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/welcome/</loc>
|
<loc>/welcome/</loc>
|
||||||
<lastmod>2026-07-31T19:00:33-04:00</lastmod>
|
<lastmod>2026-07-31T19:00:33-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/docs/</loc>
|
<loc>/docs/</loc>
|
||||||
<lastmod>2026-07-31T17:10:58-04:00</lastmod>
|
<lastmod>2026-07-31T17:10:58-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/main/</loc>
|
<loc>/main/</loc>
|
||||||
<lastmod>2026-07-30T21:14:32-04:00</lastmod>
|
<lastmod>2026-07-30T21:14:32-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/shows/tba/</loc>
|
<loc>/shows/tba/</loc>
|
||||||
<lastmod>2026-07-30T21:13:12-04:00</lastmod>
|
<lastmod>2026-07-30T21:13:12-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/shows/</loc>
|
<loc>/shows/</loc>
|
||||||
<lastmod>2026-07-30T21:07:34-04:00</lastmod>
|
<lastmod>2026-07-30T21:07:34-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/musiccoming/</loc>
|
<loc>/musiccoming/</loc>
|
||||||
<lastmod>2026-07-30T20:55:14-04:00</lastmod>
|
<lastmod>2026-07-30T20:55:14-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/music/</loc>
|
<loc>/music/</loc>
|
||||||
<lastmod>2026-07-30T20:55:01-04:00</lastmod>
|
<lastmod>2026-07-30T20:55:01-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/posts/</loc>
|
<loc>/posts/</loc>
|
||||||
<lastmod>2026-07-30T20:47:11-04:00</lastmod>
|
<lastmod>2026-07-30T20:47:11-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/categories/</loc>
|
<loc>/categories/</loc>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://0.0.0.0/tags/</loc>
|
<loc>/tags/</loc>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Executable → Regular
+17
-17
@@ -9,17 +9,17 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/tags/">
|
<link rel="canonical" href="/tags/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/tags/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/tags/">
|
<link rel="alternate" hreflang="en" href="/tags/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/tags/">
|
</script><meta property="og:url" content="/tags/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Tags">
|
<meta property="og:title" content="Tags">
|
||||||
<meta property="og:locale" content="en">
|
<meta property="og:locale" content="en">
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -74,32 +74,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Tags on TheWittyBanter.com</title>
|
<title>Tags on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/tags/</link>
|
<link>/tags/</link>
|
||||||
<description>Recent content in Tags on TheWittyBanter.com</description>
|
<description>Recent content in Tags on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://0.0.0.0/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -1,196 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
|
||||||
<title>Test | TheWittyBanter</title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="author" content="">
|
|
||||||
<link rel="canonical" href="http://localhost:1313/tags/test/">
|
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
|
||||||
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
|
||||||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
|
||||||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
|
||||||
<meta name="theme-color" content="#2e2e33">
|
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/test/index.xml" title="rss">
|
|
||||||
<link rel="alternate" hreflang="en" href="http://localhost:1313/tags/test/">
|
|
||||||
<noscript>
|
|
||||||
<style>
|
|
||||||
#theme-toggle,
|
|
||||||
.top-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</noscript>
|
|
||||||
<script>
|
|
||||||
if (localStorage.getItem("pref-theme") === "light") {
|
|
||||||
document.querySelector("html").dataset.theme = 'light';
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body class="list" id="top">
|
|
||||||
<header class="header">
|
|
||||||
<nav class="header-nav">
|
|
||||||
<div class="logo">
|
|
||||||
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter (Alt + H)">TheWittyBanter</a>
|
|
||||||
<div class="logo-switches">
|
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
||||||
</svg>
|
|
||||||
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
|
||||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
||||||
stroke-linejoin="round">
|
|
||||||
<circle cx="12" cy="12" r="5"></circle>
|
|
||||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
||||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
||||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
||||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
||||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
||||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
||||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
||||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ul id="menu" class="menu">
|
|
||||||
<li>
|
|
||||||
<a href="http://localhost:1313/" title="Home">
|
|
||||||
<span>Home</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="main">
|
|
||||||
<header class="page-header"><nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
|
||||||
<a href="/">Home</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
<a href="/tags/">Tags</a>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
|
||||||
<polyline points="9 18 15 12 9 6"></polyline>
|
|
||||||
</svg>
|
|
||||||
</nav>
|
|
||||||
<h1>
|
|
||||||
Test
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<article class="post-entry tag-entry">
|
|
||||||
<header class="entry-header">
|
|
||||||
<h2 class="entry-hint-parent">Test
|
|
||||||
<span class="entry-hint" title="Draft">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
|
|
||||||
<path
|
|
||||||
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
</h2>
|
|
||||||
</header>
|
|
||||||
<div class="entry-content">
|
|
||||||
<p>Tell me if this works or not
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<footer class="entry-footer">
|
|
||||||
|
|
||||||
<span title='2026-07-30 20:48:25 -0400 EDT'>July 30, 2026</span> · <span>1 min</span></footer>
|
|
||||||
<a class="entry-link" aria-label="post link to Test" href="http://localhost:1313/posts/test/"></a>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter</a></span> ·
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span>
|
|
||||||
Powered by
|
|
||||||
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
|
||||||
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
||||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
|
||||||
<polyline points="17 11 12 6 7 11"></polyline>
|
|
||||||
<polyline points="17 18 12 13 7 18"></polyline>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
let menu = document.getElementById('menu');
|
|
||||||
if (menu) {
|
|
||||||
|
|
||||||
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
|
||||||
if (scrollPosition) {
|
|
||||||
menu.scrollLeft = parseInt(scrollPosition, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.onscroll = function () {
|
|
||||||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener("click", function (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
var id = this.getAttribute("href").substr(1);
|
|
||||||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
||||||
behavior: "smooth"
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
||||||
}
|
|
||||||
if (id === "top") {
|
|
||||||
history.replaceState(null, null, " ");
|
|
||||||
} else {
|
|
||||||
history.pushState(null, null, `#${id}`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
var toplink = document.getElementById("top-link");
|
|
||||||
window.onscroll = function () {
|
|
||||||
const scrollThreshold = window.innerHeight;
|
|
||||||
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
|
||||||
toplink.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
toplink.classList.add("hidden");
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
||||||
const html = document.querySelector("html");
|
|
||||||
if (html.dataset.theme === "dark") {
|
|
||||||
html.dataset.theme = 'light';
|
|
||||||
localStorage.setItem("pref-theme", 'light');
|
|
||||||
} else {
|
|
||||||
html.dataset.theme = 'dark';
|
|
||||||
localStorage.setItem("pref-theme", 'dark');
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
|
||||||
<channel>
|
|
||||||
<title>Test on TheWittyBanter</title>
|
|
||||||
<link>http://localhost:1313/tags/test/</link>
|
|
||||||
<description>Recent content in Test on TheWittyBanter</description>
|
|
||||||
<generator>Hugo</generator>
|
|
||||||
<language>en</language>
|
|
||||||
<atom:link href="http://localhost:1313/tags/test/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>http://localhost:1313/tags/test/</title>
|
|
||||||
<link rel="canonical" href="http://localhost:1313/tags/test/">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/tags/test/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
||||||
Binary file not shown.
BIN
Binary file not shown.
Executable → Regular
+18
-18
@@ -13,17 +13,17 @@ Why “The Witty Banter”?
|
|||||||
One time I was discussing with my partner the idea of what a solo project would be named.
|
One time I was discussing with my partner the idea of what a solo project would be named.
|
||||||
I’ve always hated the idea of being a “solo artist”, using my name or my face as the front of ANYTHING gives me the ick (yet here we are, eh?). The point was brought up, that I seem to do better when there’s witty banter.">
|
I’ve always hated the idea of being a “solo artist”, using my name or my face as the front of ANYTHING gives me the ick (yet here we are, eh?). The point was brought up, that I seem to do better when there’s witty banter.">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://0.0.0.0/welcome/">
|
<link rel="canonical" href="/welcome/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
|
||||||
<link rel="icon" href="http://0.0.0.0/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="http://0.0.0.0/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="http://0.0.0.0/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="http://0.0.0.0/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="http://0.0.0.0/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg">
|
||||||
<meta name="theme-color" content="#2e2e33">
|
<meta name="theme-color" content="#2e2e33">
|
||||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://0.0.0.0/welcome/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="/welcome/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="http://0.0.0.0/welcome/">
|
<link rel="alternate" hreflang="en" href="/welcome/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -38,7 +38,7 @@ I’ve always hated the idea of being a “solo artist”, using my
|
|||||||
document.querySelector("html").dataset.theme = 'light';
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
}
|
}
|
||||||
|
|
||||||
</script><meta property="og:url" content="http://0.0.0.0/welcome/">
|
</script><meta property="og:url" content="/welcome/">
|
||||||
<meta property="og:site_name" content="TheWittyBanter.com">
|
<meta property="og:site_name" content="TheWittyBanter.com">
|
||||||
<meta property="og:title" content="Quick rundown on the brain dump">
|
<meta property="og:title" content="Quick rundown on the brain dump">
|
||||||
<meta property="og:description" content="Historically I’ve been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
<meta property="og:description" content="Historically I’ve been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
||||||
@@ -65,7 +65,7 @@ I’ve always hated the idea of being a “solo artist”, using my name or my f
|
|||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": 1 ,
|
"position": 1 ,
|
||||||
"name": "Quick rundown on the brain dump",
|
"name": "Quick rundown on the brain dump",
|
||||||
"item": "http://0.0.0.0/welcome/"
|
"item": "/welcome/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -75,7 +75,7 @@ I’ve always hated the idea of being a “solo artist”, using my name or my f
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="http://0.0.0.0/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
<div class="logo-switches">
|
<div class="logo-switches">
|
||||||
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
@@ -101,32 +101,32 @@ I’ve always hated the idea of being a “solo artist”, using my name or my f
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/welcome" title="Welcome">
|
<a href="/welcome" title="Welcome">
|
||||||
<span class="active">Welcome</span>
|
<span class="active">Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/shows" title="Shows">
|
<a href="/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/music" title="Music">
|
<a href="/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/reviews" title="Reviews">
|
<a href="/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/posts" title="Blog">
|
<a href="/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://0.0.0.0/docs" title="Docs">
|
<a href="/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -177,7 +177,7 @@ I’ve always hated the idea of being a “solo artist”, using my name or my f
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="http://0.0.0.0/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable → Regular
+2
-2
@@ -2,11 +2,11 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Quick rundown on the brain dump on TheWittyBanter.com</title>
|
<title>Quick rundown on the brain dump on TheWittyBanter.com</title>
|
||||||
<link>http://0.0.0.0/welcome/</link>
|
<link>/welcome/</link>
|
||||||
<description>Recent content in Quick rundown on the brain dump on TheWittyBanter.com</description>
|
<description>Recent content in Quick rundown on the brain dump on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate></lastBuildDate>
|
<lastBuildDate></lastBuildDate>
|
||||||
<atom:link href="http://0.0.0.0/welcome/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/welcome/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Executable → Regular
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://0.0.0.0/welcome/</title>
|
<title>/welcome/</title>
|
||||||
<link rel="canonical" href="http://0.0.0.0/welcome/">
|
<link rel="canonical" href="/welcome/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://0.0.0.0/welcome/">
|
<meta http-equiv="refresh" content="0; url=/welcome/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user