diff --git a/archetypes/default.md b/archetypes/default.md index 72d6c92..58c2b7f 100755 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,4 +1,5 @@ +++ date = '{{ .Date }}' title = '{{ replace .File.ContentBaseName "-" " " | title }}' +draft = true +++ diff --git a/content/docs/fstab.md b/content/docs/fstab.md new file mode 100644 index 0000000..9c69e77 --- /dev/null +++ b/content/docs/fstab.md @@ -0,0 +1,7 @@ ++++ +date = '2026-08-02T20:58:52-04:00' +title = 'Fstab' +draft = true ++++ + +When I first \ No newline at end of file diff --git a/content/music/20251206_175704.mp4 b/content/music/20251206_175704.mp4 new file mode 100644 index 0000000..f987d1b Binary files /dev/null and b/content/music/20251206_175704.mp4 differ diff --git a/content/music/poultryhighway.md b/content/music/poultryhighway.md new file mode 100644 index 0000000..08a2875 --- /dev/null +++ b/content/music/poultryhighway.md @@ -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" >}} diff --git a/content/shows/_index.md b/content/shows/_index.md index 381243a..df23fee 100755 --- a/content/shows/_index.md +++ b/content/shows/_index.md @@ -2,4 +2,8 @@ date = '2026-07-30T21:07:34-04:00' title = 'Shows' +++ -### Come hang out! \ No newline at end of file + +{{< image src="/images/solo.jpg" alt="A beautiful landscape" class="shadow-lg" width="350" >}} + +### Come hang out! + diff --git a/content/shows/tba.md b/content/shows/tba.md index 8afa9b3..013b634 100755 --- a/content/shows/tba.md +++ b/content/shows/tba.md @@ -10,4 +10,14 @@ Book some noise for your occasion at: *bwnoises@proton.me* -Make sure to put "Music" in the subject! \ No newline at end of file +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/" >}} diff --git a/content/welcome/_index.md b/content/welcome/_index.md index 329b250..143b849 100755 --- a/content/welcome/_index.md +++ b/content/welcome/_index.md @@ -2,10 +2,17 @@ date = '2026-07-31T19:00:33-04:00' 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. --- + **Why "The Witty Banter"?** One time I was discussing with my partner the idea of what a solo project would be named. diff --git a/hugo.toml b/hugo.toml index d5e0324..edf9fa2 100755 --- a/hugo.toml +++ b/hugo.toml @@ -18,14 +18,15 @@ Musician and computer guy from Maine *(please put "Music" in the subject line)* **bwnoises@proton.me** - -@bwnoises on WhatsApp +--- --- ## **Docs / General questions** +Or if ya just wanna say "Hi" -thewittybanter@proton.me + +**thewittybanter@proton.me** """ imageUrl = "/images/copy.jpg" imageWidth = 350 diff --git a/layouts/shortcodes/image.html b/layouts/shortcodes/image.html new file mode 100644 index 0000000..4b0e0de --- /dev/null +++ b/layouts/shortcodes/image.html @@ -0,0 +1,5 @@ +{{ .Get diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html index 16d2d6e..7e96b1d 100755 --- a/layouts/shortcodes/video.html +++ b/layouts/shortcodes/video.html @@ -1,5 +1,5 @@ -
-