fixing whatever the hell I broke
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-08-01T23:40:44Z'
|
||||||
|
title = 'Songs I wrote!'
|
||||||
|
+++
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
<audio controls preload="auto">
|
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}>
|
||||||
<source src="{{ .Get "src" }}" type="audio/mpeg">
|
<audio controls preload="{{ .Get "preload" | default "metadata" }}">
|
||||||
|
<source src="{{ .Get "src" | relURL }}" type="audio/mpeg">
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
|
{{ with .Get "caption" }}
|
||||||
|
<figcaption>{{ . }}</figcaption>
|
||||||
|
{{ end }}
|
||||||
|
</figure>
|
||||||
|
|||||||
+16
-16
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/404.html">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/404.html">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/404.html">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -65,32 +65,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/categories/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/categories/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/categories/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/categories/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/categories/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>https://thewittybanter.com/categories/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/docs/currentlab/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/docs/currentlab/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/docs/currentlab/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -54,7 +54,7 @@ Immich">
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -80,32 +80,32 @@ Immich">
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -245,7 +245,7 @@ Immich">
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+18
-18
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/docs/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/docs/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/docs/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/docs/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/docs/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span class="active">Docs</span>
|
<span class="active">Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -126,12 +126,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="https://thewittybanter.com/docs/currentlab/"></a>
|
<a class="entry-link" aria-label="post link to What's in the lab right now?" href="https://thewittybanter.com:1313/docs/currentlab/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>https://thewittybanter.com/docs/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/docs/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/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>https://thewittybanter.com/docs/currentlab/</link>
|
<link>https://thewittybanter.com:1313/docs/currentlab/</link>
|
||||||
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
||||||
<guid>https://thewittybanter.com/docs/currentlab/</guid>
|
<guid>https://thewittybanter.com:1313/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="https://thewittybanter.com/images/lab.jpg" width="600"/> <figcaption>
|
<img loading="lazy" src="https://thewittybanter.com:1313/images/lab.jpg" width="600"/> <figcaption>
|
||||||
The whole team
|
The whole team
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>https://thewittybanter.com/docs/</title>
|
<title>https://thewittybanter.com:1313/docs/</title>
|
||||||
<link rel="canonical" href="https://thewittybanter.com/docs/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/docs/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/docs/">
|
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/docs/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+18
-18
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en" dir="auto" data-theme="dark">
|
<html lang="en" dir="auto" data-theme="dark">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.154.5"><script src="/livereload.js?mindelay=10&v=2&port=&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
<meta name="generator" content="Hugo 0.154.5"><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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -10,17 +10,17 @@
|
|||||||
|
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="https://thewittybanter.com/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/">
|
||||||
<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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -67,32 +67,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -101,7 +101,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="https://thewittybanter.com/images/copy.jpg" alt="profile image" title=""
|
<img draggable="false" src="https://thewittybanter.com:1313/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>
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+19
-19
@@ -2,38 +2,38 @@
|
|||||||
<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>https://thewittybanter.com/</link>
|
<link>https://thewittybanter.com:1313/</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 20:06:17 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 01 Aug 2026 20:06:17 +0000</lastBuildDate>
|
||||||
<atom:link href="https://thewittybanter.com/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Statica EP - Avenged Sevenfold</title>
|
<title>Statica EP - Avenged Sevenfold</title>
|
||||||
<link>https://thewittybanter.com/reviews/statica/</link>
|
<link>https://thewittybanter.com:1313/reviews/statica/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
||||||
<guid>https://thewittybanter.com/reviews/statica/</guid>
|
<guid>https://thewittybanter.com:1313/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>https://thewittybanter.com/posts/helloworld/</link>
|
<link>https://thewittybanter.com:1313/posts/helloworld/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
||||||
<guid>https://thewittybanter.com/posts/helloworld/</guid>
|
<guid>https://thewittybanter.com:1313/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>https://thewittybanter.com/music/207/</link>
|
<link>https://thewittybanter.com:1313/music/207/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
||||||
<guid>https://thewittybanter.com/music/207/</guid>
|
<guid>https://thewittybanter.com:1313/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="https://thewittybanter.com/videos/207.mp4" type="video/mp4">
|
<source src="https://thewittybanter.com:1313/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>
|
||||||
@@ -43,7 +43,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="https://thewittybanter.com/videos/wait.mp4" type="video/mp4">
|
<source src="https://thewittybanter.com:1313/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>
|
||||||
@@ -52,12 +52,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>What's in the lab right now?</title>
|
<title>What's in the lab right now?</title>
|
||||||
<link>https://thewittybanter.com/docs/currentlab/</link>
|
<link>https://thewittybanter.com:1313/docs/currentlab/</link>
|
||||||
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
|
||||||
<guid>https://thewittybanter.com/docs/currentlab/</guid>
|
<guid>https://thewittybanter.com:1313/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="https://thewittybanter.com/images/lab.jpg" width="600"/> <figcaption>
|
<img loading="lazy" src="https://thewittybanter.com:1313/images/lab.jpg" width="600"/> <figcaption>
|
||||||
The whole team
|
The whole team
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
@@ -74,16 +74,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Main</title>
|
<title>Main</title>
|
||||||
<link>https://thewittybanter.com/main/</link>
|
<link>https://thewittybanter.com:1313/main/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 21:14:32 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 21:14:32 -0400</pubDate>
|
||||||
<guid>https://thewittybanter.com/main/</guid>
|
<guid>https://thewittybanter.com:1313/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>https://thewittybanter.com/shows/tba/</link>
|
<link>https://thewittybanter.com:1313/shows/tba/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
||||||
<guid>https://thewittybanter.com/shows/tba/</guid>
|
<guid>https://thewittybanter.com:1313/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>
|
||||||
@@ -91,9 +91,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Musiccoming</title>
|
<title>Musiccoming</title>
|
||||||
<link>https://thewittybanter.com/musiccoming/</link>
|
<link>https://thewittybanter.com:1313/musiccoming/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 20:55:14 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 20:55:14 -0400</pubDate>
|
||||||
<guid>https://thewittybanter.com/musiccoming/</guid>
|
<guid>https://thewittybanter.com:1313/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>
|
||||||
|
|||||||
+16
-16
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/main/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/main/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/main/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -65,32 +65,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+16
-16
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/music/207/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/music/207/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/music/207/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -59,7 +59,7 @@ Such a fun show.">
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -85,32 +85,32 @@ Such a fun show.">
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -190,7 +190,7 @@ Such a fun show.">
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+18
-18
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/music/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/music/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/music/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/music/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/music/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span class="active">Music</span>
|
<span class="active">Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -129,12 +129,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="https://thewittybanter.com/music/207/"></a>
|
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="https://thewittybanter.com:1313/music/207/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
<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>https://thewittybanter.com/music/</link>
|
<link>https://thewittybanter.com:1313/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 04:24:46 +0000</lastBuildDate>
|
<lastBuildDate>Sat, 01 Aug 2026 04:24:46 +0000</lastBuildDate>
|
||||||
<atom:link href="https://thewittybanter.com/music/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/music/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>The Chicken Street Band</title>
|
<title>The Chicken Street Band</title>
|
||||||
<link>https://thewittybanter.com/music/207/</link>
|
<link>https://thewittybanter.com:1313/music/207/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
|
||||||
<guid>https://thewittybanter.com/music/207/</guid>
|
<guid>https://thewittybanter.com:1313/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="https://thewittybanter.com/videos/207.mp4" type="video/mp4">
|
<source src="https://thewittybanter.com:1313/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>
|
||||||
@@ -28,7 +28,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="https://thewittybanter.com/videos/wait.mp4" type="video/mp4">
|
<source src="https://thewittybanter.com:1313/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>
|
||||||
|
|||||||
@@ -0,0 +1,261 @@
|
|||||||
|
<!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>Songs I wrote! | TheWittyBanter.com</title>
|
||||||
|
<meta name="keywords" content="">
|
||||||
|
<meta name="description" content="Songs I wrote! - TheWittyBanter.com">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<link rel="canonical" href="https://thewittybanter.com/music/originals/">
|
||||||
|
<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/music/originals/">
|
||||||
|
<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="/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">
|
||||||
|
Songs I wrote!
|
||||||
|
</h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
|
||||||
|
<span title='2026-08-01 23:40:44 +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>
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>https://thewittybanter.com/music/</title>
|
<title>https://thewittybanter.com:1313/music/</title>
|
||||||
<link rel="canonical" href="https://thewittybanter.com/music/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/music/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/music/">
|
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/music/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/musiccoming/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/musiccoming/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/musiccoming/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -65,32 +65,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/posts/helloworld/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/posts/helloworld/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/posts/helloworld/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -65,32 +65,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+18
-18
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/posts/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/posts/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/posts/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/posts/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/posts/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span class="active">Blog</span>
|
<span class="active">Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -127,12 +127,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="https://thewittybanter.com/posts/helloworld/"></a>
|
<a class="entry-link" aria-label="post link to This is what a post will look like" href="https://thewittybanter.com:1313/posts/helloworld/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">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>Posts on TheWittyBanter.com</title>
|
<title>Posts on TheWittyBanter.com</title>
|
||||||
<link>https://thewittybanter.com/posts/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/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>https://thewittybanter.com/posts/helloworld/</link>
|
<link>https://thewittybanter.com:1313/posts/helloworld/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
|
||||||
<guid>https://thewittybanter.com/posts/helloworld/</guid>
|
<guid>https://thewittybanter.com:1313/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,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>https://thewittybanter.com/posts/</title>
|
<title>https://thewittybanter.com:1313/posts/</title>
|
||||||
<link rel="canonical" href="https://thewittybanter.com/posts/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/posts/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/posts/">
|
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/posts/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+18
-18
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/reviews/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/reviews/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/reviews/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/reviews/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/reviews/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span class="active">Reviews</span>
|
<span class="active">Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -127,12 +127,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="https://thewittybanter.com/reviews/statica/"></a>
|
<a class="entry-link" aria-label="post link to Statica EP - Avenged Sevenfold" href="https://thewittybanter.com:1313/reviews/statica/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">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>https://thewittybanter.com/reviews/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/reviews/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/reviews/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Statica EP - Avenged Sevenfold</title>
|
<title>Statica EP - Avenged Sevenfold</title>
|
||||||
<link>https://thewittybanter.com/reviews/statica/</link>
|
<link>https://thewittybanter.com:1313/reviews/statica/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
|
||||||
<guid>https://thewittybanter.com/reviews/statica/</guid>
|
<guid>https://thewittybanter.com:1313/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>https://thewittybanter.com/reviews/</title>
|
<title>https://thewittybanter.com:1313/reviews/</title>
|
||||||
<link rel="canonical" href="https://thewittybanter.com/reviews/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/reviews/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/reviews/">
|
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/reviews/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/reviews/statica/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/reviews/statica/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/reviews/statica/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,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="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,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="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -173,7 +173,7 @@ Avenged Sevenfold – a critically acclaimed rock/metal outfit from California.
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Disallow: /
|
||||||
Sitemap: https://thewittybanter.com/sitemap.xml
|
Sitemap: https://thewittybanter.com:1313/sitemap.xml
|
||||||
|
|||||||
+18
-18
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/shows/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/shows/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/shows/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/shows/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/shows/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span class="active">Shows</span>
|
<span class="active">Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -130,12 +130,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="https://thewittybanter.com/shows/tba/"></a>
|
<a class="entry-link" aria-label="post link to It's a little empty right now..." href="https://thewittybanter.com:1313/shows/tba/"></a>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">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>Shows on TheWittyBanter.com</title>
|
<title>Shows on TheWittyBanter.com</title>
|
||||||
<link>https://thewittybanter.com/shows/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/shows/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/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>https://thewittybanter.com/shows/tba/</link>
|
<link>https://thewittybanter.com:1313/shows/tba/</link>
|
||||||
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
|
||||||
<guid>https://thewittybanter.com/shows/tba/</guid>
|
<guid>https://thewittybanter.com:1313/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>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>https://thewittybanter.com/shows/</title>
|
<title>https://thewittybanter.com:1313/shows/</title>
|
||||||
<link rel="canonical" href="https://thewittybanter.com/shows/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/shows/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/shows/">
|
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/shows/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+16
-16
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/shows/tba/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/shows/tba/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/shows/tba/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -42,7 +42,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="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -68,32 +68,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="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -142,7 +142,7 @@ Make sure to put “Music” in the subject!">
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+16
-19
@@ -2,53 +2,50 @@
|
|||||||
<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>https://thewittybanter.com/reviews/statica/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/</loc>
|
<loc>https://thewittybanter.com:1313/</loc>
|
||||||
<lastmod>2026-08-01T20:06:17+00:00</lastmod>
|
<lastmod>2026-08-01T20:06:17+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://thewittybanter.com/reviews/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/docs/cachylove/</loc>
|
<loc>https://thewittybanter.com:1313/posts/helloworld/</loc>
|
||||||
<lastmod>2026-08-01T05:16:03+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://thewittybanter.com/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>https://thewittybanter.com/music/207/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/docs/currentlab/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/welcome/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/docs/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/main/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/shows/tba/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/shows/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/musiccoming/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/music/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/posts/</loc>
|
<loc>https://thewittybanter.com:1313/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>https://thewittybanter.com/categories/</loc>
|
<loc>https://thewittybanter.com:1313/categories/</loc>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://thewittybanter.com/tags/</loc>
|
<loc>https://thewittybanter.com:1313/tags/</loc>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
+17
-17
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/tags/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/tags/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/tags/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/tags/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/tags/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -66,32 +66,32 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span>Welcome</span>
|
<span>Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>https://thewittybanter.com/tags/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
+17
-17
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="auto" data-theme="dark">
|
<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">
|
<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 http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
@@ -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="https://thewittybanter.com/welcome/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/favicon.ico">
|
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
|
||||||
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
|
||||||
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
|
<link rel="mask-icon" href="https://thewittybanter.com:1313/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="https://thewittybanter.com/welcome/index.xml" title="rss">
|
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/welcome/index.xml" title="rss">
|
||||||
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/welcome/">
|
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/welcome/">
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#theme-toggle,
|
#theme-toggle,
|
||||||
@@ -44,7 +44,7 @@ I’ve always hated the idea of being a “solo artist”, using my
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<nav class="header-nav">
|
<nav class="header-nav">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
<a href="https://thewittybanter.com:1313/" 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"
|
||||||
@@ -70,32 +70,32 @@ I’ve always hated the idea of being a “solo artist”, using my
|
|||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/welcome" title="Welcome">
|
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
|
||||||
<span class="active">Welcome</span>
|
<span class="active">Welcome</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/shows" title="Shows">
|
<a href="https://thewittybanter.com:1313/shows" title="Shows">
|
||||||
<span>Shows</span>
|
<span>Shows</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/music" title="Music">
|
<a href="https://thewittybanter.com:1313/music" title="Music">
|
||||||
<span>Music</span>
|
<span>Music</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/reviews" title="Reviews">
|
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
|
||||||
<span>Reviews</span>
|
<span>Reviews</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/posts" title="Blog">
|
<a href="https://thewittybanter.com:1313/posts" title="Blog">
|
||||||
<span>Blog</span>
|
<span>Blog</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://thewittybanter.com/docs" title="Docs">
|
<a href="https://thewittybanter.com:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -146,7 +146,7 @@ I’ve always hated the idea of being a “solo artist”, using my
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
|
<span>© 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>https://thewittybanter.com/welcome/</link>
|
<link>https://thewittybanter.com:1313/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="https://thewittybanter.com/welcome/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://thewittybanter.com:1313/welcome/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>https://thewittybanter.com/welcome/</title>
|
<title>https://thewittybanter.com:1313/welcome/</title>
|
||||||
<link rel="canonical" href="https://thewittybanter.com/welcome/">
|
<link rel="canonical" href="https://thewittybanter.com:1313/welcome/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/welcome/">
|
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/welcome/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user