From c2ee920109eae28dc270aeca78e3ec9352e127d7 Mon Sep 17 00:00:00 2001 From: Alan Youngblood Date: Wed, 24 Apr 2024 13:50:55 -0400 Subject: [PATCH] Post 2024-04-22 --- .DS_Store | Bin 10244 -> 10244 bytes assets/.DS_Store | Bin 6148 -> 6148 bytes .../posts/2024-04-03-welcome-post/index.md | 16 + content/posts/2024-04-09-joyous-jazz/index.md | 5 + content/posts/2024-04-22-young-again/index.md | 34 + post-to-mastodon.sh | 10 + public/404.html | 4 +- public/authors/index.html | 4 +- public/categories/index.html | 4 +- ...6a78efb101b35953be44be3dc6b0c40d1287b0.css | 1 + public/index.html | 164 +-- public/index.json | 2 +- public/index.xml | 20 +- .../posts/2024-04-03-welcome-post/index.html | 60 +- .../posts/2024-04-09-joyous-jazz/index.html | 58 +- public/posts/index.html | 4 +- public/posts/index.xml | 20 +- public/series/index.html | 4 +- public/sitemap.xml | 12 +- public/tags/business/index.html | 865 ++++++++++++++++ public/tags/business/index.xml | 22 + public/tags/business/page/1/index.html | 10 + public/tags/christianity/index.html | 865 ++++++++++++++++ public/tags/christianity/index.xml | 22 + public/tags/christianity/page/1/index.html | 10 + public/tags/culture/index.html | 865 ++++++++++++++++ public/tags/culture/index.xml | 22 + public/tags/culture/page/1/index.html | 10 + public/tags/durham/index.html | 865 ++++++++++++++++ public/tags/durham/index.xml | 22 + public/tags/durham/page/1/index.html | 10 + public/tags/economics/index.html | 865 ++++++++++++++++ public/tags/economics/index.xml | 22 + public/tags/economics/page/1/index.html | 10 + public/tags/humor/index.html | 865 ++++++++++++++++ public/tags/humor/index.xml | 22 + public/tags/humor/page/1/index.html | 10 + public/tags/index.html | 276 ++++- public/tags/index.xml | 172 +++- public/tags/jazz/index.html | 865 ++++++++++++++++ public/tags/jazz/index.xml | 22 + public/tags/jazz/page/1/index.html | 10 + public/tags/music/index.html | 960 ++++++++++++++++++ public/tags/music/index.xml | 32 + public/tags/music/page/1/index.html | 10 + public/tags/nightlife/index.html | 865 ++++++++++++++++ public/tags/nightlife/index.xml | 22 + public/tags/nightlife/page/1/index.html | 10 + public/tags/politics/index.html | 865 ++++++++++++++++ public/tags/politics/index.xml | 22 + public/tags/politics/page/1/index.html | 10 + public/tags/relationships/index.html | 865 ++++++++++++++++ public/tags/relationships/index.xml | 22 + public/tags/relationships/page/1/index.html | 10 + public/tags/sci-fi/index.html | 865 ++++++++++++++++ public/tags/sci-fi/index.xml | 22 + public/tags/sci-fi/page/1/index.html | 10 + public/tags/science/index.html | 865 ++++++++++++++++ public/tags/science/index.xml | 22 + public/tags/science/page/1/index.html | 10 + public/tags/society/index.html | 865 ++++++++++++++++ public/tags/society/index.xml | 22 + public/tags/society/page/1/index.html | 10 + public/tags/spirituality/index.html | 865 ++++++++++++++++ public/tags/spirituality/index.xml | 22 + public/tags/spirituality/page/1/index.html | 10 + public/tags/sports/index.html | 865 ++++++++++++++++ public/tags/sports/index.xml | 22 + public/tags/sports/page/1/index.html | 10 + public/tags/videogames/index.html | 865 ++++++++++++++++ public/tags/videogames/index.xml | 22 + public/tags/videogames/page/1/index.html | 10 + themes/blowfish | 2 +- 73 files changed, 16055 insertions(+), 171 deletions(-) create mode 100644 content/posts/2024-04-22-young-again/index.md create mode 100755 post-to-mastodon.sh create mode 100644 public/css/main.bundle.min.faa72361590a93dc06747aa5c3d7864e479f16601b29cd516522276c618b7cb3a5b43d7925033388bba1a135856a78efb101b35953be44be3dc6b0c40d1287b0.css create mode 100644 public/tags/business/index.html create mode 100644 public/tags/business/index.xml create mode 100644 public/tags/business/page/1/index.html create mode 100644 public/tags/christianity/index.html create mode 100644 public/tags/christianity/index.xml create mode 100644 public/tags/christianity/page/1/index.html create mode 100644 public/tags/culture/index.html create mode 100644 public/tags/culture/index.xml create mode 100644 public/tags/culture/page/1/index.html create mode 100644 public/tags/durham/index.html create mode 100644 public/tags/durham/index.xml create mode 100644 public/tags/durham/page/1/index.html create mode 100644 public/tags/economics/index.html create mode 100644 public/tags/economics/index.xml create mode 100644 public/tags/economics/page/1/index.html create mode 100644 public/tags/humor/index.html create mode 100644 public/tags/humor/index.xml create mode 100644 public/tags/humor/page/1/index.html create mode 100644 public/tags/jazz/index.html create mode 100644 public/tags/jazz/index.xml create mode 100644 public/tags/jazz/page/1/index.html create mode 100644 public/tags/music/index.html create mode 100644 public/tags/music/index.xml create mode 100644 public/tags/music/page/1/index.html create mode 100644 public/tags/nightlife/index.html create mode 100644 public/tags/nightlife/index.xml create mode 100644 public/tags/nightlife/page/1/index.html create mode 100644 public/tags/politics/index.html create mode 100644 public/tags/politics/index.xml create mode 100644 public/tags/politics/page/1/index.html create mode 100644 public/tags/relationships/index.html create mode 100644 public/tags/relationships/index.xml create mode 100644 public/tags/relationships/page/1/index.html create mode 100644 public/tags/sci-fi/index.html create mode 100644 public/tags/sci-fi/index.xml create mode 100644 public/tags/sci-fi/page/1/index.html create mode 100644 public/tags/science/index.html create mode 100644 public/tags/science/index.xml create mode 100644 public/tags/science/page/1/index.html create mode 100644 public/tags/society/index.html create mode 100644 public/tags/society/index.xml create mode 100644 public/tags/society/page/1/index.html create mode 100644 public/tags/spirituality/index.html create mode 100644 public/tags/spirituality/index.xml create mode 100644 public/tags/spirituality/page/1/index.html create mode 100644 public/tags/sports/index.html create mode 100644 public/tags/sports/index.xml create mode 100644 public/tags/sports/page/1/index.html create mode 100644 public/tags/videogames/index.html create mode 100644 public/tags/videogames/index.xml create mode 100644 public/tags/videogames/page/1/index.html diff --git a/.DS_Store b/.DS_Store index 8e4353c166a618b39c9bd16ad0610d1848bc304a..047e245273c4eda31d3dd4e925f9a9648173717e 100644 GIT binary patch delta 21 bcmZn(XbIS`ONfzS^KPM3P9UWy^Ozd|R3--V delta 21 bcmZn(XbIS`ONfzi^KPM3P9UWy^Ozd|R5=Fq diff --git a/assets/.DS_Store b/assets/.DS_Store index 92853e90eaeb10e23c82e0ef121e1b2bbf280c05..20f87e17f1e991a290f73c6d4dab96b0de2fb8ae 100644 GIT binary patch delta 37 tcmZoMXfc@J&&W10U^gS%WFAIY&a{-`j_{0 diff --git a/content/posts/2024-04-03-welcome-post/index.md b/content/posts/2024-04-03-welcome-post/index.md index ea50051..4482162 100644 --- a/content/posts/2024-04-03-welcome-post/index.md +++ b/content/posts/2024-04-03-welcome-post/index.md @@ -2,6 +2,22 @@ #menus: "Home" title: "Welcome to the Wave" date: "2024-04-03" +weight: 1 +tags: + - music + - spirituality + - christianity + - sci-fi + - videogames + - culture + - business + - economics + - society + - relationships + - science + - sports + - humor + - politics description: "The wave is all and all is the wave." # 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory. #theme_version: "2.8.2" diff --git a/content/posts/2024-04-09-joyous-jazz/index.md b/content/posts/2024-04-09-joyous-jazz/index.md index 3dc593b..c7a1098 100644 --- a/content/posts/2024-04-09-joyous-jazz/index.md +++ b/content/posts/2024-04-09-joyous-jazz/index.md @@ -2,6 +2,11 @@ #menus: "Home" title: "Joyous Jazz" date: "2024-04-09" +tags: + - music + - jazz + - durham + - nightlife description: "Trying a new jazz club and sharing the joy of music with my partner" # 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory. #theme_version: "2.8.2" diff --git a/content/posts/2024-04-22-young-again/index.md b/content/posts/2024-04-22-young-again/index.md new file mode 100644 index 0000000..da56650 --- /dev/null +++ b/content/posts/2024-04-22-young-again/index.md @@ -0,0 +1,34 @@ +--- +#menus: "Home" +title: "Young Again" +date: "2024-04-09" +tags: + - music + - nightlife +draft: true +description: "Reflecting on experiences as I enter my last year of being young that made me feel much younger" +# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory. +#theme_version: "2.8.2" +--- + +# This Time Around + +As I wrap up my thirties and still pass for about half my age I'm reflecting on my life so far and things that make me feel younger. + +## The College Life + +{{< figure src="/images/ncsubelltower1.jpeg" title="NC State Bell Tower" alt="NC State Bell Tower">}} + +On Monday April 15th my partner, Amara, and I went to the NC State Wolfpack basketball celebration at the bell tower on campus. Unfortunately we didn't win either the women's nor the men's tournaments but we did make it to the Final Four with some great players, teams, and just generally wonderful people. Since those tournaments were going on at the same time in different parts of the country the teams and the school wanted to get everyone together to celebrate with each other. + +As a Wolfpack fan our teams sent a resounding message: "we're back!" There's a lot to be said about how the NCAA came down with sanctions on our men's basketball team in the late 1980's. We will just leave it at saying that if there were any improprieties or unethical actions in our program, I'm glad they were punished, but the punishment seemed to work too well and contributed to keeping Wolfpack basketball from the notoriety and talent we had earned. Well, no more. We're back! This season showed in many ways with both our men's and women's teams that we can go against all odds, do it with style, with skill, and with joy overflowing from our hearts. + +Let's focus on one of the best examples: DJ Burns Jr. This guy is wonderful. Not only is he a large presence on the court at 6'9" but he is larger than life in real life because he's always just beaming with delight. In between plays on the court he's often smiling, laughing, dancing on the sidelines. He has an infectious joy for life that you can't help but catch even just watching him on TV. It's a bit like the sanguine happiness of the fictious Ted Lasso. + +"Why not us?" became our slogan on flags, banners, shirts, and chanted everywhere throughout Wolfpack nation. + +> I recognize that "Why not us?" was first used by NC Central in ESPN's docuseries The Undefeated. This phrase itself isn't something that copyright law can cover as far as I'm aware since it's too generic by itself. It's why you cannot copyright a slogan like "We sell the best today" but "BestBuy" has their logo trademarked. One is just using common words, the other is using particular words/styles that are registered to only be used by the company. Anyways, I think it's always good to respect and recognize attribution and if anything else + +Back on campus for this event I was reminded of so many wonderful times in my late teens and early twenties at college. + +## Whenever I'm alone with you, you make me feel like I am young again diff --git a/post-to-mastodon.sh b/post-to-mastodon.sh new file mode 100755 index 0000000..fe19250 --- /dev/null +++ b/post-to-mastodon.sh @@ -0,0 +1,10 @@ +#!/bin/bash +COMMIT=$(git log --oneline -1 --format=%s | sed 's/^.*: //') +echo $COMMIT +PREFIX="Post " +if [ "$COMMIT" == "$PREFIX"* ]; then + echo "The commit message starts with Post " +else + echo "The commit message does not start with Post, ignoring..." +fi +printf "\n" diff --git a/public/404.html b/public/404.html index 0dbe640..d14a130 100644 --- a/public/404.html +++ b/public/404.html @@ -26,8 +26,8 @@ - + + + + + + + + + Business · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Business

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/business/index.xml b/public/tags/business/index.xml new file mode 100644 index 0000000..3b8b18c --- /dev/null +++ b/public/tags/business/index.xml @@ -0,0 +1,22 @@ + + + + Business on All is the Wave 🌊 + http://localhost:1313/tags/business/ + Recent content in Business on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/business/page/1/index.html b/public/tags/business/page/1/index.html new file mode 100644 index 0000000..bbb66b9 --- /dev/null +++ b/public/tags/business/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/business/ + + + + + + diff --git a/public/tags/christianity/index.html b/public/tags/christianity/index.html new file mode 100644 index 0000000..f505e29 --- /dev/null +++ b/public/tags/christianity/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Christianity · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Christianity

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/christianity/index.xml b/public/tags/christianity/index.xml new file mode 100644 index 0000000..9b2774f --- /dev/null +++ b/public/tags/christianity/index.xml @@ -0,0 +1,22 @@ + + + + Christianity on All is the Wave 🌊 + http://localhost:1313/tags/christianity/ + Recent content in Christianity on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/christianity/page/1/index.html b/public/tags/christianity/page/1/index.html new file mode 100644 index 0000000..36fda80 --- /dev/null +++ b/public/tags/christianity/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/christianity/ + + + + + + diff --git a/public/tags/culture/index.html b/public/tags/culture/index.html new file mode 100644 index 0000000..bcb626f --- /dev/null +++ b/public/tags/culture/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Culture · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Culture

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/culture/index.xml b/public/tags/culture/index.xml new file mode 100644 index 0000000..677ced7 --- /dev/null +++ b/public/tags/culture/index.xml @@ -0,0 +1,22 @@ + + + + Culture on All is the Wave 🌊 + http://localhost:1313/tags/culture/ + Recent content in Culture on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/culture/page/1/index.html b/public/tags/culture/page/1/index.html new file mode 100644 index 0000000..2d22ddc --- /dev/null +++ b/public/tags/culture/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/culture/ + + + + + + diff --git a/public/tags/durham/index.html b/public/tags/durham/index.html new file mode 100644 index 0000000..848e1ed --- /dev/null +++ b/public/tags/durham/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Durham · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Durham

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Joyous Jazz
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·512 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/durham/index.xml b/public/tags/durham/index.xml new file mode 100644 index 0000000..1447ccd --- /dev/null +++ b/public/tags/durham/index.xml @@ -0,0 +1,22 @@ + + + + Durham on All is the Wave 🌊 + http://localhost:1313/tags/durham/ + Recent content in Durham on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Tue, 09 Apr 2024 00:00:00 +0000 + + Joyous Jazz + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Tue, 09 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Missy Lane&rsquo;s Assembly Room # We&rsquo;ve all lost people and things to the pandemic, and one unfortunate one to go was Raleigh&rsquo;s C-Grace Jazz and Speakeasy club. + + + + + diff --git a/public/tags/durham/page/1/index.html b/public/tags/durham/page/1/index.html new file mode 100644 index 0000000..2e85a8e --- /dev/null +++ b/public/tags/durham/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/durham/ + + + + + + diff --git a/public/tags/economics/index.html b/public/tags/economics/index.html new file mode 100644 index 0000000..d3d7a97 --- /dev/null +++ b/public/tags/economics/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Economics · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Economics

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/economics/index.xml b/public/tags/economics/index.xml new file mode 100644 index 0000000..a0a7927 --- /dev/null +++ b/public/tags/economics/index.xml @@ -0,0 +1,22 @@ + + + + Economics on All is the Wave 🌊 + http://localhost:1313/tags/economics/ + Recent content in Economics on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/economics/page/1/index.html b/public/tags/economics/page/1/index.html new file mode 100644 index 0000000..7f211b4 --- /dev/null +++ b/public/tags/economics/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/economics/ + + + + + + diff --git a/public/tags/humor/index.html b/public/tags/humor/index.html new file mode 100644 index 0000000..1ba17d7 --- /dev/null +++ b/public/tags/humor/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Humor · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Humor

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/humor/index.xml b/public/tags/humor/index.xml new file mode 100644 index 0000000..6a94619 --- /dev/null +++ b/public/tags/humor/index.xml @@ -0,0 +1,22 @@ + + + + Humor on All is the Wave 🌊 + http://localhost:1313/tags/humor/ + Recent content in Humor on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/humor/page/1/index.html b/public/tags/humor/page/1/index.html new file mode 100644 index 0000000..b525d4f --- /dev/null +++ b/public/tags/humor/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/humor/ + + + + + + diff --git a/public/tags/index.html b/public/tags/index.html index 7926dc7..c7a26bd 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -28,8 +28,8 @@ - + + + + + + + + + Jazz · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Jazz

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Joyous Jazz
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·512 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/jazz/index.xml b/public/tags/jazz/index.xml new file mode 100644 index 0000000..fad01c9 --- /dev/null +++ b/public/tags/jazz/index.xml @@ -0,0 +1,22 @@ + + + + Jazz on All is the Wave 🌊 + http://localhost:1313/tags/jazz/ + Recent content in Jazz on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Tue, 09 Apr 2024 00:00:00 +0000 + + Joyous Jazz + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Tue, 09 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Missy Lane&rsquo;s Assembly Room # We&rsquo;ve all lost people and things to the pandemic, and one unfortunate one to go was Raleigh&rsquo;s C-Grace Jazz and Speakeasy club. + + + + + diff --git a/public/tags/jazz/page/1/index.html b/public/tags/jazz/page/1/index.html new file mode 100644 index 0000000..4b4a0fb --- /dev/null +++ b/public/tags/jazz/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/jazz/ + + + + + + diff --git a/public/tags/music/index.html b/public/tags/music/index.html new file mode 100644 index 0000000..fd52a53 --- /dev/null +++ b/public/tags/music/index.html @@ -0,0 +1,960 @@ + + + + + + + + + + Music · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Music

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Joyous Jazz
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·512 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/music/index.xml b/public/tags/music/index.xml new file mode 100644 index 0000000..2067da0 --- /dev/null +++ b/public/tags/music/index.xml @@ -0,0 +1,32 @@ + + + + Music on All is the Wave 🌊 + http://localhost:1313/tags/music/ + Recent content in Music on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Tue, 09 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + Joyous Jazz + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Tue, 09 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Missy Lane&rsquo;s Assembly Room # We&rsquo;ve all lost people and things to the pandemic, and one unfortunate one to go was Raleigh&rsquo;s C-Grace Jazz and Speakeasy club. + + + + + diff --git a/public/tags/music/page/1/index.html b/public/tags/music/page/1/index.html new file mode 100644 index 0000000..7408f7b --- /dev/null +++ b/public/tags/music/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/music/ + + + + + + diff --git a/public/tags/nightlife/index.html b/public/tags/nightlife/index.html new file mode 100644 index 0000000..06702a7 --- /dev/null +++ b/public/tags/nightlife/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Nightlife · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Nightlife

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Joyous Jazz
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·512 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/nightlife/index.xml b/public/tags/nightlife/index.xml new file mode 100644 index 0000000..2bab86d --- /dev/null +++ b/public/tags/nightlife/index.xml @@ -0,0 +1,22 @@ + + + + Nightlife on All is the Wave 🌊 + http://localhost:1313/tags/nightlife/ + Recent content in Nightlife on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Tue, 09 Apr 2024 00:00:00 +0000 + + Joyous Jazz + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Tue, 09 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-09-joyous-jazz/ + Missy Lane&rsquo;s Assembly Room # We&rsquo;ve all lost people and things to the pandemic, and one unfortunate one to go was Raleigh&rsquo;s C-Grace Jazz and Speakeasy club. + + + + + diff --git a/public/tags/nightlife/page/1/index.html b/public/tags/nightlife/page/1/index.html new file mode 100644 index 0000000..dc12b28 --- /dev/null +++ b/public/tags/nightlife/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/nightlife/ + + + + + + diff --git a/public/tags/politics/index.html b/public/tags/politics/index.html new file mode 100644 index 0000000..d5daa6e --- /dev/null +++ b/public/tags/politics/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Politics · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Politics

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/politics/index.xml b/public/tags/politics/index.xml new file mode 100644 index 0000000..3437e92 --- /dev/null +++ b/public/tags/politics/index.xml @@ -0,0 +1,22 @@ + + + + Politics on All is the Wave 🌊 + http://localhost:1313/tags/politics/ + Recent content in Politics on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/politics/page/1/index.html b/public/tags/politics/page/1/index.html new file mode 100644 index 0000000..d9cba4d --- /dev/null +++ b/public/tags/politics/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/politics/ + + + + + + diff --git a/public/tags/relationships/index.html b/public/tags/relationships/index.html new file mode 100644 index 0000000..fdbb3c4 --- /dev/null +++ b/public/tags/relationships/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Relationships · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Relationships

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/relationships/index.xml b/public/tags/relationships/index.xml new file mode 100644 index 0000000..c128dd5 --- /dev/null +++ b/public/tags/relationships/index.xml @@ -0,0 +1,22 @@ + + + + Relationships on All is the Wave 🌊 + http://localhost:1313/tags/relationships/ + Recent content in Relationships on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/relationships/page/1/index.html b/public/tags/relationships/page/1/index.html new file mode 100644 index 0000000..bd86629 --- /dev/null +++ b/public/tags/relationships/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/relationships/ + + + + + + diff --git a/public/tags/sci-fi/index.html b/public/tags/sci-fi/index.html new file mode 100644 index 0000000..3c0c9d7 --- /dev/null +++ b/public/tags/sci-fi/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Sci-Fi · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Sci-Fi

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/sci-fi/index.xml b/public/tags/sci-fi/index.xml new file mode 100644 index 0000000..c9640c1 --- /dev/null +++ b/public/tags/sci-fi/index.xml @@ -0,0 +1,22 @@ + + + + Sci-Fi on All is the Wave 🌊 + http://localhost:1313/tags/sci-fi/ + Recent content in Sci-Fi on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/sci-fi/page/1/index.html b/public/tags/sci-fi/page/1/index.html new file mode 100644 index 0000000..3295003 --- /dev/null +++ b/public/tags/sci-fi/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/sci-fi/ + + + + + + diff --git a/public/tags/science/index.html b/public/tags/science/index.html new file mode 100644 index 0000000..1aac3cf --- /dev/null +++ b/public/tags/science/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Science · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Science

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/science/index.xml b/public/tags/science/index.xml new file mode 100644 index 0000000..9d71cd9 --- /dev/null +++ b/public/tags/science/index.xml @@ -0,0 +1,22 @@ + + + + Science on All is the Wave 🌊 + http://localhost:1313/tags/science/ + Recent content in Science on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/science/page/1/index.html b/public/tags/science/page/1/index.html new file mode 100644 index 0000000..86ab025 --- /dev/null +++ b/public/tags/science/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/science/ + + + + + + diff --git a/public/tags/society/index.html b/public/tags/society/index.html new file mode 100644 index 0000000..18ccaea --- /dev/null +++ b/public/tags/society/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Society · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Society

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/society/index.xml b/public/tags/society/index.xml new file mode 100644 index 0000000..092e051 --- /dev/null +++ b/public/tags/society/index.xml @@ -0,0 +1,22 @@ + + + + Society on All is the Wave 🌊 + http://localhost:1313/tags/society/ + Recent content in Society on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/society/page/1/index.html b/public/tags/society/page/1/index.html new file mode 100644 index 0000000..25b341f --- /dev/null +++ b/public/tags/society/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/society/ + + + + + + diff --git a/public/tags/spirituality/index.html b/public/tags/spirituality/index.html new file mode 100644 index 0000000..b999de7 --- /dev/null +++ b/public/tags/spirituality/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Spirituality · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Spirituality

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/spirituality/index.xml b/public/tags/spirituality/index.xml new file mode 100644 index 0000000..02430ac --- /dev/null +++ b/public/tags/spirituality/index.xml @@ -0,0 +1,22 @@ + + + + Spirituality on All is the Wave 🌊 + http://localhost:1313/tags/spirituality/ + Recent content in Spirituality on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/spirituality/page/1/index.html b/public/tags/spirituality/page/1/index.html new file mode 100644 index 0000000..40d1d7c --- /dev/null +++ b/public/tags/spirituality/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/spirituality/ + + + + + + diff --git a/public/tags/sports/index.html b/public/tags/sports/index.html new file mode 100644 index 0000000..909de39 --- /dev/null +++ b/public/tags/sports/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Sports · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Sports

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/sports/index.xml b/public/tags/sports/index.xml new file mode 100644 index 0000000..823b32a --- /dev/null +++ b/public/tags/sports/index.xml @@ -0,0 +1,22 @@ + + + + Sports on All is the Wave 🌊 + http://localhost:1313/tags/sports/ + Recent content in Sports on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/sports/page/1/index.html b/public/tags/sports/page/1/index.html new file mode 100644 index 0000000..aef43ed --- /dev/null +++ b/public/tags/sports/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/sports/ + + + + + + diff --git a/public/tags/videogames/index.html b/public/tags/videogames/index.html new file mode 100644 index 0000000..c55410a --- /dev/null +++ b/public/tags/videogames/index.html @@ -0,0 +1,865 @@ + + + + + + + + + + Videogames · All is the Wave 🌊 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+
+ + + +
+
+ + + +
+ +

Videogames

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ +
+ + + + + +
+ + + + + + + + + + +
+ + +

+ 2024 +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
Welcome to the Wave
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ·632 words·3 mins + + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + + + + + +
+ + + + + + +
+ + + +

+ © + 2024 + Alan Youngblood +

+ + + + +

+ + + Powered by Hugo & Blowfish +

+ + +
+ + + + + + +
+ +
+ + + diff --git a/public/tags/videogames/index.xml b/public/tags/videogames/index.xml new file mode 100644 index 0000000..349c610 --- /dev/null +++ b/public/tags/videogames/index.xml @@ -0,0 +1,22 @@ + + + + Videogames on All is the Wave 🌊 + http://localhost:1313/tags/videogames/ + Recent content in Videogames on All is the Wave 🌊 + Hugo -- gohugo.io + en + © 2024 Alan Youngblood + Wed, 03 Apr 2024 00:00:00 +0000 + + Welcome to the Wave + http://localhost:1313/posts/2024-04-03-welcome-post/ + Wed, 03 Apr 2024 00:00:00 +0000 + + http://localhost:1313/posts/2024-04-03-welcome-post/ + We will cover many disparate topics seemingly unconnected from each other. + + + + + diff --git a/public/tags/videogames/page/1/index.html b/public/tags/videogames/page/1/index.html new file mode 100644 index 0000000..9ae1382 --- /dev/null +++ b/public/tags/videogames/page/1/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/tags/videogames/ + + + + + + diff --git a/themes/blowfish b/themes/blowfish index 92c13bd..f06bcb2 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit 92c13bdc8514fa9e8c0238d14e9d2e71a2ebe4a5 +Subproject commit f06bcb2a557cabf6071a78018304f323c71247cc