Big edit, added Poultry Highway post and various media
@@ -1,4 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
date = '{{ .Date }}'
|
date = '{{ .Date }}'
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
draft = true
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-08-02T20:58:52-04:00'
|
||||||
|
title = 'Fstab'
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
When I first
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-08-02T22:31:41-04:00'
|
||||||
|
title = 'Poultry Highway'
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist
|
||||||
|
|
||||||
|
{{< video src="/videos/poultry/needsomehoney.mp4" >}}
|
||||||
|
|
||||||
|
{{< video src="/videos/poultry/hollow.mp4" >}}
|
||||||
|
|
||||||
|
{{< video src="/videos/poultry/cripple.mp4" >}}
|
||||||
@@ -2,4 +2,8 @@
|
|||||||
date = '2026-07-30T21:07:34-04:00'
|
date = '2026-07-30T21:07:34-04:00'
|
||||||
title = 'Shows'
|
title = 'Shows'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
{{< image src="/images/solo.jpg" alt="A beautiful landscape" class="shadow-lg" width="350" >}}
|
||||||
|
|
||||||
### Come hang out!
|
### Come hang out!
|
||||||
|
|
||||||
|
|||||||
@@ -11,3 +11,13 @@ 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!
|
||||||
|
|
||||||
|
## In the meantime... Here's some proof I do things!
|
||||||
|
|
||||||
|
{{< video src="/videos/solo/blackwater.mp4" >}}
|
||||||
|
|
||||||
|
{{< video src="/videos/solo/lionman.mp4" >}}
|
||||||
|
|
||||||
|
{{< video src="/videos/solo/recovery.mp4" >}}
|
||||||
|
|
||||||
|
{{< video src="/videos/solo/" >}}
|
||||||
|
|||||||
@@ -2,10 +2,17 @@
|
|||||||
date = '2026-07-31T19:00:33-04:00'
|
date = '2026-07-31T19:00:33-04:00'
|
||||||
title = 'Quick rundown on the brain dump'
|
title = 'Quick rundown on the brain dump'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
{{< image src="/images/portraitsilly.jpg" alt="A beautiful landscape" class="shadow-lg" width="200" >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Historically I've been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
Historically I've been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
**Why "The Witty Banter"?**
|
**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.
|
||||||
|
|||||||
@@ -18,14 +18,15 @@ Musician and computer guy from Maine
|
|||||||
*(please put "Music" in the subject line)*
|
*(please put "Music" in the subject line)*
|
||||||
|
|
||||||
**bwnoises@proton.me**
|
**bwnoises@proton.me**
|
||||||
|
---
|
||||||
@bwnoises on WhatsApp
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## **Docs / General questions**
|
## **Docs / General questions**
|
||||||
|
Or if ya just wanna say "Hi"
|
||||||
|
|
||||||
thewittybanter@proton.me
|
|
||||||
|
**thewittybanter@proton.me**
|
||||||
"""
|
"""
|
||||||
imageUrl = "/images/copy.jpg"
|
imageUrl = "/images/copy.jpg"
|
||||||
imageWidth = 350
|
imageWidth = 350
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<img src="{{ .Get "src" }}"
|
||||||
|
alt="{{ .Get "alt" | default "Image" }}"
|
||||||
|
{{ with .Get "class" }}class="{{ . }}"{{ end }}
|
||||||
|
{{ with .Get "width" }}width="{{ . }}"{{ end }}
|
||||||
|
{{ with .Get "height" }}height="{{ . }}"{{ end }} />
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
<div class="video-container" style="text-align: center; margin: auto;">
|
||||||
<video controls preload="metadata" width="{{ .Get "width" | default "100%" }}" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video controls preload="metadata" width="{{ .Get "width" | default "100" }}" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||||
<source src="{{ .Get "src" }}" type="video/mp4">
|
<source src="{{ .Get "src" }}" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|||||||
@@ -0,0 +1,271 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="auto" data-theme="dark">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
<title>Fstab | TheWittyBanter.com</title>
|
||||||
|
<meta name="keywords" content="">
|
||||||
|
<meta name="description" content="When I first">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<link rel="canonical" href="//localhost:1313/docs/fstab/">
|
||||||
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||||
|
<link rel="icon" href="//localhost:1313/favicon.ico">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/favicon-32x32.png">
|
||||||
|
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png">
|
||||||
|
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg">
|
||||||
|
<meta name="theme-color" content="#2e2e33">
|
||||||
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
|
<link rel="alternate" hreflang="en" href="//localhost:1313/docs/fstab/">
|
||||||
|
<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="//localhost:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
|
<div class="logo-switches">
|
||||||
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||||||
|
stroke-linejoin="round">
|
||||||
|
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
||||||
|
</svg>
|
||||||
|
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||||||
|
stroke-linejoin="round">
|
||||||
|
<circle cx="12" cy="12" r="5"></circle>
|
||||||
|
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||||
|
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||||
|
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||||
|
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||||
|
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||||
|
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||||
|
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||||
|
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/shows" title="Shows">
|
||||||
|
<span>Shows</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/music" title="Music">
|
||||||
|
<span>Music</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/reviews" title="Reviews">
|
||||||
|
<span>Reviews</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/posts" title="Blog">
|
||||||
|
<span>Blog</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/docs" title="Docs">
|
||||||
|
<span>Docs</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main class="main">
|
||||||
|
|
||||||
|
<article class="post-single">
|
||||||
|
<header class="post-header">
|
||||||
|
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
||||||
|
<a href="/">Home</a>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
||||||
|
<polyline points="9 18 15 12 9 6"></polyline>
|
||||||
|
</svg>
|
||||||
|
<a href="/docs/">Docs</a>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
||||||
|
<polyline points="9 18 15 12 9 6"></polyline>
|
||||||
|
</svg>
|
||||||
|
</nav>
|
||||||
|
<h1 class="post-title entry-hint-parent">
|
||||||
|
Fstab
|
||||||
|
<span class="entry-hint" title="Draft">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
|
||||||
|
<path
|
||||||
|
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
|
||||||
|
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span> · <span>1 min</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content md-content"><p>When I first</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="post-footer">
|
||||||
|
<ul class="post-tags">
|
||||||
|
</ul>
|
||||||
|
</footer>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<span>© 2026 <a href="//localhost:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span>
|
||||||
|
Powered by
|
||||||
|
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
||||||
|
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
||||||
|
<polyline points="17 11 12 6 7 11"></polyline>
|
||||||
|
<polyline points="17 18 12 13 7 18"></polyline>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
let menu = document.getElementById('menu');
|
||||||
|
if (menu) {
|
||||||
|
|
||||||
|
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
||||||
|
if (scrollPosition) {
|
||||||
|
menu.scrollLeft = parseInt(scrollPosition, 10);
|
||||||
|
}
|
||||||
|
|
||||||
|
menu.onscroll = function () {
|
||||||
|
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||||||
|
anchor.addEventListener("click", function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
var id = this.getAttribute("href").substr(1);
|
||||||
|
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
||||||
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
||||||
|
behavior: "smooth"
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
||||||
|
}
|
||||||
|
if (id === "top") {
|
||||||
|
history.replaceState(null, null, " ");
|
||||||
|
} else {
|
||||||
|
history.pushState(null, null, `#${id}`);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
var toplink = document.getElementById("top-link");
|
||||||
|
window.onscroll = function () {
|
||||||
|
const scrollThreshold = window.innerHeight;
|
||||||
|
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
||||||
|
toplink.classList.remove("hidden");
|
||||||
|
} else {
|
||||||
|
toplink.classList.add("hidden");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
document.getElementById("theme-toggle").addEventListener("click", () => {
|
||||||
|
const html = document.querySelector("html");
|
||||||
|
if (html.dataset.theme === "dark") {
|
||||||
|
html.dataset.theme = 'light';
|
||||||
|
localStorage.setItem("pref-theme", 'light');
|
||||||
|
} else {
|
||||||
|
html.dataset.theme = 'dark';
|
||||||
|
localStorage.setItem("pref-theme", 'dark');
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
||||||
|
const container = codeblock.parentNode.parentNode;
|
||||||
|
|
||||||
|
const copybutton = document.createElement('button');
|
||||||
|
copybutton.classList.add('copy-code');
|
||||||
|
copybutton.innerHTML = 'copy';
|
||||||
|
|
||||||
|
function copyingDone() {
|
||||||
|
copybutton.innerHTML = 'copied!';
|
||||||
|
setTimeout(() => {
|
||||||
|
copybutton.innerHTML = 'copy';
|
||||||
|
}, 2000);
|
||||||
|
}
|
||||||
|
|
||||||
|
copybutton.addEventListener('click', (cb) => {
|
||||||
|
if ('clipboard' in navigator) {
|
||||||
|
navigator.clipboard.writeText(codeblock.textContent);
|
||||||
|
copyingDone();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const range = document.createRange();
|
||||||
|
range.selectNodeContents(codeblock);
|
||||||
|
const selection = window.getSelection();
|
||||||
|
selection.removeAllRanges();
|
||||||
|
selection.addRange(range);
|
||||||
|
try {
|
||||||
|
document.execCommand('copy');
|
||||||
|
copyingDone();
|
||||||
|
} catch (e) { };
|
||||||
|
selection.removeRange(range);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (container.classList.contains("highlight")) {
|
||||||
|
container.appendChild(copybutton);
|
||||||
|
} else if (container.parentNode.firstChild == container) {
|
||||||
|
|
||||||
|
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
||||||
|
|
||||||
|
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
||||||
|
} else {
|
||||||
|
|
||||||
|
codeblock.parentNode.appendChild(copybutton);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -111,6 +111,27 @@
|
|||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<article class="post-entry">
|
||||||
|
<header class="entry-header">
|
||||||
|
<h2 class="entry-hint-parent">Fstab
|
||||||
|
<span class="entry-hint" title="Draft">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
|
||||||
|
<path
|
||||||
|
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
<div class="entry-content">
|
||||||
|
<p>When I first
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<footer class="entry-footer">
|
||||||
|
|
||||||
|
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span> · <span>1 min</span></footer>
|
||||||
|
<a class="entry-link" aria-label="post link to Fstab" href="//localhost:1313/docs/fstab/"></a>
|
||||||
|
</article>
|
||||||
|
|
||||||
<article class="post-entry">
|
<article class="post-entry">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h2 class="entry-hint-parent">Cachylove
|
<h2 class="entry-hint-parent">Cachylove
|
||||||
|
|||||||
@@ -6,8 +6,15 @@
|
|||||||
<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>Sat, 01 Aug 2026 05:16:03 +0000</lastBuildDate>
|
<lastBuildDate>Sun, 02 Aug 2026 20:58:52 -0400</lastBuildDate>
|
||||||
<atom:link href="//localhost:1313/docs/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="//localhost:1313/docs/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Fstab</title>
|
||||||
|
<link>//localhost:1313/docs/fstab/</link>
|
||||||
|
<pubDate>Sun, 02 Aug 2026 20:58:52 -0400</pubDate>
|
||||||
|
<guid>//localhost:1313/docs/fstab/</guid>
|
||||||
|
<description><p>When I first</p></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Cachylove</title>
|
<title>Cachylove</title>
|
||||||
<link>//localhost:1313/docs/cachylove/</link>
|
<link>//localhost:1313/docs/cachylove/</link>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 585 KiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 398 KiB |
|
After Width: | Height: | Size: 507 KiB |
|
After Width: | Height: | Size: 507 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 398 KiB |
|
After Width: | Height: | Size: 355 KiB |
|
After Width: | Height: | Size: 585 KiB |
@@ -108,11 +108,11 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<h2 id="booking"><strong>Booking</strong></h2>
|
<h2 id="booking"><strong>Booking</strong></h2>
|
||||||
<p><em>(please put “Music” in the subject line)</em></p>
|
<p><em>(please put “Music” in the subject line)</em></p>
|
||||||
<p><strong><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></strong></p>
|
<h2><strong><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></strong></h2>
|
||||||
<p>@bwnoises on WhatsApp</p>
|
|
||||||
<hr>
|
<hr>
|
||||||
<h2 id="docs--general-questions"><strong>Docs / General questions</strong></h2>
|
<h2 id="docs--general-questions"><strong>Docs / General questions</strong></h2>
|
||||||
<p><a href="mailto:thewittybanter@proton.me">thewittybanter@proton.me</a></p>
|
<p>Or if ya just wanna say “Hi”</p>
|
||||||
|
<p><strong><a href="mailto:thewittybanter@proton.me">thewittybanter@proton.me</a></strong></p>
|
||||||
</span><div class="social-icons" >
|
</span><div class="social-icons" >
|
||||||
<a href="https://github.com/syrinx8311" target="_blank" rel="noopener noreferrer me"
|
<a href="https://github.com/syrinx8311" target="_blank" rel="noopener noreferrer me"
|
||||||
title="Github">
|
title="Github">
|
||||||
|
|||||||
@@ -6,15 +6,37 @@
|
|||||||
<description>Recent content on TheWittyBanter.com</description>
|
<description>Recent content on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 01 Aug 2026 23:40:44 +0000</lastBuildDate>
|
<lastBuildDate>Sun, 02 Aug 2026 22:31:41 -0400</lastBuildDate>
|
||||||
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Poultry Highway</title>
|
||||||
|
<link>//localhost:1313/music/poultryhighway/</link>
|
||||||
|
<pubDate>Sun, 02 Aug 2026 22:31:41 -0400</pubDate>
|
||||||
|
<guid>//localhost:1313/music/poultryhighway/</guid>
|
||||||
|
<description><p>The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist</p>
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/poultry/needsomehoney.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/poultry/hollow.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/poultry/cripple.mp4" controls muted></video></description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Fstab</title>
|
||||||
|
<link>//localhost:1313/docs/fstab/</link>
|
||||||
|
<pubDate>Sun, 02 Aug 2026 20:58:52 -0400</pubDate>
|
||||||
|
<guid>//localhost:1313/docs/fstab/</guid>
|
||||||
|
<description><p>When I first</p></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Songs I wrote!</title>
|
<title>Songs I wrote!</title>
|
||||||
<link>//localhost:1313/music/originals/</link>
|
<link>//localhost:1313/music/originals/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
||||||
<guid>//localhost:1313/music/originals/</guid>
|
<guid>//localhost:1313/music/originals/</guid>
|
||||||
<description><p>&ldquo;The Hollow&rdquo;, with The Chicken Street Band at Roots Revival Fest 8/2/24</p>
|
<description><p>&ldquo;The Hollow&rdquo;, with The Chicken Street Band at Roots Revival Fest 8/2/24</p>
|
||||||
<h2 id="hahahugoshortcode32s0hbhb"><figure>
|
<h2 id="hahahugoshortcode206s0hbhb"><figure>
|
||||||
<audio controls preload="metadata" style="width: 100%;">
|
<audio controls preload="metadata" style="width: 100%;">
|
||||||
<source src="//localhost:1313/audio/hollowroots.mp3" type="audio/mpeg">
|
<source src="//localhost:1313/audio/hollowroots.mp3" type="audio/mpeg">
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
@@ -62,24 +84,17 @@
|
|||||||
<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;">
|
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video src="//localhost:1313/videos/207.mp4" controls muted></video>
|
||||||
<source src="//localhost:1313/videos/207.mp4" type="video/mp4">
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>A cool opportunity, I think it was two songs? If I can track down the other one I&rsquo;ll throw it up here. Rumor has it they still air.</p>
|
<p>A cool opportunity, I think it was two songs? If I can track down the other one I&rsquo;ll throw it up here. Rumor has it they still air.</p>
|
||||||
<hr>
|
<hr>
|
||||||
<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;">
|
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
|
||||||
<source src="//localhost:1313/videos/wait.mp4" type="video/mp4">
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>Such a fun show.</p></description>
|
<video src="//localhost:1313/videos/wait.mp4" controls muted></video>
|
||||||
|
|
||||||
|
<p>Such a fun show.</p>
|
||||||
|
<hr></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>What's in the lab right now?</title>
|
<title>What's in the lab right now?</title>
|
||||||
@@ -125,7 +140,16 @@
|
|||||||
<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>
|
||||||
<p>Make sure to put &ldquo;Music&rdquo; in the subject!</p></description>
|
<p>Make sure to put &ldquo;Music&rdquo; in the subject!</p>
|
||||||
|
<h2 id="in-the-meantime-heres-some-proof-i-do-things">In the meantime&hellip; Here&rsquo;s some proof I do things!</h2>
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/solo/blackwater.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/solo/lionman.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/solo/recovery.mp4" controls muted></video></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Musiccoming</title>
|
<title>Musiccoming</title>
|
||||||
|
|||||||
@@ -13,21 +13,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
A cool opportunity, I think it was two songs? If I can track down the other one I’ll throw it up here. Rumor has it they still air.
|
A cool opportunity, I think it was two songs? If I can track down the other one I’ll throw it up here. Rumor has it they still air.
|
||||||
|
|
||||||
Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)
|
Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Your browser does not support the video tag.
|
Such a fun show.
|
||||||
|
">
|
||||||
|
|
||||||
|
|
||||||
Such a fun show.">
|
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="//localhost:1313/music/207/">
|
<link rel="canonical" href="//localhost:1313/music/207/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||||
@@ -159,22 +152,14 @@ Such a fun show.">
|
|||||||
<div class="post-content md-content"><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
<div class="post-content md-content"><p><strong>A collection of my favorite moments with these goons.</strong></p>
|
||||||
<hr>
|
<hr>
|
||||||
<h2 id="207-maine">207 Maine<a hidden class="anchor" aria-hidden="true" href="#207-maine">#</a></h2>
|
<h2 id="207-maine">207 Maine<a hidden class="anchor" aria-hidden="true" href="#207-maine">#</a></h2>
|
||||||
<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 src="/videos/207.mp4" controls muted></video>
|
||||||
<source src="/videos/207.mp4" type="video/mp4">
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>A cool opportunity, I think it was two songs? If I can track down the other one I’ll throw it up here. Rumor has it they still air.</p>
|
<p>A cool opportunity, I think it was two songs? If I can track down the other one I’ll throw it up here. Rumor has it they still air.</p>
|
||||||
<hr>
|
<hr>
|
||||||
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)<a hidden class="anchor" aria-hidden="true" href="#opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">#</a></h2>
|
<h2 id="opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)<a hidden class="anchor" aria-hidden="true" href="#opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf">#</a></h2>
|
||||||
<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 src="/videos/wait.mp4" controls muted></video>
|
||||||
<source src="/videos/wait.mp4" type="video/mp4">
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>Such a fun show.</p>
|
<p>Such a fun show.</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -115,6 +115,27 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<article class="post-entry">
|
||||||
|
<header class="entry-header">
|
||||||
|
<h2 class="entry-hint-parent">Poultry Highway
|
||||||
|
<span class="entry-hint" title="Draft">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
|
||||||
|
<path
|
||||||
|
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
<div class="entry-content">
|
||||||
|
<p>The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<footer class="entry-footer">
|
||||||
|
|
||||||
|
<span title='2026-08-02 22:31:41 -0400 EDT'>August 2, 2026</span> · <span>1 min</span></footer>
|
||||||
|
<a class="entry-link" aria-label="post link to Poultry Highway" href="//localhost:1313/music/poultryhighway/"></a>
|
||||||
|
</article>
|
||||||
|
|
||||||
<article class="post-entry">
|
<article class="post-entry">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h2 class="entry-hint-parent">Songs I wrote!
|
<h2 class="entry-hint-parent">Songs I wrote!
|
||||||
@@ -158,9 +179,9 @@ Remixes Original Compositions</p>
|
|||||||
</header>
|
</header>
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<p>A collection of my favorite moments with these goons.
|
<p>A collection of my favorite moments with these goons.
|
||||||
207 Maine Your browser does not support the video tag. A cool opportunity, I think it was two songs? If I can track down the other one I’ll throw it up here. Rumor has it they still air.
|
207 Maine A cool opportunity, I think it was two songs? If I can track down the other one I’ll throw it up here. Rumor has it they still air.
|
||||||
Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does not support the video tag. Such a fun show.
|
Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Such a fun show.
|
||||||
...</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
|
|||||||
@@ -6,15 +6,30 @@
|
|||||||
<description>Recent content in Music on TheWittyBanter.com</description>
|
<description>Recent content in Music on TheWittyBanter.com</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 01 Aug 2026 23:40:44 +0000</lastBuildDate>
|
<lastBuildDate>Sun, 02 Aug 2026 22:31:41 -0400</lastBuildDate>
|
||||||
<atom:link href="//localhost:1313/music/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="//localhost:1313/music/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Poultry Highway</title>
|
||||||
|
<link>//localhost:1313/music/poultryhighway/</link>
|
||||||
|
<pubDate>Sun, 02 Aug 2026 22:31:41 -0400</pubDate>
|
||||||
|
<guid>//localhost:1313/music/poultryhighway/</guid>
|
||||||
|
<description><p>The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist</p>
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/poultry/needsomehoney.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/poultry/hollow.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/poultry/cripple.mp4" controls muted></video></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Songs I wrote!</title>
|
<title>Songs I wrote!</title>
|
||||||
<link>//localhost:1313/music/originals/</link>
|
<link>//localhost:1313/music/originals/</link>
|
||||||
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
<pubDate>Sat, 01 Aug 2026 23:40:44 +0000</pubDate>
|
||||||
<guid>//localhost:1313/music/originals/</guid>
|
<guid>//localhost:1313/music/originals/</guid>
|
||||||
<description><p>&ldquo;The Hollow&rdquo;, with The Chicken Street Band at Roots Revival Fest 8/2/24</p>
|
<description><p>&ldquo;The Hollow&rdquo;, with The Chicken Street Band at Roots Revival Fest 8/2/24</p>
|
||||||
<h2 id="hahahugoshortcode32s0hbhb"><figure>
|
<h2 id="hahahugoshortcode206s0hbhb"><figure>
|
||||||
<audio controls preload="metadata" style="width: 100%;">
|
<audio controls preload="metadata" style="width: 100%;">
|
||||||
<source src="//localhost:1313/audio/hollowroots.mp3" type="audio/mpeg">
|
<source src="//localhost:1313/audio/hollowroots.mp3" type="audio/mpeg">
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
@@ -40,24 +55,17 @@
|
|||||||
<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;">
|
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
<video src="//localhost:1313/videos/207.mp4" controls muted></video>
|
||||||
<source src="//localhost:1313/videos/207.mp4" type="video/mp4">
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>A cool opportunity, I think it was two songs? If I can track down the other one I&rsquo;ll throw it up here. Rumor has it they still air.</p>
|
<p>A cool opportunity, I think it was two songs? If I can track down the other one I&rsquo;ll throw it up here. Rumor has it they still air.</p>
|
||||||
<hr>
|
<hr>
|
||||||
<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;">
|
|
||||||
<video controls preload="metadata" width="100%" style="max-width: 100%; height: auto; border-radius: 4px;">
|
|
||||||
<source src="//localhost:1313/videos/wait.mp4" type="video/mp4">
|
|
||||||
Your browser does not support the video tag.
|
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>Such a fun show.</p></description>
|
<video src="//localhost:1313/videos/wait.mp4" controls muted></video>
|
||||||
|
|
||||||
|
<p>Such a fun show.</p>
|
||||||
|
<hr></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="post-content md-content"><p>“The Hollow”, with The Chicken Street Band at Roots Revival Fest 8/2/24</p>
|
<div class="post-content md-content"><p>“The Hollow”, with The Chicken Street Band at Roots Revival Fest 8/2/24</p>
|
||||||
<h2 id="hahahugoshortcode32s0hbhb"><figure>
|
<h2 id="hahahugoshortcode206s0hbhb"><figure>
|
||||||
<audio controls preload="metadata" style="width: 100%;">
|
<audio controls preload="metadata" style="width: 100%;">
|
||||||
<source src="/audio/hollowroots.mp3" type="audio/mpeg">
|
<source src="/audio/hollowroots.mp3" type="audio/mpeg">
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
|
|||||||
@@ -0,0 +1,288 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="auto" data-theme="dark">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
<title>Poultry Highway | TheWittyBanter.com</title>
|
||||||
|
<meta name="keywords" content="">
|
||||||
|
<meta name="description" content="The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<link rel="canonical" href="//localhost:1313/music/poultryhighway/">
|
||||||
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||||
|
<link rel="icon" href="//localhost:1313/favicon.ico">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/favicon-32x32.png">
|
||||||
|
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png">
|
||||||
|
<link rel="mask-icon" href="//localhost:1313/safari-pinned-tab.svg">
|
||||||
|
<meta name="theme-color" content="#2e2e33">
|
||||||
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
|
<link rel="alternate" hreflang="en" href="//localhost:1313/music/poultryhighway/">
|
||||||
|
<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="//localhost:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
|
<div class="logo-switches">
|
||||||
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||||||
|
stroke-linejoin="round">
|
||||||
|
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
||||||
|
</svg>
|
||||||
|
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||||||
|
stroke-linejoin="round">
|
||||||
|
<circle cx="12" cy="12" r="5"></circle>
|
||||||
|
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||||
|
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||||
|
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||||
|
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||||
|
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||||
|
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||||
|
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||||
|
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/shows" title="Shows">
|
||||||
|
<span>Shows</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/music" title="Music">
|
||||||
|
<span>Music</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/reviews" title="Reviews">
|
||||||
|
<span>Reviews</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/posts" title="Blog">
|
||||||
|
<span>Blog</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="//localhost:1313/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">
|
||||||
|
Poultry Highway
|
||||||
|
<span class="entry-hint" title="Draft">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
|
||||||
|
<path
|
||||||
|
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
|
||||||
|
<span title='2026-08-02 22:31:41 -0400 EDT'>August 2, 2026</span> · <span>1 min</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content md-content"><p>The spiritual successor to The Chicken Street Band, rockifying and expanding the existing setlist</p>
|
||||||
|
|
||||||
|
<video src="/videos/poultry/needsomehoney.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="/videos/poultry/hollow.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="/videos/poultry/cripple.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="post-footer">
|
||||||
|
<ul class="post-tags">
|
||||||
|
</ul>
|
||||||
|
</footer>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<span>© 2026 <a href="//localhost:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span>
|
||||||
|
Powered by
|
||||||
|
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
||||||
|
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
||||||
|
<polyline points="17 11 12 6 7 11"></polyline>
|
||||||
|
<polyline points="17 18 12 13 7 18"></polyline>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
let menu = document.getElementById('menu');
|
||||||
|
if (menu) {
|
||||||
|
|
||||||
|
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
||||||
|
if (scrollPosition) {
|
||||||
|
menu.scrollLeft = parseInt(scrollPosition, 10);
|
||||||
|
}
|
||||||
|
|
||||||
|
menu.onscroll = function () {
|
||||||
|
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||||||
|
anchor.addEventListener("click", function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
var id = this.getAttribute("href").substr(1);
|
||||||
|
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
||||||
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
||||||
|
behavior: "smooth"
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
||||||
|
}
|
||||||
|
if (id === "top") {
|
||||||
|
history.replaceState(null, null, " ");
|
||||||
|
} else {
|
||||||
|
history.pushState(null, null, `#${id}`);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
var toplink = document.getElementById("top-link");
|
||||||
|
window.onscroll = function () {
|
||||||
|
const scrollThreshold = window.innerHeight;
|
||||||
|
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
||||||
|
toplink.classList.remove("hidden");
|
||||||
|
} else {
|
||||||
|
toplink.classList.add("hidden");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
document.getElementById("theme-toggle").addEventListener("click", () => {
|
||||||
|
const html = document.querySelector("html");
|
||||||
|
if (html.dataset.theme === "dark") {
|
||||||
|
html.dataset.theme = 'light';
|
||||||
|
localStorage.setItem("pref-theme", 'light');
|
||||||
|
} else {
|
||||||
|
html.dataset.theme = 'dark';
|
||||||
|
localStorage.setItem("pref-theme", 'dark');
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
document.querySelectorAll('pre > code').forEach((codeblock) => {
|
||||||
|
const container = codeblock.parentNode.parentNode;
|
||||||
|
|
||||||
|
const copybutton = document.createElement('button');
|
||||||
|
copybutton.classList.add('copy-code');
|
||||||
|
copybutton.innerHTML = 'copy';
|
||||||
|
|
||||||
|
function copyingDone() {
|
||||||
|
copybutton.innerHTML = 'copied!';
|
||||||
|
setTimeout(() => {
|
||||||
|
copybutton.innerHTML = 'copy';
|
||||||
|
}, 2000);
|
||||||
|
}
|
||||||
|
|
||||||
|
copybutton.addEventListener('click', (cb) => {
|
||||||
|
if ('clipboard' in navigator) {
|
||||||
|
navigator.clipboard.writeText(codeblock.textContent);
|
||||||
|
copyingDone();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const range = document.createRange();
|
||||||
|
range.selectNodeContents(codeblock);
|
||||||
|
const selection = window.getSelection();
|
||||||
|
selection.removeAllRanges();
|
||||||
|
selection.addRange(range);
|
||||||
|
try {
|
||||||
|
document.execCommand('copy');
|
||||||
|
copyingDone();
|
||||||
|
} catch (e) { };
|
||||||
|
selection.removeRange(range);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (container.classList.contains("highlight")) {
|
||||||
|
container.appendChild(copybutton);
|
||||||
|
} else if (container.parentNode.firstChild == container) {
|
||||||
|
|
||||||
|
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
|
||||||
|
|
||||||
|
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
|
||||||
|
} else {
|
||||||
|
|
||||||
|
codeblock.parentNode.appendChild(copybutton);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -7,7 +7,9 @@
|
|||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<title>Shows | TheWittyBanter.com</title>
|
<title>Shows | TheWittyBanter.com</title>
|
||||||
<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="//localhost:1313/shows/">
|
<link rel="canonical" href="//localhost:1313/shows/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||||
@@ -110,7 +112,13 @@
|
|||||||
Shows
|
Shows
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<div class="post-content md-content"><h3 id="come-hang-out">Come hang out!<a hidden class="anchor" aria-hidden="true" href="#come-hang-out">#</a></h3>
|
<div class="post-content md-content"><img src="/images/solo.jpg"
|
||||||
|
alt="A beautiful landscape"
|
||||||
|
class="shadow-lg"
|
||||||
|
width="350"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<h3 id="come-hang-out">Come hang out!<a hidden class="anchor" aria-hidden="true" href="#come-hang-out">#</a></h3>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -125,7 +133,7 @@
|
|||||||
Book some noise for your occasion at:
|
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!
|
||||||
</p>
|
In the meantime… Here’s some proof I do things! </p>
|
||||||
</div>
|
</div>
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,16 @@
|
|||||||
<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>
|
||||||
<p>Make sure to put &ldquo;Music&rdquo; in the subject!</p></description>
|
<p>Make sure to put &ldquo;Music&rdquo; in the subject!</p>
|
||||||
|
<h2 id="in-the-meantime-heres-some-proof-i-do-things">In the meantime&hellip; Here&rsquo;s some proof I do things!</h2>
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/solo/blackwater.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/solo/lionman.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="//localhost:1313/videos/solo/recovery.mp4" controls muted></video></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -10,7 +10,16 @@
|
|||||||
<meta name="description" content="But that can change!
|
<meta name="description" content="But that can change!
|
||||||
Book some noise for your occasion at:
|
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!
|
||||||
|
In the meantime… Here’s some proof I do things!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="//localhost:1313/shows/tba/">
|
<link rel="canonical" href="//localhost:1313/shows/tba/">
|
||||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||||
@@ -124,12 +133,33 @@ Make sure to put “Music” in the subject!">
|
|||||||
<span title='2026-07-30 21:13:12 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
<span title='2026-07-30 21:13:12 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header> <details class="toc" >
|
||||||
|
<summary accesskey="c" title="(Alt + C)">
|
||||||
|
<span class="title">Table of Contents</span>
|
||||||
|
</summary>
|
||||||
|
|
||||||
|
<div class="inner"><ul>
|
||||||
|
<li>
|
||||||
|
<a href="#in-the-meantime-heres-some-proof-i-do-things" aria-label="In the meantime… Here’s some proof I do things!">In the meantime… Here’s some proof I do things!</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
|
|
||||||
<div class="post-content md-content"><p>But that can change!</p>
|
<div class="post-content md-content"><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>
|
||||||
<p>Make sure to put “Music” in the subject!</p>
|
<p>Make sure to put “Music” in the subject!</p>
|
||||||
|
<h2 id="in-the-meantime-heres-some-proof-i-do-things">In the meantime… Here’s some proof I do things!<a hidden class="anchor" aria-hidden="true" href="#in-the-meantime-heres-some-proof-i-do-things">#</a></h2>
|
||||||
|
|
||||||
|
<video src="/videos/solo/blackwater.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="/videos/solo/lionman.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
<video src="/videos/solo/recovery.mp4" controls muted></video>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,13 +2,10 @@
|
|||||||
<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>//localhost:1313/shows/help/</loc>
|
<loc>//localhost:1313/music/originals/</loc>
|
||||||
<lastmod>2026-08-02T12:35:07-04:00</lastmod>
|
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>//localhost:1313/</loc>
|
<loc>//localhost:1313/</loc>
|
||||||
<lastmod>2026-08-02T12:35:07-04:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>//localhost:1313/music/originals/</loc>
|
|
||||||
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
<lastmod>2026-08-01T23:40:44+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>//localhost:1313/reviews/statica/</loc>
|
<loc>//localhost:1313/reviews/statica/</loc>
|
||||||
|
|||||||
@@ -7,7 +7,9 @@
|
|||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<title>Quick rundown on the brain dump | TheWittyBanter.com</title>
|
<title>Quick rundown on the brain dump | TheWittyBanter.com</title>
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Historically I’ve been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
<meta name="description" content="
|
||||||
|
|
||||||
|
Historically I’ve been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
||||||
|
|
||||||
Why “The Witty Banter”?
|
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.
|
||||||
@@ -114,7 +116,13 @@ I’ve always hated the idea of being a “solo artist”, using my
|
|||||||
Quick rundown on the brain dump
|
Quick rundown on the brain dump
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<div class="post-content md-content"><p>Historically I’ve been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.</p>
|
<div class="post-content md-content"><img src="/images/portraitsilly.jpg"
|
||||||
|
alt="A beautiful landscape"
|
||||||
|
class="shadow-lg"
|
||||||
|
width="200"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<p>Historically I’ve been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p><strong>Why “The Witty Banter”?</strong></p>
|
<p><strong>Why “The Witty Banter”?</strong></p>
|
||||||
<p>One time I was discussing with my partner the idea of what a solo project would be named.</p>
|
<p>One time I was discussing with my partner the idea of what a solo project would be named.</p>
|
||||||
|
|||||||
|
After Width: | Height: | Size: 507 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 398 KiB |
|
After Width: | Height: | Size: 355 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 585 KiB |