diff --git a/content/home.md b/content/home.md deleted file mode 100644 index fe1ae84..0000000 --- a/content/home.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -date = '2026-07-30T21:02:47-04:00' -title = 'Home' -+++ - -# Welcome - -This hopefully works? \ No newline at end of file diff --git a/content/music/207/index.md b/content/music/207/index.md new file mode 100644 index 0000000..2824bdc --- /dev/null +++ b/content/music/207/index.md @@ -0,0 +1,8 @@ ++++ +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" >}} diff --git a/content/shows/_index.md b/content/shows/_index.md index 864ce9b..381243a 100644 --- a/content/shows/_index.md +++ b/content/shows/_index.md @@ -2,3 +2,4 @@ date = '2026-07-30T21:07:34-04:00' title = 'Shows' +++ +### Come hang out! \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index a124ffc..191f339 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,10 +7,44 @@ enableRobotsTXT = true [params.profileMode] enabled = true title = "@BWNoises" -subtitle = "Musician and computer guy from Maine" +subtitle = """ +Musician and computer guy from Maine + +--- + +Booking = bwnoises@proton.me + +@bwnoises on WhatsApp + +--- + +Docs / General questions = thewittybanter@proton.me +""" imageUrl = "/images/copy.jpg" +imageWidth = 350 +imageHeight = 350 +[[params.SocialIcons]] + name = "github" + url = "https://github.com/syrinx8311" +[[params.SocialIcons]] + name = "instagram" + url = "https://instagram.com/bwnoises" + +[[params.SocialIcons]] + name = "mastodon" + url = "https://mastodon.social/@plorbusgutierrez" + +[params.homeInfoParams] + enabled = false + title = "@BWNoises" + Content = """ + Welcome. This site is intended to be a brain dump. + +Things like homelab docs, music I get to work on, general musings + +""" [params] @@ -40,10 +74,6 @@ imageUrl = "/images/copy.jpg" url = "/shows" weight = 4 -[[menus.main]] - name = "About" - pageref = "about" - weight = 5 [caches] diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..16d2d6e --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,6 @@ +
+ +
diff --git a/public/404.html b/public/404.html index 7a8fe49..0901dee 100644 --- a/public/404.html +++ b/public/404.html @@ -84,11 +84,6 @@ Shows -
  • - - About - -
  • diff --git a/public/about/index.html b/public/about/index.html index 4e175c2..c3d87e9 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -93,11 +93,6 @@ For booking"> Shows -
  • - - About - -
  • diff --git a/public/categories/index.html b/public/categories/index.html index 352af03..fae9cf3 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -85,11 +85,6 @@ Shows -
  • - - About - -
  • diff --git a/public/docs/docshere/index.html b/public/docs/docshere/index.html index 3a519e9..4947122 100644 --- a/public/docs/docshere/index.html +++ b/public/docs/docshere/index.html @@ -84,11 +84,6 @@ Shows -
  • - - About - -
  • diff --git a/public/docs/index.html b/public/docs/index.html index 4c4a0b9..eb1bdcb 100644 --- a/public/docs/index.html +++ b/public/docs/index.html @@ -85,11 +85,6 @@ Shows -
  • - - About - -
  • diff --git a/public/home/index.html b/public/home/index.html index e08e17b..69f9217 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -85,11 +85,6 @@ This hopefully works?"> Shows -
  • - - About - -
  • diff --git a/public/index.html b/public/index.html index 6142d43..26aebfb 100644 --- a/public/index.html +++ b/public/index.html @@ -86,20 +86,51 @@ Shows -
  • - - About - -
  • profile image + height="350" width="350" />

    @BWNoises

    - Musician and computer guy from Maine diff --git a/public/index.xml b/public/index.xml index cdb718d..238d90f 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,8 +6,19 @@ Recent content on TheWittyBanter.com Hugo en - Fri, 31 Jul 2026 17:11:06 -0400 + Fri, 31 Jul 2026 18:04:09 -0400 + + The Chicken Street Band on 207 + http://localhost:1313/music/207/ + Fri, 31 Jul 2026 18:04:09 -0400 + http://localhost:1313/music/207/ + <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> + Docshere http://localhost:1313/docs/docshere/ @@ -58,14 +69,6 @@ </ul> <h1 id="how-do-i-contact-this-guy">How do I contact this guy?</h1> <h2 id="for-booking">For booking</h2> - - - Home - http://localhost:1313/home/ - Thu, 30 Jul 2026 21:02:47 -0400 - http://localhost:1313/home/ - <h1 id="welcome">Welcome</h1> -<p>This hopefully works?</p> Test2 diff --git a/public/main/index.html b/public/main/index.html index 92b6646..58b17bf 100644 --- a/public/main/index.html +++ b/public/main/index.html @@ -84,11 +84,6 @@ Shows -
  • - - About - -
  • diff --git a/public/music/207/index.html b/public/music/207/index.html new file mode 100644 index 0000000..bfd27c1 --- /dev/null +++ b/public/music/207/index.html @@ -0,0 +1,263 @@ + + + + + + + +The Chicken Street Band on 207 | TheWittyBanter.com + + + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    + +

    + 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 + + +

    + + +
    + +
    + +
    +
    +
    + + + + + + + + + + + diff --git a/public/music/index.html b/public/music/index.html index 1715095..dcb40e8 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -85,11 +85,6 @@ Shows -
  • - - About - -
  • @@ -105,6 +100,21 @@ Music + +
    +
    +

    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

    +
    +
    + +July 31, 2026 · 1 min
    + +