Bit more structure
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
+++
|
|
||||||
date = '2026-07-31T18:04:09-04:00'
|
|
||||||
title = 'The Chicken Street Band on 207'
|
|
||||||
+++
|
|
||||||
Had the privelege of performing for the lovely audience of 207 Maine.
|
|
||||||
|
|
||||||
*"The Lighter" - Chase Winn & the Chicken Street Band*
|
|
||||||
{{< video src="/videos/207.mp4" width="800px" >}}
|
|
||||||
@@ -2,3 +2,5 @@
|
|||||||
date = '2026-07-30T20:55:01-04:00'
|
date = '2026-07-30T20:55:01-04:00'
|
||||||
title = 'Music'
|
title = 'Music'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
The music I've gotten to be a part of... in no particular chronological order.
|
||||||
@@ -1,4 +1,11 @@
|
|||||||
+++
|
+++
|
||||||
date = '2026-07-30T21:13:12-04:00'
|
date = '2026-07-30T21:13:12-04:00'
|
||||||
title = 'Tba'
|
title = "It's a little empty right now..."
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
But that can change!
|
||||||
|
|
||||||
|
Book some noise for your occasion at:
|
||||||
|
|
||||||
|
*bwnoises@proton.me*
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
+++
|
|
||||||
date = '2026-07-30T21:13:23-04:00'
|
|
||||||
title = 'Tba2'
|
|
||||||
+++
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-07-31T19:00:33-04:00'
|
||||||
|
title = 'Welcome to my brain dump!'
|
||||||
|
+++
|
||||||
|
Historically I've been pretty bad about keeping track of the things I work on. I aim for this project to remedy that.
|
||||||
|
|
||||||
|
Here you'll find
|
||||||
|
- Docs for the homelab, or Linux stuff in general
|
||||||
|
- Music I've worked on
|
||||||
|
- Some writing
|
||||||
|
- Music reviews
|
||||||
|
- Stories or reflections
|
||||||
|
- General rambling for things I find interesting
|
||||||
|
- Dates for any upcoming shows (come hang out!)
|
||||||
|
|
||||||
|
Take a look around. Thanks for stopping by.
|
||||||
@@ -6,7 +6,7 @@ enableRobotsTXT = true
|
|||||||
|
|
||||||
[params.profileMode]
|
[params.profileMode]
|
||||||
enabled = true
|
enabled = true
|
||||||
title = "@BWNoises"
|
title = "Brian Wright Jr"
|
||||||
subtitle = """
|
subtitle = """
|
||||||
Musician and computer guy from Maine
|
Musician and computer guy from Maine
|
||||||
|
|
||||||
@@ -57,24 +57,27 @@ Things like homelab docs, music I get to work on, general musings
|
|||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Docs"
|
name = "Docs"
|
||||||
url = "/docs"
|
url = "/docs"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Music"
|
name = "Music"
|
||||||
url = "/music"
|
url = "/music"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = "/posts"
|
url = "/posts"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Shows"
|
name = "Shows"
|
||||||
url = "/shows"
|
url = "/shows"
|
||||||
weight = 4
|
weight = 5
|
||||||
|
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = "Welcome"
|
||||||
|
url = "/welcome"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[caches]
|
[caches]
|
||||||
[caches.images]
|
[caches.images]
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -73,6 +73,11 @@ For booking">
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span class="active">Docs</span>
|
<span class="active">Docs</span>
|
||||||
|
|||||||
+6
-1
@@ -66,6 +66,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
@@ -93,7 +98,7 @@
|
|||||||
<div class="profile_inner">
|
<div class="profile_inner">
|
||||||
<img draggable="false" src="http://localhost:1313/images/copy.jpg" alt="profile image" title=""
|
<img draggable="false" src="http://localhost:1313/images/copy.jpg" alt="profile image" title=""
|
||||||
height="350" width="350" />
|
height="350" width="350" />
|
||||||
<h1>@BWNoises</h1>
|
<h1>Brian Wright Jr</h1>
|
||||||
<span><p>Musician and computer guy from Maine</p>
|
<span><p>Musician and computer guy from Maine</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Booking = <a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></p>
|
<p>Booking = <a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></p>
|
||||||
|
|||||||
+5
-21
@@ -6,19 +6,8 @@
|
|||||||
<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>Fri, 31 Jul 2026 18:04:09 -0400</lastBuildDate>
|
<lastBuildDate>Fri, 31 Jul 2026 17:11:06 -0400</lastBuildDate>
|
||||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
|
||||||
<title>The Chicken Street Band on 207</title>
|
|
||||||
<link>http://localhost:1313/music/207/</link>
|
|
||||||
<pubDate>Fri, 31 Jul 2026 18:04:09 -0400</pubDate>
|
|
||||||
<guid>http://localhost:1313/music/207/</guid>
|
|
||||||
<description><p>Had the privelege of performing for the lovely audience of 207 Maine.</p>
|
|
||||||
<p><em>&ldquo;The Lighter&rdquo; - Chase Winn &amp; the Chicken Street Band</em>
|
|
||||||
|
|
||||||
<video src="http://localhost:1313/videos/207.mp4" controls muted></video>
|
|
||||||
</p></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title>Docshere</title>
|
<title>Docshere</title>
|
||||||
<link>http://localhost:1313/docs/docshere/</link>
|
<link>http://localhost:1313/docs/docshere/</link>
|
||||||
@@ -41,18 +30,13 @@
|
|||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Tba2</title>
|
<title>It's a little empty right now...</title>
|
||||||
<link>http://localhost:1313/shows/tba2/</link>
|
|
||||||
<pubDate>Thu, 30 Jul 2026 21:13:23 -0400</pubDate>
|
|
||||||
<guid>http://localhost:1313/shows/tba2/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Tba</title>
|
|
||||||
<link>http://localhost:1313/shows/tba/</link>
|
<link>http://localhost: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>http://localhost:1313/shows/tba/</guid>
|
<guid>http://localhost:1313/shows/tba/</guid>
|
||||||
<description></description>
|
<description><p>But that can change!</p>
|
||||||
|
<p>Book some noise for your occasion at:</p>
|
||||||
|
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>About</title>
|
<title>About</title>
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
“The Lighter” - Chase Winn & the Chicken Street Band
|
“The Lighter” - Chase Winn & the Chicken Street Band
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Your browser does not support the video tag.
|
||||||
|
|
||||||
">
|
">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://localhost:1313/music/207/">
|
<link rel="canonical" href="http://localhost:1313/music/207/">
|
||||||
@@ -68,6 +71,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
@@ -118,10 +126,14 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="post-content md-content"><p>Had the privelege of performing for the lovely audience of 207 Maine.</p>
|
<div class="post-content md-content"><p>Had the privelege of performing for the lovely audience of 207 Maine.</p>
|
||||||
<p><em>“The Lighter” - Chase Winn & the Chicken Street Band</em>
|
<p><em>“The Lighter” - Chase Winn & the Chicken Street Band</em></p>
|
||||||
|
<div class="video-container" style="text-align: center; margin: 20px 0;">
|
||||||
|
<video controls preload="metadata" width="800px" style="max-width: 100%; height: auto; border-radius: 4px;">
|
||||||
|
<source src="/videos/207.mp4" type="video/mp4">
|
||||||
|
Your browser does not support the video tag.
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
<video src="/videos/207.mp4" controls muted></video>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+8
-14
@@ -7,7 +7,7 @@
|
|||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<title>Music | TheWittyBanter.com</title>
|
<title>Music | TheWittyBanter.com</title>
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Music - TheWittyBanter.com">
|
<meta name="description" content="The music I’ve gotten to be a part of… in no particular chronological order.">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://localhost:1313/music/">
|
<link rel="canonical" href="http://localhost:1313/music/">
|
||||||
<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">
|
||||||
@@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
@@ -100,21 +105,10 @@
|
|||||||
Music
|
Music
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
<div class="post-content md-content"><p>The music I’ve gotten to be a part of… in no particular chronological order.</p>
|
||||||
|
|
||||||
|
|
||||||
<article class="post-entry">
|
|
||||||
<header class="entry-header">
|
|
||||||
<h2 class="entry-hint-parent">The Chicken Street Band on 207
|
|
||||||
</h2>
|
|
||||||
</header>
|
|
||||||
<div class="entry-content">
|
|
||||||
<p>Had the privelege of performing for the lovely audience of 207 Maine.
|
|
||||||
“The Lighter” - Chase Winn & the Chicken Street Band </p>
|
|
||||||
</div>
|
</div>
|
||||||
<footer class="entry-footer">
|
|
||||||
|
|
||||||
<span title='2026-07-31 18:04:09 -0400 EDT'>July 31, 2026</span> · <span>1 min</span></footer>
|
|
||||||
<a class="entry-link" aria-label="post link to The Chicken Street Band on 207" href="http://localhost:1313/music/207/"></a>
|
|
||||||
</article>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|||||||
+1
-12
@@ -6,18 +6,7 @@
|
|||||||
<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>Fri, 31 Jul 2026 18:04:09 -0400</lastBuildDate>
|
<lastBuildDate></lastBuildDate>
|
||||||
<atom:link href="http://localhost:1313/music/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/music/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
|
||||||
<title>The Chicken Street Band on 207</title>
|
|
||||||
<link>http://localhost:1313/music/207/</link>
|
|
||||||
<pubDate>Fri, 31 Jul 2026 18:04:09 -0400</pubDate>
|
|
||||||
<guid>http://localhost:1313/music/207/</guid>
|
|
||||||
<description><p>Had the privelege of performing for the lovely audience of 207 Maine.</p>
|
|
||||||
<p><em>&ldquo;The Lighter&rdquo; - Chase Winn &amp; the Chicken Street Band</em>
|
|
||||||
|
|
||||||
<video src="http://localhost:1313/videos/207.mp4" controls muted></video>
|
|
||||||
</p></description>
|
|
||||||
</item>
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -65,6 +65,11 @@ electric boogaloo">
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
+12
-18
@@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
@@ -107,30 +112,19 @@
|
|||||||
|
|
||||||
<article class="post-entry">
|
<article class="post-entry">
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<h2 class="entry-hint-parent">Tba2
|
<h2 class="entry-hint-parent">It's a little empty right now...
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<p></p>
|
<p>But that can change!
|
||||||
|
Book some noise for your occasion at:
|
||||||
|
bwnoises@proton.me
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
|
|
||||||
<span title='2026-07-30 21:13:23 -0400 EDT'>July 30, 2026</span> · <span>0 min</span></footer>
|
<span title='2026-07-30 21:13:12 -0400 EDT'>July 30, 2026</span> · <span>1 min</span></footer>
|
||||||
<a class="entry-link" aria-label="post link to Tba2" href="http://localhost:1313/shows/tba2/"></a>
|
<a class="entry-link" aria-label="post link to It's a little empty right now..." href="http://localhost:1313/shows/tba/"></a>
|
||||||
</article>
|
|
||||||
|
|
||||||
<article class="post-entry">
|
|
||||||
<header class="entry-header">
|
|
||||||
<h2 class="entry-hint-parent">Tba
|
|
||||||
</h2>
|
|
||||||
</header>
|
|
||||||
<div class="entry-content">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<footer class="entry-footer">
|
|
||||||
|
|
||||||
<span title='2026-07-30 21:13:12 -0400 EDT'>July 30, 2026</span> · <span>0 min</span></footer>
|
|
||||||
<a class="entry-link" aria-label="post link to Tba" href="http://localhost:1313/shows/tba/"></a>
|
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
+5
-10
@@ -6,21 +6,16 @@
|
|||||||
<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:23 -0400</lastBuildDate>
|
<lastBuildDate>Thu, 30 Jul 2026 21:13:12 -0400</lastBuildDate>
|
||||||
<atom:link href="http://localhost:1313/shows/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/shows/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Tba2</title>
|
<title>It's a little empty right now...</title>
|
||||||
<link>http://localhost:1313/shows/tba2/</link>
|
|
||||||
<pubDate>Thu, 30 Jul 2026 21:13:23 -0400</pubDate>
|
|
||||||
<guid>http://localhost:1313/shows/tba2/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Tba</title>
|
|
||||||
<link>http://localhost:1313/shows/tba/</link>
|
<link>http://localhost: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>http://localhost:1313/shows/tba/</guid>
|
<guid>http://localhost:1313/shows/tba/</guid>
|
||||||
<description></description>
|
<description><p>But that can change!</p>
|
||||||
|
<p>Book some noise for your occasion at:</p>
|
||||||
|
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@@ -5,9 +5,11 @@
|
|||||||
<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">
|
||||||
<title>Tba | TheWittyBanter.com</title>
|
<title>It's a little empty right now... | TheWittyBanter.com</title>
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="Tba - TheWittyBanter.com">
|
<meta name="description" content="But that can change!
|
||||||
|
Book some noise for your occasion at:
|
||||||
|
bwnoises@proton.me">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link rel="canonical" href="http://localhost:1313/shows/tba/">
|
<link rel="canonical" href="http://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">
|
||||||
@@ -64,6 +66,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
@@ -104,15 +111,21 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</nav>
|
</nav>
|
||||||
<h1 class="post-title entry-hint-parent">
|
<h1 class="post-title entry-hint-parent">
|
||||||
Tba
|
It's a little empty right now...
|
||||||
</h1>
|
</h1>
|
||||||
<div class="post-meta">
|
<div class="post-meta">
|
||||||
|
|
||||||
<span title='2026-07-30 21:13:12 -0400 EDT'>July 30, 2026</span> · <span>0 min</span>
|
<span title='2026-07-30 21:13:12 -0400 EDT'>July 30, 2026</span> · <span>1 min</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content md-content"><p>But that can change!</p>
|
||||||
|
<p>Book some noise for your occasion at:</p>
|
||||||
|
<p><em><a href="mailto:bwnoises@proton.me">bwnoises@proton.me</a></em></p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer class="post-footer">
|
<footer class="post-footer">
|
||||||
<ul class="post-tags">
|
<ul class="post-tags">
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
+4
-7
@@ -2,11 +2,11 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://localhost:1313/music/207/</loc>
|
|
||||||
<lastmod>2026-07-31T18:04:09-04:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://localhost:1313/</loc>
|
<loc>http://localhost:1313/</loc>
|
||||||
<lastmod>2026-07-31T18:04:09-04:00</lastmod>
|
<lastmod>2026-07-31T19:00:33-04:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/welcome/</loc>
|
||||||
|
<lastmod>2026-07-31T19:00:33-04:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/docs/docshere/</loc>
|
<loc>http://localhost:1313/docs/docshere/</loc>
|
||||||
<lastmod>2026-07-31T17:11:06-04:00</lastmod>
|
<lastmod>2026-07-31T17:11:06-04:00</lastmod>
|
||||||
@@ -19,9 +19,6 @@
|
|||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/main/</loc>
|
<loc>http://localhost:1313/main/</loc>
|
||||||
<lastmod>2026-07-30T21:14:32-04:00</lastmod>
|
<lastmod>2026-07-30T21:14:32-04:00</lastmod>
|
||||||
</url><url>
|
|
||||||
<loc>http://localhost:1313/shows/tba2/</loc>
|
|
||||||
<lastmod>2026-07-30T21:13:23-04:00</lastmod>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://localhost:1313/shows/tba/</loc>
|
<loc>http://localhost:1313/shows/tba/</loc>
|
||||||
<lastmod>2026-07-30T21:13:12-04:00</lastmod>
|
<lastmod>2026-07-30T21:13:12-04:00</lastmod>
|
||||||
|
|||||||
@@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul id="menu" class="menu">
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span>Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://localhost:1313/docs" title="Docs">
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
<span>Docs</span>
|
<span>Docs</span>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,222 @@
|
|||||||
|
<!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>Welcome to my brain dump! | TheWittyBanter.com</title>
|
||||||
|
<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.
|
||||||
|
Here you’ll find
|
||||||
|
|
||||||
|
Docs for the homelab, or Linux stuff in general
|
||||||
|
Music I’ve worked on
|
||||||
|
Some writing
|
||||||
|
|
||||||
|
Music reviews
|
||||||
|
Stories or reflections
|
||||||
|
General rambling for things I find interesting
|
||||||
|
|
||||||
|
|
||||||
|
Dates for any upcoming shows (come hang out!)
|
||||||
|
|
||||||
|
Take a look around. Thanks for stopping by.">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/welcome/">
|
||||||
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||||
|
<link rel="icon" href="http://localhost:1313/favicon.ico">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
|
||||||
|
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
|
||||||
|
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
|
||||||
|
<meta name="theme-color" content="#2e2e33">
|
||||||
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/welcome/index.xml" title="rss">
|
||||||
|
<link rel="alternate" hreflang="en" href="http://localhost:1313/welcome/">
|
||||||
|
<noscript>
|
||||||
|
<style>
|
||||||
|
#theme-toggle,
|
||||||
|
.top-link {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</noscript>
|
||||||
|
<script>
|
||||||
|
if (localStorage.getItem("pref-theme") === "light") {
|
||||||
|
document.querySelector("html").dataset.theme = 'light';
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body class="list" id="top">
|
||||||
|
<header class="header">
|
||||||
|
<nav class="header-nav">
|
||||||
|
<div class="logo">
|
||||||
|
<a href="http://localhost:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
|
||||||
|
<div class="logo-switches">
|
||||||
|
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
|
||||||
|
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||||||
|
stroke-linejoin="round">
|
||||||
|
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
||||||
|
</svg>
|
||||||
|
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||||||
|
stroke-linejoin="round">
|
||||||
|
<circle cx="12" cy="12" r="5"></circle>
|
||||||
|
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||||
|
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||||
|
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||||
|
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||||
|
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||||
|
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||||
|
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||||
|
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<ul id="menu" class="menu">
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/welcome" title="Welcome">
|
||||||
|
<span class="active">Welcome</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/docs" title="Docs">
|
||||||
|
<span>Docs</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/music" title="Music">
|
||||||
|
<span>Music</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/posts" title="Blog">
|
||||||
|
<span>Blog</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://localhost:1313/shows" title="Shows">
|
||||||
|
<span>Shows</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main class="main">
|
||||||
|
<header class="page-header"><nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
|
||||||
|
<a href="/">Home</a>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
||||||
|
<polyline points="9 18 15 12 9 6"></polyline>
|
||||||
|
</svg>
|
||||||
|
</nav>
|
||||||
|
<h1>
|
||||||
|
Welcome to my brain dump!
|
||||||
|
</h1>
|
||||||
|
</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>
|
||||||
|
<p>Here you’ll find</p>
|
||||||
|
<ul>
|
||||||
|
<li>Docs for the homelab, or Linux stuff in general</li>
|
||||||
|
<li>Music I’ve worked on</li>
|
||||||
|
<li>Some writing
|
||||||
|
<ul>
|
||||||
|
<li>Music reviews</li>
|
||||||
|
<li>Stories or reflections</li>
|
||||||
|
<li>General rambling for things I find interesting</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Dates for any upcoming shows (come hang out!)</li>
|
||||||
|
</ul>
|
||||||
|
<p>Take a look around. Thanks for stopping by.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<span>© 2026 <a href="http://localhost:1313/">TheWittyBanter.com</a></span> ·
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span>
|
||||||
|
Powered by
|
||||||
|
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
|
||||||
|
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
|
||||||
|
<polyline points="17 11 12 6 7 11"></polyline>
|
||||||
|
<polyline points="17 18 12 13 7 18"></polyline>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
let menu = document.getElementById('menu');
|
||||||
|
if (menu) {
|
||||||
|
|
||||||
|
const scrollPosition = localStorage.getItem("menu-scroll-position");
|
||||||
|
if (scrollPosition) {
|
||||||
|
menu.scrollLeft = parseInt(scrollPosition, 10);
|
||||||
|
}
|
||||||
|
|
||||||
|
menu.onscroll = function () {
|
||||||
|
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||||||
|
anchor.addEventListener("click", function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
var id = this.getAttribute("href").substr(1);
|
||||||
|
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
||||||
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
||||||
|
behavior: "smooth"
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
||||||
|
}
|
||||||
|
if (id === "top") {
|
||||||
|
history.replaceState(null, null, " ");
|
||||||
|
} else {
|
||||||
|
history.pushState(null, null, `#${id}`);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
var toplink = document.getElementById("top-link");
|
||||||
|
window.onscroll = function () {
|
||||||
|
const scrollThreshold = window.innerHeight;
|
||||||
|
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
|
||||||
|
toplink.classList.remove("hidden");
|
||||||
|
} else {
|
||||||
|
toplink.classList.add("hidden");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
document.getElementById("theme-toggle").addEventListener("click", () => {
|
||||||
|
const html = document.querySelector("html");
|
||||||
|
if (html.dataset.theme === "dark") {
|
||||||
|
html.dataset.theme = 'light';
|
||||||
|
localStorage.setItem("pref-theme", 'light');
|
||||||
|
} else {
|
||||||
|
html.dataset.theme = 'dark';
|
||||||
|
localStorage.setItem("pref-theme", 'dark');
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||||
|
<channel>
|
||||||
|
<title>Welcome to my brain dump! on TheWittyBanter.com</title>
|
||||||
|
<link>http://localhost:1313/welcome/</link>
|
||||||
|
<description>Recent content in Welcome to my brain dump! on TheWittyBanter.com</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en</language>
|
||||||
|
<lastBuildDate></lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:1313/welcome/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>http://localhost:1313/welcome/</title>
|
||||||
|
<link rel="canonical" href="http://localhost:1313/welcome/">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/welcome/">
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user