diff --git a/.DS_Store b/.DS_Store index 60d52d9..b24f294 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store index b97e274..92853e9 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/APY-Avatar-Apr24.jpeg b/assets/APY-Avatar-Apr24.jpeg new file mode 100644 index 0000000..13ae3a1 Binary files /dev/null and b/assets/APY-Avatar-Apr24.jpeg differ diff --git a/assets/AtlanticWaves.jpeg b/assets/AtlanticWaves.jpeg new file mode 100644 index 0000000..feeae77 Binary files /dev/null and b/assets/AtlanticWaves.jpeg differ diff --git a/assets/Hokusai-Icon.jpeg b/assets/Hokusai-Icon.jpeg new file mode 100644 index 0000000..8aec8cc Binary files /dev/null and b/assets/Hokusai-Icon.jpeg differ diff --git a/assets/img/APY-Avatar-Apr24.jpeg b/assets/img/APY-Avatar-Apr24.jpeg new file mode 100644 index 0000000..13ae3a1 Binary files /dev/null and b/assets/img/APY-Avatar-Apr24.jpeg differ diff --git a/assets/img/AlanAvatar24.jpeg b/assets/img/AlanAvatar24.jpeg new file mode 100644 index 0000000..7ea253e Binary files /dev/null and b/assets/img/AlanAvatar24.jpeg differ diff --git a/assets/img/AtlanticWaves.jpeg b/assets/img/AtlanticWaves.jpeg new file mode 100644 index 0000000..feeae77 Binary files /dev/null and b/assets/img/AtlanticWaves.jpeg differ diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 968d4de..f81b4ce 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,65 +1,30 @@ -# -- Site Configuration -- -# Refer to the theme docs for more details about each of these parameters. -# https://blowfish.page/docs/getting-started/ - theme = "blowfish" -# baseURL = "https://your_domain.com/" defaultContentLanguage = "en" - -# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles - enableRobotsTXT = true paginate = 10 summaryLength = 0 - buildDrafts = false buildFuture = false - -# googleAnalytics = "G-XXXXXXXXX" +baseURL = "allisthewave.com" [imaging] - anchor = 'Center' +anchor = "Center" [taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" +tag = "tags" +category = "categories" +author = "authors" +series = "series" [sitemap] - changefreq = 'daily' - filename = 'sitemap.xml' - priority = 0.5 +changefreq = "daily" +filename = "sitemap.xml" +priority = 0.5 [outputs] - home = ["HTML", "RSS", "JSON"] +home = [ "HTML", "RSS", "JSON" ] [related] - threshold = 0 - toLower = false - - [[related.indices]] - name = "tags" - weight = 100 - - [[related.indices]] - name = "categories" - weight = 100 - - [[related.indices]] - name = "series" - weight = 50 - - [[related.indices]] - name = "authors" - weight = 20 - - [[related.indices]] - name = "date" - weight = 10 - - [[related.indices]] - applyFilter = false - name = 'fragmentrefs' - type = 'fragments' - weight = 10 +threshold = 0 +toLower = false +indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ] diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index ebbd4f1..853dbce 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -9,10 +9,11 @@ isoCode = "en" rtl = false dateFormat = "2 January 2006" description = "The wave is all and all is the wave." +logo = "Hokusai-Icon.jpeg" [author] name = "Alan Youngblood" bio = "Radically loved ragamuffin, IT guy, Marketer, Indie Game Developer, Artist, Musician, Entrepreneur, Writer, Wolfpack Sports fan, Bionic Trans-Human, Open Source Aficionado" -image = "APY_Headshots2022.jpeg" -headline = "In an interstellar burst, I'm back to save the Universe" +image = "APY-Avatar-Apr24.jpeg" +headline = "_Radically loved ragamuffin, Musician, Artist, IT guy, 21st Century Renaissance man_" links = [] diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 5a72f97..8481e5e 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -13,18 +13,6 @@ url = "https://github.com/apyoungblood" identifier = "RB2W8wmy5r" weight = 9999 -[[main]] -pre = "x-twitter" -url = "https://twitter.com/apyoungblood" -identifier = "nsxep3q4Gd" -weight = 9999 - -[[main]] -pre = "linkedin" -url = "https://www.linkedin.com/in/apyoungblood/" -identifier = "AnOcASuPzf" -weight = 9999 - [[main]] pre = "youtube" url = "https://www.youtube.com/c/AlanYoungblood5608?sub_confirmation=1" @@ -43,5 +31,11 @@ pageRef = "tags" identifier = "33Dy63opKR" weight = 9999 +[[main]] +pre = "image" +url = "https://pixelfed.social/@Zeronaut" +identifier = "Divmipl4Bg" +weight = 9999 + [[footer]] none = "none" diff --git a/config/_default/params.toml b/config/_default/params.toml index 0d2ae97..dde9c07 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,11 +1,11 @@ -colorScheme = "blowfish" +colorScheme = "marvel" defaultAppearance = "light" autoSwitchAppearance = true enableSearch = true enableCodeCopy = false disableImageOptimization = false disableTextInHeader = false -defaultBackgroundImage = "OakIsland.jpeg" +defaultBackgroundImage = "AtlanticWaves.jpeg" defaultFeaturedImage = "OakIsland.jpeg" [header] @@ -19,15 +19,15 @@ showAppearanceSwitcher = true showScrollToTop = true [homepage] -layout = "hero" +layout = "background" showRecent = true -showRecentItems = 5 +showRecentItems = "4" showMoreLink = true showMoreLinkDest = "/posts" cardView = true cardViewScreenWidth = false layoutBackgroundBlur = false -homepageImage = "OakIsland.jpeg" +homepageImage = "AtlanticWaves.jpeg" [article] showDate = true @@ -36,10 +36,10 @@ showLikes = false showDateOnlyInArticle = false showDateUpdated = false showAuthor = true -showHero = false +showHero = true layoutBackgroundBlur = true layoutBackgroundHeaderSpace = true -showBreadcrumbs = false +showBreadcrumbs = true showDraftLabel = true showEdit = false editAppendPath = true @@ -53,6 +53,7 @@ showTaxonomies = false showAuthorsBadges = false showWordCount = true showZenMode = false +heroStyle = "background" [list] showHero = false diff --git a/content/.DS_Store b/content/.DS_Store new file mode 100644 index 0000000..d42d73b Binary files /dev/null and b/content/.DS_Store differ diff --git a/content/posts/.DS_Store b/content/posts/.DS_Store new file mode 100644 index 0000000..1f69d20 Binary files /dev/null and b/content/posts/.DS_Store differ diff --git a/content/posts/2024-04-03-welcome-post/featured.jpg b/content/posts/2024-04-03-welcome-post/featured.jpg new file mode 100644 index 0000000..d4547b0 Binary files /dev/null and b/content/posts/2024-04-03-welcome-post/featured.jpg differ diff --git a/content/posts/2024-04-03-welcome-post/index.md b/content/posts/2024-04-03-welcome-post/index.md index 7497022..ea50051 100644 --- a/content/posts/2024-04-03-welcome-post/index.md +++ b/content/posts/2024-04-03-welcome-post/index.md @@ -7,16 +7,24 @@ description: "The wave is all and all is the wave." #theme_version: "2.8.2" --- -This blog will cover many disparate topics seemingly unconnected from each other. However, the through line connecting all is the wave. +We will cover many disparate topics seemingly unconnected from each other. However, the through line connecting all is the wave. + +## Stardust, Photons, and Waves Allow me to explain. We are for all intents literally just stardust bound together by energy. Similar to light which we also know is energy and particulate matter, we exist as matter that moves in wave like patterns. > You were right about the stars, each one is a setting sun. Our love is all God’s money. Everyone is a burning sun > Wilco - Jesus, etc. -Some of those concepts were explored in Star Wars Rogue One in the relationship between the protagonist and her father. +Those concepts were explored in Star Wars Rogue One in the relationship between the protagonist and her father. -And this concept also takes strong inspiration from another sci-fi masterpiece: SquareSoft and Tetsuya Takahashi San's Xenogears. Meaningless spoiler alert: this comes from the ending of the game and its narrative. And bear with me as I attempt to distill this grand old space opera, its story of generations of people, alternative histories and futures, on a road to self discovery and actualization. +## Xenogears + +Further we take strong inspiration from another sci-fi masterpiece from 1997: SquareSoft and Tetsuya Takahashi San's **Xenogears**. + +Spoiler alert: this comes from the ending of the game and its narrative. Bear with me as I distill this grandiose space opera, its story of generations of people, alternative histories and futures, on a road to self discovery and actualization. + +## Xenogears' Wave Existence The story’s main protagonist Fei starts with a dark mysterious past and quickly encounters a war that turns his world upside down catalyzing a hidden shadow self that he’s afraid of. Being told fairly early in his quest that his destiny is to kill “god” and forced by consequences to join forces with others who are fundamentally opposed to him, he’s sent on a journey of discovery that culminates in meeting an entity called the wave existence. @@ -24,16 +32,24 @@ Well that escalated quickly! I put “god” in quotes because in typical grandi So continue bearing with me while I explain that the wave existence is more like what we typically refer to as God - a higher power especially of a spiritual nature. It is a being comprised of energy in the form of a wave and lacks a physical presence. It isn’t portrayed as strictly the Judeo-Christian God, but rather the same role as a transcendental entity that is a universal truth. Could you aptly describe it as love itself? Certainly. Could you call it the uniting resonant energy between all living beings? For sure. +## Endless Deep, or in the Moment? + I am learning to be more in the moment and not always diving into the deep end of a conversation. But that’s my default. So it makes sense we start from here. Even still, all is the wave. When Fei makes contact with the wave existence we get this feeling as though he’s entered a sacred space where all people and all things converge. +## Music is a wave + So maybe it’s too over the top or too silly. But honestly I feel it - my heart beat is a rhythm, a wave. As is yours. Music is a series of waves. Have you noticed people mentioning “vibes” instead of thoughts and prayers? We won’t cover the whole discussion about that now, simply know that vibes are vibrations which are also waves. +## Light is a wave + Light is a wave. Another game series I enjoy, Final Fantasy, has recurring themes of orphans called to be warriors of light. In the Bible the apostle John talks about being children of the light. +## Topics of Interest + What other kinds of disparate topics can you look forward to reading about here: - Music @@ -54,4 +70,4 @@ What other kinds of disparate topics can you look forward to reading about here: So from every standpoint we are all the wave. -The wave is in all and all is the wave. +_The wave is in all and all is the wave._ diff --git a/public/404.html b/public/404.html index beb86b7..7562d93 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,6 @@ + data-auto-appearance="true"> @@ -15,7 +15,7 @@ - + @@ -26,11 +26,11 @@ - + - @@ -41,18 +41,18 @@ - - + - - - - + + + + @@ -63,7 +63,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -126,11 +126,23 @@