Post 2025-03-30
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 31s

This commit is contained in:
Alan Youngblood 2025-04-01 11:12:03 -04:00
parent c2c0439a2f
commit 50cee9f949
101 changed files with 3048 additions and 1713 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,7 +1,8 @@
theme = "blowfish"
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
#paginate = 10
pagination.pagerSize = 10
summaryLength = 0
buildDrafts = false
buildFuture = false

BIN
content/.DS_Store vendored

Binary file not shown.

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="404 Page not found">
@ -141,7 +142,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -165,7 +166,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -271,7 +272,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -313,7 +314,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -340,7 +341,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -363,7 +364,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -389,7 +390,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -545,7 +546,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -632,7 +633,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/authors/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Authors">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -676,7 +677,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,7 +6,8 @@
<description>Recent content in Authors on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/categories/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Categories">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -676,7 +677,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,7 +6,8 @@
<description>Recent content in Categories on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="light"
data-auto-appearance="true"><head>
<meta name="generator" content="Hugo 0.138.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta name="generator" content="Hugo 0.145.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="content-language" content="en" />
@ -31,8 +31,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -48,12 +48,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -68,6 +68,7 @@
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="All is the Wave 🌊">
@ -162,7 +163,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -186,7 +187,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -292,7 +293,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -334,7 +335,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -361,7 +362,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -384,7 +385,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -410,7 +411,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -566,7 +567,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -640,7 +641,7 @@
<img class="w-full h-[1000px] object-cover m-0 nozoom" src="/AtlanticWaves.jpeg" role="presentation">
<img class="w-full h-[1000px] object-cover m-0 nozoom" src="/AtlanticWaves.jpeg" role="presentation" style="margin: 0">
<div
class="absolute inset-0 h-[1000px] bg-gradient-to-t from-neutral dark:from-neutral-800 to-transparent mix-blend-normal">
</div>
@ -685,7 +686,7 @@
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
@ -750,6 +751,170 @@
</div>
</div>
<div class="px-6 pt-4 pb-2">
</div>
</div>
</a>
<a href="/posts/2025-03-30-thailand-travel-overview/" class="min-w-full">
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class="px-6 py-4">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
<div class="px-6 pt-4 pb-2">
</div>
</div>
</a>
<a href="/posts/2025-01-03-traffic-solution/" class="min-w-full">
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
<div class="w-full thumbnail_card nozoom" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class="px-6 py-4">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
@ -767,7 +932,7 @@
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
@ -832,170 +997,6 @@
</div>
</div>
<div class="px-6 pt-4 pb-2">
</div>
</div>
</a>
<a href="/posts/2024-11-20-leopard-meet-face/" class="min-w-full">
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="px-6 py-4">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2024-11-20-leopard-meet-face/">Leopard Meet Face</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-11-20T00:00:00&#43;00:00">20 November 2024</time><span class="px-2 text-primary-500">&middot;</span><span>3780 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">18 mins</span>
</div>
</div>
</div>
<div class="px-6 pt-4 pb-2">
</div>
</div>
</a>
<a href="/posts/2024-11-12-desert-power/" class="min-w-full">
<div class="min-h-full border border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
<div class="w-full thumbnail_card nozoom" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="px-6 py-4">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2024-11-12-desert-power/">Desert Power</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-11-12T00:00:00&#43;00:00">12 November 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2759 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">13 mins</span>
</div>
</div>
@ -1056,7 +1057,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

File diff suppressed because one or more lines are too long

View File

@ -6,8 +6,9 @@
<description>Recent content on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>
@ -18,6 +19,26 @@
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2024-04-03-welcome-post/featured.jpeg" />
</item>
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-04-03-welcome-post/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Welcome to the Wave">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu12352511205972803486.jpeg);">
style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_39b71df1ec7b992b.jpeg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-04-03-welcome-post/"
@ -838,8 +839,7 @@
<p>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.</p>
<blockquote>
<p>You were right about the stars, each one is a setting sun. Our love is all Gods money. Everyone is a burning sun<br>
Wilco - Jesus, etc.</p>
</blockquote>
Wilco - Jesus, etc.</p></blockquote>
<p>Those concepts were explored in Star Wars Rogue One in the relationship between the protagonist and her father.</p>
@ -986,7 +986,7 @@ Wilco - Jesus, etc.</p>
<div class="flex justify-between pt-3">
<span>
<a class="flex group mr-3" href="/posts/2024-12-16-family-is-what-you-make-it/">
<a class="flex group mr-3" href="/posts/2025-03-30-thailand-travel-overview/">
<span
class="mr-3 text-neutral-700 group-hover:text-primary-600 ltr:inline rtl:hidden dark:text-neutral dark:group-hover:text-primary-400"
>&larr;</span
@ -998,11 +998,11 @@ Wilco - Jesus, etc.</p>
<span class="flex flex-col">
<span
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"
>Family is what you make it</span
>Thailand Travel Overview</span
>
<span class="mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time>
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time>
</span>
</span>
@ -1053,7 +1053,7 @@ Wilco - Jesus, etc.</p>
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-04-09-joyous-jazz/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Joyous Jazz">
@ -177,7 +178,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -201,7 +202,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -307,7 +308,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -349,7 +350,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -376,7 +377,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -399,7 +400,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -425,7 +426,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -581,7 +582,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -651,7 +652,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu14699246334778589301.jpeg);">
style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu_590a44919b1c1b7d.jpeg);">
@ -683,7 +684,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -701,7 +702,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-04-09-joyous-jazz/"
@ -839,11 +840,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu17563237965744504744.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu15737170347216348020.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu9805465840025744552.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu5903068680122347907.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu15737170347216348020.jpeg"
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu_8b6d09e55b71e90e.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu_ba984176bb1aeeff.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu_c4d1aac9276ec84a.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu_4a07cc6fff5ad85.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes2_hu_ba984176bb1aeeff.jpeg"
alt="The Bad Plus"
/>
@ -853,8 +854,7 @@
<p>Jya Zu Oh I kki Ki Ma Su</p>
<p>(I listen to jazz.)</p>
<blockquote>
<p>One of my &ldquo;Covid hobbies&rdquo; while isolating during the pandemic was to begin learning Japanese (日本語). I&rsquo;ve continued and while its time is eerily conincidental it just so happened I learned those phrases and words just before going to the concert.</p>
</blockquote>
<p>One of my &ldquo;Covid hobbies&rdquo; while isolating during the pandemic was to begin learning Japanese (日本語). I&rsquo;ve continued and while its time is eerily conincidental it just so happened I learned those phrases and words just before going to the concert.</p></blockquote>
<h2 class="relative group">The Bad Plus
@ -872,11 +872,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu16721722497758011129.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu1857114364253847736.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu641728380874029412.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu7545948576256162403.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu1857114364253847736.jpeg"
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu_d76b14d4a59e9c6d.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu_36d3cdbdb35b129d.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu_6981aa46bc5d44ce.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu_d3f82131db6b280.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes3_hu_36d3cdbdb35b129d.jpeg"
alt="The Bad Plus"
/>
@ -904,11 +904,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu9473210418714118334.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu4509952606323198281.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu14554759320082032132.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu5477043202053640230.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu4509952606323198281.jpeg"
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu_597a3b3db6e6892d.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu_6e9aa48ed8267380.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu_65442adf5b7ff2dc.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu_f6bd959cf5be99b2.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes4_hu_6e9aa48ed8267380.jpeg"
alt="The Bad Plus"
/>
@ -932,11 +932,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu8932939727531940153.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu13530890717246527756.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu6936249732397014802.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu11742286410658423586.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu13530890717246527756.jpeg"
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu_f0ccaa412030b1c2.jpeg 330w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu_a3306726bd237d30.jpeg 660w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu_efa7ad3ffd7241dd.jpeg 1024w,
/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu_68ffea808b0bab84.jpeg 2x"
src="/posts/2024-04-09-joyous-jazz/images/MissyLanes5_hu_a3306726bd237d30.jpeg"
alt="The Bad Plus"
/>
@ -1053,7 +1053,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-04-22-young-again/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Young Again">
@ -178,7 +179,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -202,7 +203,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -308,7 +309,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -350,7 +351,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -377,7 +378,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -400,7 +401,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -426,7 +427,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -582,7 +583,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -652,7 +653,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-04-22-young-again/featured_hu3547654008997451745.jpeg);">
style="background-image:url(/posts/2024-04-22-young-again/featured_hu_440357c36c0e7e08.jpeg);">
@ -684,7 +685,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -702,7 +703,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-04-22-young-again/"
@ -834,8 +835,7 @@
</h1>
<blockquote>
<p><a href="https://songwhip.com/helenstellar/io" target="_blank">&ldquo;Io&rdquo; by Hellen Stellar</a></p>
</blockquote>
<p><a href="https://songwhip.com/helenstellar/io" target="_blank">&ldquo;Io&rdquo; by Hellen Stellar</a></p></blockquote>
<p>As I wrap up my thirties and still look about half my age I&rsquo;m reflecting on my life. I&rsquo;m reminded of things that make me feel younger this week.</p>
@ -854,11 +854,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/ncsubelltower1_hu14484041422304611763.jpeg 330w,
/posts/2024-04-22-young-again/images/ncsubelltower1_hu15024604425522915016.jpeg 660w,
/posts/2024-04-22-young-again/images/ncsubelltower1_hu14027002158002959273.jpeg 1024w,
/posts/2024-04-22-young-again/images/ncsubelltower1_hu775460522822307615.jpeg 2x"
src="/posts/2024-04-22-young-again/images/ncsubelltower1_hu15024604425522915016.jpeg"
/posts/2024-04-22-young-again/images/ncsubelltower1_hu_2b8d34a10bdcd10c.jpeg 330w,
/posts/2024-04-22-young-again/images/ncsubelltower1_hu_49ad5afeb24a5e5c.jpeg 660w,
/posts/2024-04-22-young-again/images/ncsubelltower1_hu_739a3fcf8554e650.jpeg 1024w,
/posts/2024-04-22-young-again/images/ncsubelltower1_hu_89558df3a630911d.jpeg 2x"
src="/posts/2024-04-22-young-again/images/ncsubelltower1_hu_49ad5afeb24a5e5c.jpeg"
alt="NC State Bell Tower"
/>
@ -870,11 +870,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu7850153991048912280.jpeg 330w,
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu17260247151153523783.jpeg 660w,
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu7083472165894778775.jpeg 1024w,
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu3841052885366972076.jpeg 2x"
src="/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu17260247151153523783.jpeg"
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu_1ba7b8aa5484de59.jpeg 330w,
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu_7724e2f8a7acada7.jpeg 660w,
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu_7411cd83d3be50f9.jpeg 1024w,
/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu_6020be28560c1ede.jpeg 2x"
src="/posts/2024-04-22-young-again/images/alan-amara-ncsubelltower_hu_7724e2f8a7acada7.jpeg"
alt="Alan and Amara at the NC State Bell Tower"
/>
@ -886,11 +886,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu16625528630668091101.jpeg 330w,
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu5442327677070771214.jpeg 660w,
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu16951851811535279101.jpeg 1024w,
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu7064791879572971373.jpeg 2x"
src="/posts/2024-04-22-young-again/images/djburnsjr-nando_hu5442327677070771214.jpeg"
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu_23fe41f1334b25ab.jpeg 330w,
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu_91b67edcdc2e1990.jpeg 660w,
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu_e1ad92ac6c5ab88e.jpeg 1024w,
/posts/2024-04-22-young-again/images/djburnsjr-nando_hu_5fc1d724aafcf8cb.jpeg 2x"
src="/posts/2024-04-22-young-again/images/djburnsjr-nando_hu_91b67edcdc2e1990.jpeg"
alt="DJ Burns Jr. Smiling with Sunglasses Photo from News and Observer"
/>
@ -899,18 +899,17 @@
<p>Let&rsquo;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&quot; but he is larger than life in real life because he&rsquo;s always just beaming with delight. In between plays on the court he&rsquo;s often smiling, laughing, dancing on the sidelines. He has an infectious joy for life that you can&rsquo;t help but catch even just watching him on TV. It&rsquo;s a bit like the sanguine happiness of the fictious Ted Lasso.</p>
<p>&ldquo;Why not us?&rdquo; became our slogan on flags, banners, shirts, and chanted everywhere throughout Wolfpack nation.</p>
<blockquote>
<p>I recognize that &ldquo;Why not us?&rdquo; was first used by <a href="https://espnpressroom.com/us/press-releases/2021/02/why-not-us-north-carolina-central-university-mens-basketball-from-executive-producers-chris-paul-stephen-a-smith-to-debut-as-part-of-new-the-undefeated-on-espn/" target="_blank">NC Central in ESPN&rsquo;s docuseries The Undefeated</a>. This phrase itself isn&rsquo;t something that copyright law can cover as far as I&rsquo;m aware since it&rsquo;s too generic by itself. It&rsquo;s why you cannot copyright a slogan like &ldquo;We sell the best today&rdquo; but &ldquo;BestBuy&rdquo; 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&rsquo;s always good to respect and recognize the original source to attribute.</p>
</blockquote>
<p>I recognize that &ldquo;Why not us?&rdquo; was first used by <a href="https://espnpressroom.com/us/press-releases/2021/02/why-not-us-north-carolina-central-university-mens-basketball-from-executive-producers-chris-paul-stephen-a-smith-to-debut-as-part-of-new-the-undefeated-on-espn/" target="_blank">NC Central in ESPN&rsquo;s docuseries The Undefeated</a>. This phrase itself isn&rsquo;t something that copyright law can cover as far as I&rsquo;m aware since it&rsquo;s too generic by itself. It&rsquo;s why you cannot copyright a slogan like &ldquo;We sell the best today&rdquo; but &ldquo;BestBuy&rdquo; 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&rsquo;s always good to respect and recognize the original source to attribute.</p></blockquote>
<!--
<figure>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/bestbuylogo_hu9891108806054994299.png 330w,
/posts/2024-04-22-young-again/images/bestbuylogo_hu16098147033810001523.png 660w,
/posts/2024-04-22-young-again/images/bestbuylogo_hu14011225094310216355.png 1024w,
/posts/2024-04-22-young-again/images/bestbuylogo_hu16761114111012398587.png 2x"
src="/posts/2024-04-22-young-again/images/bestbuylogo_hu16098147033810001523.png"
/posts/2024-04-22-young-again/images/bestbuylogo_hu_334bd349380a48fa.png 330w,
/posts/2024-04-22-young-again/images/bestbuylogo_hu_72551d44a5edbfb0.png 660w,
/posts/2024-04-22-young-again/images/bestbuylogo_hu_966c39134907ddb3.png 1024w,
/posts/2024-04-22-young-again/images/bestbuylogo_hu_ed15a6e26c4d28af.png 2x"
src="/posts/2024-04-22-young-again/images/bestbuylogo_hu_72551d44a5edbfb0.png"
alt="BestBuy Logo"
/>
@ -930,8 +929,7 @@
</h2>
<blockquote>
<p><a href="https://songwhip.com/the-cure/lovesong2001" target="_blank">&ldquo;Lovesong&rdquo; by The Cure</a></p>
</blockquote>
<p><a href="https://songwhip.com/the-cure/lovesong2001" target="_blank">&ldquo;Lovesong&rdquo; by The Cure</a></p></blockquote>
<p>I&rsquo;m incredibly grateful for my partner, and the more time I spend with her we often both wish we had known each other when we were younger.</p>
<p>And there&rsquo;s just numerous reasons that we met at the perfect time and things wouldn&rsquo;t have been as great if her and I met in high school or college for instance.</p>
<blockquote>
@ -939,19 +937,18 @@
We coulda got so high
Now we&rsquo;re here, it&rsquo;s been so long
Two strangers in the bright light</p>
<p><a href="https://songwhip.com/the-revivalists/wish-i-knew-you" target="_blank">&ldquo;Wish I Knew You&rdquo; by The Revivalists</a></p>
</blockquote>
<p><a href="https://songwhip.com/the-revivalists/wish-i-knew-you" target="_blank">&ldquo;Wish I Knew You&rdquo; by The Revivalists</a></p></blockquote>
<p>So we&rsquo;ll focus for now on sharing the joys of being together now. And one of those things really reminded me of the times when I was in college since I&rsquo;ve moved across the county to be closer to her. While setting up my new living space I&rsquo;ve got a great sit/stand desk that I&rsquo;ve tried to cram into a small room with some other furniture already in there. That really takes me back to the shoebox dorm room I shared with my best friend Andrew in Sullivan hall or the apartments I stayed in. Having to Tetris(🧱) the furniture and things to make it work, years before people discovered tiny houses and the art of <a href="https://en.wikipedia.org/wiki/Marie_Kondo" target="_blank">Marie Kondo</a>.</p>
<figure>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/battlestation_hu4453576458978247291.jpeg 330w,
/posts/2024-04-22-young-again/images/battlestation_hu2124138485236808717.jpeg 660w,
/posts/2024-04-22-young-again/images/battlestation_hu17112866772846330345.jpeg 1024w,
/posts/2024-04-22-young-again/images/battlestation_hu1288909038278351405.jpeg 2x"
src="/posts/2024-04-22-young-again/images/battlestation_hu2124138485236808717.jpeg"
/posts/2024-04-22-young-again/images/battlestation_hu_121f344530815f65.jpeg 330w,
/posts/2024-04-22-young-again/images/battlestation_hu_e66d198ac69dbaf5.jpeg 660w,
/posts/2024-04-22-young-again/images/battlestation_hu_fe797a1fb50e1196.jpeg 1024w,
/posts/2024-04-22-young-again/images/battlestation_hu_303983d7bfcb8e9e.jpeg 2x"
src="/posts/2024-04-22-young-again/images/battlestation_hu_e66d198ac69dbaf5.jpeg"
alt="New Office Setup with Sit|Stand Desk"
/>
@ -970,19 +967,18 @@ Two strangers in the bright light</p>
</h2>
<blockquote>
<p><a href="https://songwhip.com/blink-182/whats-my-age-again" target="_blank">&ldquo;What&rsquo;s my age again?&rdquo; by Blink-182</a></p>
</blockquote>
<p><a href="https://songwhip.com/blink-182/whats-my-age-again" target="_blank">&ldquo;What&rsquo;s my age again?&rdquo; by Blink-182</a></p></blockquote>
<p>Amara and I both have had some tough times and difficult challenges in our lives. That&rsquo;s why we often intentionally spend time doing things that may seem childish to some but bring a lot of joy to us. Beyond not apologizing, I&rsquo;m going further to suggest you should try this too. There&rsquo;s many too many discouraging, bleak things these days to always focus on those. So I&rsquo;d been thinking for a while about doing Go-Karts as a fun date and just a fun activity and ended up inviting two couples of friends to join us for a birthday party at Frankie&rsquo;s fun park.</p>
<figure>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/gokarting_hu6416293002608554033.jpeg 330w,
/posts/2024-04-22-young-again/images/gokarting_hu13148820324209040880.jpeg 660w,
/posts/2024-04-22-young-again/images/gokarting_hu16197462457216615322.jpeg 1024w,
/posts/2024-04-22-young-again/images/gokarting_hu14100636371865094198.jpeg 2x"
src="/posts/2024-04-22-young-again/images/gokarting_hu13148820324209040880.jpeg"
/posts/2024-04-22-young-again/images/gokarting_hu_fd11736e4a4e35ef.jpeg 330w,
/posts/2024-04-22-young-again/images/gokarting_hu_9204f10347ecb45c.jpeg 660w,
/posts/2024-04-22-young-again/images/gokarting_hu_a63d8811b1259213.jpeg 1024w,
/posts/2024-04-22-young-again/images/gokarting_hu_566ec8770d54add.jpeg 2x"
src="/posts/2024-04-22-young-again/images/gokarting_hu_9204f10347ecb45c.jpeg"
alt="Go Karting"
/>
@ -994,11 +990,11 @@ Two strangers in the bright light</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu6292528312709024980.jpeg 330w,
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu10270895108340830601.jpeg 660w,
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu17300462087325178616.jpeg 1024w,
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu1686655852812726813.jpeg 2x"
src="/posts/2024-04-22-young-again/images/lasertagleaderboard_hu10270895108340830601.jpeg"
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu_1081c9fb6338a105.jpeg 330w,
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu_73877c63c81dbdfb.jpeg 660w,
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu_2bc9637bee1e3f2.jpeg 1024w,
/posts/2024-04-22-young-again/images/lasertagleaderboard_hu_2d4b08bfe670e353.jpeg 2x"
src="/posts/2024-04-22-young-again/images/lasertagleaderboard_hu_73877c63c81dbdfb.jpeg"
alt="Laser Tag Leaderboard"
/>
@ -1007,8 +1003,7 @@ Two strangers in the bright light</p>
<p>So whatever brings you joy, life, curiousity, and wonder be sure to prioritize seeking it in your life. There&rsquo;s plenty of time to reflect and criticize the hardships of life, but for now we&rsquo;re celebrating the abounding beauty in life!</p>
<blockquote>
<p>How do you do it? You make me want to live again.</p>
<p><a href="https://songwhip.com/hot-chip/how-do-you-do" target="_blank">&ldquo;How Do You Do?&rdquo; by Hot Chip</a></p>
</blockquote>
<p><a href="https://songwhip.com/hot-chip/how-do-you-do" target="_blank">&ldquo;How Do You Do?&rdquo; by Hot Chip</a></p></blockquote>
@ -1141,7 +1136,7 @@ Two strangers in the bright light</p>
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Jolly and the Sanguine Serenity">
@ -178,7 +179,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -202,7 +203,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -308,7 +309,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -350,7 +351,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -377,7 +378,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -400,7 +401,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -426,7 +427,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -582,7 +583,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -652,7 +653,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu1092500893250667982.jpeg);">
style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_91594880ffcf6213.jpeg);">
@ -684,7 +685,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -702,7 +703,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/"
@ -836,8 +837,7 @@
<p><a href="https://songwhip.com/the-smashing-pumpkins/mellon-collie-and-the-infinite-sadness" target="_blank">Mellon Collie and the Infinite Sadness - The Smashing Pumpkins</a></p>
<blockquote>
<p><sup>44</sup> But I say to you, Love your enemies and pray for those who persecute you, <sup>45</sup> so that you may be sons of your Father who is in heaven. <strong><em>For he makes his sun rise on the evil and on the good, and sends rain on the just and on the unjust.</em></strong> <sup>46</sup> For if you love those who love you, what reward do you have? Do not even the tax collectors do the same?</p>
<p>Matthew 5:44-46 ESV</p>
</blockquote>
<p>Matthew 5:44-46 ESV</p></blockquote>
<h2 class="relative group">The Rain Falls on the Just and the Unjust
@ -876,8 +876,7 @@ Whatever youve done, it doesnt matter<br>
&lsquo;Cause darling we&rsquo;re all a little splintered and battered<br>
But the light is on, what you waiting for?<br>
Come on back, come on back to the front porch</p>
<p><a href="https://songwhip.com/joy-williams/frontporch" target="_blank">Front Porch - Joy Williams</a></p>
</blockquote>
<p><a href="https://songwhip.com/joy-williams/frontporch" target="_blank">Front Porch - Joy Williams</a></p></blockquote>
<p>Perhaps we are looking at it from the wrong perspective though?</p>
<p>For starters, I&rsquo;m a believer that there are no such things as &ldquo;good&rdquo; people, and by the same token no &ldquo;bad&rdquo; people either. The latter I often struggle to embrace with my heart if I&rsquo;m honest. I want to see justice. And it doesn&rsquo;t feel to me much like justice when rich people hoard wealth and other people starve. It irks me to hear people use the term &ldquo;good christian&rdquo; because theologically I only see a case for all people being children of God, beloved, and called into his grace. We are all sinners, not one of us can earn our righteousness nor salvation and thank Jesus for doing the work, because we don&rsquo;t have to.</p>
<p>One thing I&rsquo;ve learned about Jesus&rsquo;s kingdom is that it&rsquo;s very much inverted. Pastor Mike at my church once said Jesus may seem to turn everything on its head, but it only looks that way because we are so used to our upside down perspective that we miss him turning things right-side up.</p>
@ -909,8 +908,7 @@ Come on back, come on back to the front porch</p>
<p>In visiting a new church closer to where we live I heard the pastor say something that I disagreed or thought may have been a misunderstanding. He was making a joke clearly - talking about our sinful nature. It was something about if sinning doesn&rsquo;t bring you joy, you&rsquo;re not trying hard enough. This is where nuance and modern science can actually help. You see it&rsquo;s understandable to conflate pleasure, happiness, and joy all together. Why is that? Simply put, they are separate distinct emotions that all share the same universal facial expression 😄. Contrastingly most other basic universal human emotions have their own unique universal facial expression. Take for instance sadness 😭, contempt 😏, surprise 😮, fear 😨, and disgust 🤢. In short one thing that makes joy different is that it more akin to a mood though can present as an emotion at times. By definition emotions only last a moment. By definition of joy, it is a pleasurable state that depends less on the immediate stimuli, environment, or circumstances. So joy can&rsquo;t come from the very real pleasure of sin, it&rsquo;s always temporary, and fleeting.</p>
<blockquote>
<p>Being a Christian is less about cautiously avoiding sin than about courageously and actively doing God&rsquo;s will.</p>
<p>Dietrich Bonhoeffer</p>
</blockquote>
<p>Dietrich Bonhoeffer</p></blockquote>
<h2 class="relative group">True Joy
@ -926,23 +924,19 @@ Come on back, come on back to the front porch</p>
<p>What is then actual joy and how do we experience it?</p>
<blockquote>
<p>But let all who take refuge in you rejoice; let them sing joyful praises forever. Spread your protection over them, that all who love your name may be filled with joy.</p>
<p>Psalm 5:11 NLT</p>
</blockquote>
<p>Psalm 5:11 NLT</p></blockquote>
<blockquote>
<p>God gives wisdom, knowledge, and joy to those who please him. But if a sinner becomes wealthy, God takes the wealth away and gives it to those who please him.</p>
<p>Ecclesiastes 2:26 NLT</p>
</blockquote>
<p>Ecclesiastes 2:26 NLT</p></blockquote>
<p>It is a gift from God, but it&rsquo;s also a state of praise and pleasure in knowing God&rsquo;s promises for us.</p>
<blockquote>
<p>Sanguine (adjective)
marked by eager hopefullness: confidently optimistic
[https://www.merriam-webster.com/dictionary/sanguine](Merriam-Webster Dictionary)</p>
</blockquote>
[https://www.merriam-webster.com/dictionary/sanguine](Merriam-Webster Dictionary)</p></blockquote>
<p>But the bible also provides us the counter points:</p>
<blockquote>
<p>Mobs gather in the streets, crying out for wine. <strong>Joy</strong> has turned to gloom. Gladness has been banished from the land.</p>
<p>Isaiah 24:11</p>
</blockquote>
<p>Isaiah 24:11</p></blockquote>
<h2 class="relative group">Jesus, Long Suffering Man of Sorrows
@ -959,8 +953,7 @@ marked by eager hopefullness: confidently optimistic
<p>It&rsquo;s not that Jesus is not the happy blessings, it&rsquo;s that he&rsquo;s not <em>only</em> those things. So to forget his long suffering nature and to live in denial of our own struggles and hardships is diminishing our own lives.</p>
<blockquote>
<p>Brian: You can do whatever you want with your life, but one day you&rsquo;ll know what love truly is. It&rsquo;s the sour and the sweet. And I know sour, which allows me to appreciate the sweet.</p>
<p>Vanilla Sky - Cameron Crowe</p>
</blockquote>
<p>Vanilla Sky - Cameron Crowe</p></blockquote>
<h2 class="relative group">The Fullness of Life is not the Absence of Pain
@ -976,8 +969,7 @@ marked by eager hopefullness: confidently optimistic
<p>Likewise not acknowledging the full nature of Jesus is watering down his full power and majesty. It&rsquo;s similar to what author Chimimanda Ngozi Adachie says about stereotypes reducing us to only be a fraction of who we are:</p>
<blockquote>
<p>The problem with stereotypes is not that they are untrue, but that they are incomplete. They make one story become the only story.</p>
<p>Chimimanda Ngozi Adachie</p>
</blockquote>
<p>Chimimanda Ngozi Adachie</p></blockquote>
<p>
<figure>
<img class="my-0 rounded-md" loading="lazy" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F11%2F94%2F3f%2F11943f5cd28e1010f12911c45ff86e6b.jpg&amp;f=1&amp;nofb=1&amp;ipt=6702120fe3bd0736b181e36f0c54ffd5e12673f9bbf2d6ab456a48bc2b56dbd2&amp;ipo=images" alt="The problem with stereotypes - Chimamnda Adachie" />
@ -987,8 +979,7 @@ marked by eager hopefullness: confidently optimistic
<p>So instead of succumbing to the inevitable pains, sorrows, and despair in life, count it all joy. It&rsquo;s joyful because we get to share both the pleasures and the triumphs of life with our God and our loved ones. The same way we can share the hardships, the times of doubt, the times of apathy or ennui. Because the sweetness of life is just that much sweeter when we have been through the pains of death and depression. Acknowledge the heartache, but don&rsquo;t dwell in it longer than needed. Don&rsquo;t sulk or wallow. When you get through it, and you will get through it, remember what God has delivered you from and put that in actions and words that help others in need. This is the true joy of life. This is what gets us out of bed in the morning excited to start the day. Knowing it will bring struggles, setbacks, heartbreaks, and pains. But knowing that the victory on the other side is worth it. That each person is a beloved child of God, so hearing them or helping them or simply being with them is itself the prize.</p>
<blockquote>
<p>Christianity stands or falls with its revolutionary protest against violence, arbitrariness and pride of power and with its plea for the weak. Christians are doing too little to make these points clear rather than too much. Christendom adjusts far too easily to the worship of power. Christians should give more offense, shock the world far more, than they are doing now. Christian should take a stronger stand in favor of the weak rather than considering first the possible right of the strong.</p>
<p>Dietrich Bonhoeffer</p>
</blockquote>
<p>Dietrich Bonhoeffer</p></blockquote>
<h2 class="relative group">Pain is an Inevitable Truth; Beauty, Light, Life and Joy are also Inevitable Truths
@ -1018,8 +1009,7 @@ There was a dream and one day I could see it<br>
Like a bird in a cage I broke in and demanded that somebody free it<br>
And there was a kid with a head full of doubt<br>
So Ill scream til I die and the last of those bad thoughts are finally out</p>
<p><a href="https://songwhip.com/the-avett-brothers/head-full-of-doubtroad-full-of-promise" target="_blank">Head Full of Doubt, Road Full of Promise - Avett Brothers</a></p>
</blockquote>
<p><a href="https://songwhip.com/the-avett-brothers/head-full-of-doubtroad-full-of-promise" target="_blank">Head Full of Doubt, Road Full of Promise - Avett Brothers</a></p></blockquote>
<h2 class="relative group">Rejoice in Pain, Rejoice in Pleasure
@ -1035,8 +1025,7 @@ So Ill scream til I die and the last of those bad thoughts are finally out</p
<p>And I&rsquo;ll close this epic for the ages with a bible verse that one of my dear friends suffering from an illness she may never recover from in this life had shared, because it&rsquo;s the most beautiful summary of anything I&rsquo;ve said so far.</p>
<blockquote>
<p>“But I will rejoice even if I lose my life, pouring it out like a liquid offering to God, just like your faithful service is an offering to God. And I want all of you to share that joy.”</p>
<p>Philippians 2:17 NLT</p>
</blockquote>
<p>Philippians 2:17 NLT</p></blockquote>
<p> </p>
@ -1170,7 +1159,7 @@ So Ill scream til I die and the last of those bad thoughts are finally out</p
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-10-21-yutori/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Yutori">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-10-21-yutori/featured_hu6470890715650849077.jpeg);">
style="background-image:url(/posts/2024-10-21-yutori/featured_hu_10ca03189ce031da.jpeg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-10-21-yutori/"
@ -847,8 +848,7 @@ Somehow you got through it</p>
Smile in the age of worry
Go out in the age of worry
And say, &ldquo;Worry, why should I care?&rdquo;</p>
<p>The Age of Worry - John Mayer</p>
</blockquote>
<p>The Age of Worry - John Mayer</p></blockquote>
<h2 class="relative group">Constant Worry and Anxiety
@ -863,13 +863,11 @@ And say, &ldquo;Worry, why should I care?&rdquo;</p>
</h2>
<p>We live in an age of constant worry and anxiety. A lot of that is the by-product of late stage capitalism, inequity, and constant exhausting crises with a lack of attention to ever fixing root causes. Most of those are external factors though and largely outside of our control as individuals. So let go of those for a minute and let&rsquo;s take a journey inward.</p>
<blockquote>
<p>Yutori is a Japanese lifestyle concept. To best explain it I&rsquo;ll put in my own words: intentionally making space in your mind (and heart) for life to play out and be content with what happens.</p>
</blockquote>
<p>Yutori is a Japanese lifestyle concept. To best explain it I&rsquo;ll put in my own words: intentionally making space in your mind (and heart) for life to play out and be content with what happens.</p></blockquote>
<p>You see Yutori offers us release from the &ldquo;rat-race&rdquo; of modern living: Keeping up with the Joneses, jockeying for rank and promotions, and seeking validation from other flawed people. The Japanese people have long dealt with problems of overworking even to the point of death! They call it Karoshi in these extreme cases and it should be obvious why everyone wants to avoid that. Work related stress drove too many people to suicide or to have other life threating health conditions.</p>
<blockquote>
<p>Any day now, I shall be released&hellip;</p>
<p>I Shall Be Released - Jeff Buckley</p>
</blockquote>
<p>I Shall Be Released - Jeff Buckley</p></blockquote>
<h2 class="relative group">Contentment is not settling, it is finding the life that pleases you
@ -887,8 +885,7 @@ Three Japanese researchers set out to measure Yutori at the beginning of this ce
<p>When realizing high contentment most people had improved other psychological factors like enjoyment, behavioral freedom, and challenge.</p>
<blockquote>
<p>I don&rsquo;t care too much for money, money can&rsquo;t buy me love</p>
<p>Can&rsquo;t Buy Me Love - The Beatles</p>
</blockquote>
<p>Can&rsquo;t Buy Me Love - The Beatles</p></blockquote>
<h2 class="relative group">Making Space and Time
@ -1069,7 +1066,7 @@ Three Japanese researchers set out to measure Yutori at the beginning of this ce
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-10-30-the-dark-side/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="The Dark Side">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu8693075304034559921.jpg);">
style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_69f4a69745bacd90.jpg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-10-30-the-dark-side/"
@ -856,8 +857,7 @@ Yeah, that and maybe the world
Someone that loves me the way of Star Wars</p>
<p>Star Wars, Wizards and Ninja Wars
Star Wars, Wizards and Ninja Wars</p>
<p><strong>Star Wars - Ryan Adams &amp; The Cardinals</strong></p>
</blockquote>
<p><strong>Star Wars - Ryan Adams &amp; The Cardinals</strong></p></blockquote>
<p>Growing up watching Star Wars the Original Series (Episodes 4-6) I had a much more simplistic view of it as the classic struggle between good and evil. The light side being good and the dark side being evil. The true brilliance in the fiction is that they&rsquo;re not nearly that simple. My partner being younger than me and watching it with her brother who is a bit younger still started out with the prequels (episodes 1-3). That trilogy focuses on the journey of one young Anakin Skywalker.</p>
<p>Amara, my partner, has an affinity for Anakin who becomes Darth Vader and got me to look at the series in a different light - or darkness. We also watched some fascinating youtube videos discussing the story arcs of his character and that of the main series big bad antagonist Emperor Palpatine. To keep the post shorter and focused I&rsquo;m sticking with Anakin/Darth Vader here.</p>
@ -879,11 +879,11 @@ Star Wars, Wizards and Ninja Wars</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu13167424192720808017.jpg 330w,
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu14379377348381597454.jpg 660w,
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu10428087438055087036.jpg 1024w,
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu16619741469372015757.jpg 2x"
src="/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu14379377348381597454.jpg"
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_c3f1b3ea89a08cec.jpg 330w,
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_b386867e41a143c5.jpg 660w,
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_32b55e00cf63522a.jpg 1024w,
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_a3c8869c2c8b6e44.jpg 2x"
src="/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_b386867e41a143c5.jpg"
alt="Anakin Vader Shadow"
/>
@ -909,11 +909,11 @@ Star Wars, Wizards and Ninja Wars</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-10-30-the-dark-side/images/fei-id_hu1729375894606437820.jpg 330w,
/posts/2024-10-30-the-dark-side/images/fei-id_hu12274116173683346444.jpg 660w,
/posts/2024-10-30-the-dark-side/images/fei-id_hu17259662626076847001.jpg 1024w,
/posts/2024-10-30-the-dark-side/images/fei-id_hu15692666735612849916.jpg 2x"
src="/posts/2024-10-30-the-dark-side/images/fei-id_hu12274116173683346444.jpg"
/posts/2024-10-30-the-dark-side/images/fei-id_hu_3f7162bb049254a0.jpg 330w,
/posts/2024-10-30-the-dark-side/images/fei-id_hu_eb8ddb08c0842e08.jpg 660w,
/posts/2024-10-30-the-dark-side/images/fei-id_hu_eb2d4804ed14ce31.jpg 1024w,
/posts/2024-10-30-the-dark-side/images/fei-id_hu_26f942fd0438fa0a.jpg 2x"
src="/posts/2024-10-30-the-dark-side/images/fei-id_hu_eb8ddb08c0842e08.jpg"
alt="Fei and Id duality from Xenogears"
/>
@ -922,14 +922,12 @@ Star Wars, Wizards and Ninja Wars</p>
<p>Here&rsquo;s where we get into Jungian psychology and some more practical personal experience and advise.</p>
<blockquote>
<p>There is nothing either good or bad, but thinking makes it so. To me, it is a prison.</p>
<p>Hamlet, in Shakespeare&rsquo;s Hamlet</p>
</blockquote>
<p>Hamlet, in Shakespeare&rsquo;s Hamlet</p></blockquote>
<p>Hamlet is on to something here. He recognizes that he is twice imprisoned - once physically by another king and kingdom but twice by the imprisonment of his mind.</p>
<p>These are all very similar to what brother Malcolm X taught his followers: see during his time in prison he learned to free his mind. He also observed, compared, and contrasted the &ldquo;Field Negro&rdquo; to the &ldquo;House Negro.&rdquo; The synopsis was that the House Negro was able to enjoy a better life living as their master, learning and speaking the same language, wearing the same fine clothes, spared from most of the harder labor, eating the same food. But in the end they were still enslaved. And their master would never reciprocate their respect for their master because he didn&rsquo;t see them as people that could be his equals. So their minds still enslaved both and to the master there was no difference. Instead he says free your mind, find your truth, and demand the respect for exactly who you are. There is much power in this level of self awareness. You learn to not take nonsense from anyone else whether they are intentionally trying to enslave you or unintentionally harming you.</p>
<blockquote>
<p>The man who promises everything is sure to fulfill nothing, and everyone who promises too much is in danger of using evil means in order to carry out his promises, and is already on the road to perdition.</p>
<p>Carl Jung</p>
</blockquote>
<p>Carl Jung</p></blockquote>
<p>Similar to what Hamlet hints at emotions are neither good nor bad. They are in a real way the language our bodies use to communicate. So when we deny, suppress, stuff down our emotions we are actually harming ourselves and eventually those around us.</p>
<p>Instead of seeking to eliminate what emotions we are ashamed of or society calls negative or unworthy we should seek to be aware of them. Some self control is certainly a good thing. But we should be cognizant that we are not allowing ourselves, say anger, in a particular moment because other people are not receptive to it and work to process that feeling later in a safe time.</p>
<p>This is the basis for what Carl Jung calls Shadow Work. The idea is that you find your personal truth through all aspects of yourself even the ones that others deem unworthy, embarassing, or undesirable. Being able to live as a full person is a process that requires awareness of your shadow self and knowing when and how to integrate that into your public self.</p>
@ -938,11 +936,11 @@ Star Wars, Wizards and Ninja Wars</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu6798309859871426149.png 330w,
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu1698959904970419303.png 660w,
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu17064027786455797017.png 1024w,
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu2836202504544571493.png 2x"
src="/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu1698959904970419303.png"
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_7874438b3d4c9cfe.png 330w,
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_ff482fa3dc9c1a5d.png 660w,
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_62b04c0930dedb73.png 1024w,
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_7f755b1623ceada8.png 2x"
src="/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_ff482fa3dc9c1a5d.png"
alt="Dark Side of The Moon Album Cover"
/>
@ -963,8 +961,7 @@ Star Wars, Wizards and Ninja Wars</p>
<blockquote>
<p>And if the band you&rsquo;re in starts playing different tunes,
I&rsquo;ll see you on the dark side of the moon!</p>
<p>Brain Damage - Pink Floyd</p>
</blockquote>
<p>Brain Damage - Pink Floyd</p></blockquote>
<p>For me personally this looks like awareness of my people pleasing nature and self-denial. I&rsquo;m learning that my self care is a non-negotiable. If I don&rsquo;t take care of myselfyou&rsquo;re either not getting my best self or I&rsquo;m spending time to pay for it having to rest or being sick. I&rsquo;ll be first to admit it can be hard sometimes feeling like you are letting people down to take care of yourself, but try to contextualize it. How much is that other person really worth in your life? They don&rsquo;t know what you&rsquo;re dealing with and thus they likely will never offer to help with many of your greatest needs. So set boundaries, say no, have conditions that look out for yourself.</p>
<p>I&rsquo;ll end with a joke that my partner and I have - mostly coming from the delivery of how we say. I asked do you love me? She said yes, but I love myself more. Jokingly with a face of disgust I said but I hope you love God most. I think this a really healthy hierarchy though. Your higher calling should come first, then yourself, then your partner or most important loved one. I have a strong tendency to go with myself last and that&rsquo;s not helping anyone if I show up for you and I&rsquo;m already burnt out.</p>
@ -1099,7 +1096,7 @@ I&rsquo;ll see you on the dark side of the moon!</p>
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-11-05-money-is-justice/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Money is Justice">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu11264276457324432936.jpg);">
style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_488c83d1a89eb013.jpg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-11-05-money-is-justice/"
@ -844,8 +845,7 @@
<p>Share it fairly, but don&rsquo;t take a slice of my pie</p>
<p>Money, so they say</p>
<p>Is the root of all evil today</p>
<p>Money - Pink Floyd</p>
</blockquote>
<p>Money - Pink Floyd</p></blockquote>
<h1 class="relative group">The Love of Money or the Money of Love?
@ -860,16 +860,14 @@
</h1>
<blockquote>
<p>For the love of money is the root of all kinds of evil. And some people, craving money, have wandered from the true faith and pierced themselves with many sorrows.</p>
<p>1 Timothy 6:10</p>
</blockquote>
<p>1 Timothy 6:10</p></blockquote>
<p>Money itself is not the root of all evil. It&rsquo;s not really anything but a mere tool. But when you love it more than you love the people that helped you make it you might forget that your empire was built on the backs of the people you exploited. And let me tell you they&rsquo;re not happy that you took advantage of them. You can pay people to tell you otherwise but it cannot erase the truth written in their hearts. I sometimes pity people who are super rich and surround themselves with yes people. They will never hear any problems with them, but that doesn&rsquo;t mean they don&rsquo;t have problems. True love, loyalty and respect tell a person when they are wrong, and that person will listen. Otherwise you just have a narcisist tyrant.</p>
<p>Conversely, as we&rsquo;ll see later, money can be used as a tool to better one&rsquo;s own life (without costing another&rsquo;s) and to improve others and invest in a higher cause.</p>
<p>Large corporations have all the power in the US. Why? Because they can afford better lawyers. Why? Because they have more money than individuals. Buy a politician or the whole government if you&rsquo;d like. Everyone&rsquo;s got a price. Citizens United in the US Supreme court made corruption legal, so the only reason you wouldn&rsquo;t do it is you lack the funds to do so. Rich people get to live above the law and face no legal reprocussions or at most negligible fines.</p>
<blockquote>
<p>I&rsquo;mma tell you what you told me, cash rules everything around me</p>
<p>Dolla Dolla Bill ya&rsquo;ll</p>
<p>Sweetest Girl (Dollar Bill) - Wyclef Jean ft. Akon, Lil Wayne, Niia</p>
</blockquote>
<p>Sweetest Girl (Dollar Bill) - Wyclef Jean ft. Akon, Lil Wayne, Niia</p></blockquote>
<h2 class="relative group">The Rich Get Richer
@ -889,14 +887,9 @@
<p>19 “Dont store up treasures here on earth, where moths eat them and rust destroys them, and where thieves break in and steal. 20 Store your treasures in heaven, where moths and rust cannot destroy, and thieves do not break in and steal. 21 Wherever your treasure is, there the desires of your heart will also be.</p>
<p>22 “Your eye is like a lamp that provides light for your body. When your eye is healthy, your whole body is filled with light. 23 But when your eye is unhealthy, your whole body is filled with darkness. And if the light you think you have is actually darkness, how deep that darkness is!</p>
<p>24 “No one can serve two masters. For you will hate one and love the other; you will be devoted to one and despise the other. You cannot serve God and be enslaved to money.</p>
<p>Matthew 6:19-24</p>
</blockquote>
<p>Here&rsquo;s a great visual exploration of this teaching courtesy of The Bible Project
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/GpqOdHV3dmU?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<p>Matthew 6:19-24</p></blockquote>
<p>Here&rsquo;s a great visual exploration of this teaching courtesy of The Bible Project <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/GpqOdHV3dmU?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
</p>
<p>What things you store up are where your heart is. If you trust God to sustain you instead of your own things and ability to provide you&rsquo;ll find that you have your needs met in abundance and you&rsquo;ll find the joy of an eternal life right now!</p>
@ -911,8 +904,7 @@
<p>24 “Then the servant with the one bag of silver came and said, Master, I knew you were a harsh man, harvesting crops you didnt plant and gathering crops you didnt cultivate. 25 I was afraid I would lose your money, so I hid it in the earth. Look, here is your money back.</p>
<p>26 “But the master replied, You wicked and lazy servant! If you knew I harvested crops I didnt plant and gathered crops I didnt cultivate, 27 why didnt you deposit my money in the bank? At least I could have gotten some interest on it.</p>
<p>28 “Then he ordered, Take the money from this servant, and give it to the one with the ten bags of silver. 29 To those who use well what they are given, even more will be given, and they will have an abundance. But from those who do nothing, even what little they have will be taken away. 30 Now throw this useless servant into outer darkness, where there will be weeping and gnashing of teeth.</p>
<p>Matthew 25:14-30</p>
</blockquote>
<p>Matthew 25:14-30</p></blockquote>
<p>Again here Jesus is saying that in this life we will be entrusted with money, things of some value, but all of which pale in comparison to the riches of the creator and his eternal joy. If you have little but you do little with it, what sense is there in giving you more? We must expand our concept of money, of resources and seek to increase their value through generosity.</p>
@ -1116,7 +1108,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-11-12-desert-power/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Desert Power">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7964885777479681947.jpg);">
style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_b77d72631765459d.jpg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-11-12-desert-power/"
@ -842,11 +843,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu6491391107348278257.jpeg 330w,
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu17802865354488289565.jpeg 660w,
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu15410294636983232883.jpeg 1024w,
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu18404497584828420138.jpeg 2x"
src="/posts/2024-11-12-desert-power/images/joyner-park-fall_hu17802865354488289565.jpeg"
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu_4cc3989c3516ab0b.jpeg 330w,
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu_1e58db2d43e885a8.jpeg 660w,
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu_b5715521f2c21600.jpeg 1024w,
/posts/2024-11-12-desert-power/images/joyner-park-fall_hu_4b1d3861e28f6688.jpeg 2x"
src="/posts/2024-11-12-desert-power/images/joyner-park-fall_hu_1e58db2d43e885a8.jpeg"
alt="Joyner Park in Fall"
/>
@ -871,8 +872,7 @@ I never let on that I was down</p>
<p>You blame yourself
For what you can&rsquo;t ignore
You blame yourself for wanting more</p>
<p>Zero - The Smashing Pumpkins</p>
</blockquote>
<p>Zero - The Smashing Pumpkins</p></blockquote>
<h1 class="relative group">We&rsquo;ve been here before
@ -887,12 +887,8 @@ You blame yourself for wanting more</p>
</h1>
<p>We&rsquo;ve been here before. Well, maybe not you and I, but our country sure has. So has the world. I&rsquo;ve heard human history is a catalog of people&rsquo;s misery. And thus it is.</p>
<p><a href="https://youtu.be/t-FQLn9oRrU?si=mhIxHHip6n5I7Bws" target="_blank">Adam Conover interviews journalist and historian Jamelle Bouie</a> about how America under the next Trump administration will be different than what we are used to but actually more like what America always was.</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/t-FQLn9oRrU?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/t-FQLn9oRrU?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
@ -909,8 +905,7 @@ And the sign flashed out its warning
In the words that it was forming
And the sign said, &ldquo;The words of the prophets are written on the subway walls
And tenement halls
And whispered in the sound of silence&rdquo;</p>
</blockquote>
And whispered in the sound of silence&rdquo;</p></blockquote>
<p>The interview there with Bouie is very helpful when you are in a sober headspace to be able to take it in. And it&rsquo;s long so here&rsquo;s a Too Long; Didn&rsquo;t Read summary:</p>
@ -958,12 +953,8 @@ And whispered in the sound of silence&rdquo;</p>
</h2>
<p>You see this is actually a masks off moment in our country. This is who we are. This revelation isn&rsquo;t a surprise to many black and brown people who&rsquo;ve been living with this kind of oppresion and neglect their entire lives and for centuries and generations prior. And you may have voted for the clown and didn&rsquo;t realize that this will be ruining your life as well. But it will. Mark my words it will. And when it does, I&rsquo;m not going to be saying I told you so. I&rsquo;m fresh out of fucks to give. And I&rsquo;ll have moved on then. But do take the time you need to grieve. It has been coming in and out in waves for me and seems likely to continue this way for the remainder of my time on this planet.</p>
<p>So forgive me if you feel like I&rsquo;m abandoning you or neglecting you. But I cannot. I just can&rsquo;t do it anymore. We&rsquo;re moving into a new era where the government will provide little to no remedy for your life&rsquo;s problems. And here you&rsquo;ll need to chart a course on your own. This is part of the eponymous Desert Power that I&rsquo;m referring to: the power gained by people that survive and then learn to thrive under oppression.</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/4ZHwu0uut3k?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/4ZHwu0uut3k?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
@ -976,8 +967,7 @@ But I sang &rsquo;em all to another heart</p>
<p>And I wanna cry, I wanna learn to love
But all my tears have been used up</p>
<p>On another love, another love
All my tears have been used up</p>
</blockquote>
All my tears have been used up</p></blockquote>
<h1 class="relative group">Desert Power
@ -996,11 +986,11 @@ All my tears have been used up</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-11-12-desert-power/images/dune_hu6425276673055400257.jpeg 330w,
/posts/2024-11-12-desert-power/images/dune_hu8465759455618760906.jpeg 660w,
/posts/2024-11-12-desert-power/images/dune_hu13633754264343472876.jpeg 1024w,
/posts/2024-11-12-desert-power/images/dune_hu15774053543551277769.jpeg 2x"
src="/posts/2024-11-12-desert-power/images/dune_hu8465759455618760906.jpeg"
/posts/2024-11-12-desert-power/images/dune_hu_65fc755013a413c3.jpeg 330w,
/posts/2024-11-12-desert-power/images/dune_hu_b6f69f287a786ac8.jpeg 660w,
/posts/2024-11-12-desert-power/images/dune_hu_aedd55ec3314e49a.jpeg 1024w,
/posts/2024-11-12-desert-power/images/dune_hu_e0f87677b630794f.jpeg 2x"
src="/posts/2024-11-12-desert-power/images/dune_hu_b6f69f287a786ac8.jpeg"
alt="DUNE"
/>
@ -1035,8 +1025,7 @@ All my tears have been used up</p>
<p>Leto:</p>
<p>(Paraphrased) It means forming an alliance with the native people, the Fremen, becoming one of them and learning from how they survive and thrive in such a harsh environment where everything in and on the planet would seek to kill them at each opportunity. Desert Power. We go to Arrakis to cultivate Desert Power.</p>
<p>Leto:</p>
<p>&ldquo;A great man doesn&rsquo;t seek to lead. He&rsquo;s called to it. And he answers.&rdquo;</p>
</blockquote>
<p>&ldquo;A great man doesn&rsquo;t seek to lead. He&rsquo;s called to it. And he answers.&rdquo;</p></blockquote>
<h1 class="relative group">Answering the Call
@ -1054,8 +1043,7 @@ All my tears have been used up</p>
<blockquote>
<p>36 “Teacher, which is the most important commandment in the law of Moses?”</p>
<p>37 Jesus replied, “You must love the Lord your God with all your heart, all your soul, and all your mind.38 This is the first and greatest commandment. 39 A second is equally important: Love your neighbor as yourself. 40 The entire law and all the demands of the prophets are based on these two commandments.”</p>
<p>Matthew 22:36-40</p>
</blockquote>
<p>Matthew 22:36-40</p></blockquote>
<h2 class="relative group">Still Lost
@ -1097,14 +1085,9 @@ These songs of freedom?
Redemption songs
Redemption songs
Redemption songs</p>
<p>Redemption Song - Bob Marley &amp; The Wailers</p>
</blockquote>
<p>Redemption Song - Bob Marley &amp; The Wailers</p></blockquote>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/yv5xonFSC4c?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/yv5xonFSC4c?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<p>When Jesus found himself in the wilderness for 40 days and nights, he was fasting and praying. At that time the devil tempted him constantly, but Jesus knew that power was found in the wilderness. The kind of power that can only be found be trust and submission to a higher power of God the father. When finally Jesus banished the devil for good proclaiming to only worship God, angels came to tend to all of Jesus&rsquo;s needs. Then something else curious happened: Jesus started his ministry.</p>
@ -1243,7 +1226,7 @@ Redemption songs</p>
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-11-20-leopard-meet-face/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Leopard Meet Face">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu7570696524390867876.jpg);">
style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3acbc4f72d04b1b1.jpg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-11-20-leopard-meet-face/"
@ -842,11 +843,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu6290709224373668507.jpg 330w,
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu11628915522080196169.jpg 660w,
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu5481863642616697399.jpg 1024w,
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu13284823406443614522.jpg 2x"
src="/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu11628915522080196169.jpg"
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu_2a61869f836535a.jpg 330w,
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu_2057bb14be047b47.jpg 660w,
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu_2423d3bbc9fcb4fb.jpg 1024w,
/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu_36b659848ea3bdb4.jpg 2x"
src="/posts/2024-11-20-leopard-meet-face/images/never-asked-for-this_hu_2057bb14be047b47.jpg"
alt="I never asked for this"
/>
@ -916,11 +917,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-11-20-leopard-meet-face/images/myface_hu7919699829441336279.png 330w,
/posts/2024-11-20-leopard-meet-face/images/myface_hu6578929393660893040.png 660w,
/posts/2024-11-20-leopard-meet-face/images/myface_hu8786911317175440625.png 1024w,
/posts/2024-11-20-leopard-meet-face/images/myface_hu15001278500325624221.png 2x"
src="/posts/2024-11-20-leopard-meet-face/images/myface_hu6578929393660893040.png"
/posts/2024-11-20-leopard-meet-face/images/myface_hu_f389778b77ace6b7.png 330w,
/posts/2024-11-20-leopard-meet-face/images/myface_hu_3c32194437e4464f.png 660w,
/posts/2024-11-20-leopard-meet-face/images/myface_hu_bb33c6bfa6edb036.png 1024w,
/posts/2024-11-20-leopard-meet-face/images/myface_hu_53d0ae58664775dc.png 2x"
src="/posts/2024-11-20-leopard-meet-face/images/myface_hu_3c32194437e4464f.png"
alt="I never thought Leopards would eat MY face"
/>
@ -939,24 +940,16 @@
</span>
</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZRjzj-mA5Zc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZRjzj-mA5Zc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<p>Many MAGA people are freaking out right now because they are already seeing the social blowback of their rash decisions. Latino men that voted for the president-elect didn&rsquo;t realize that Trump said he would deport lots of illegal immigrants. And mark my words when I say it won&rsquo;t just be Latinos who are here illegally. Have you met a discerning bigot? Yeah me neither. They don&rsquo;t care, if you&rsquo;re brown, you&rsquo;re gone. Your VA benefits are about to go away. Prices on everything are about to go up. And sane, liberal, progressive or just normal humans that don&rsquo;t support Fascism aren&rsquo;t here for it. When the face eating Leopards come we&rsquo;re going to be too busy protecting ourselves and our own.</p>
<p>Paraphrased from a man in the video: &ldquo;Liberals are only intolerant of one thing: Mind your own business and don&rsquo;t force your lifestyles and opinions to be the law for everyone. Or liberals are only intolerant of intolerant people.&rdquo;</p>
<p>Partners are intentionally cheating, divorcing, and even swearing off unrepentant MAGA people. The Korean trend of 4B is coming to the US in a big way. <a href="https://www.npr.org/2024/11/08/nx-s1-5182888/4b-movement-trump-south-korea" target="_blank">4B is a cultural and politcal movement that comes from 4 verbs that in Korean begin with B but stand for: No dating, No Sex, No Pregnancy, and No Marriage</a>. So men if you&rsquo;re looking to find women on dating apps or in person that were already difficult for the same reasons, then get ready for a lot of lonely nights with pornhub as your only partner. At least until that gets banned. I think what the kids are saying now is &ldquo;Go fuck yourself.&rdquo;</p>
<p>Meanwhile the rest of the country and world who aren&rsquo;t part of the MAGA cult are cutting out people that are. It&rsquo;s not because who they voted for, but <em>because they were already toxic.</em></p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/GAn7Y1KxP8c?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/GAn7Y1KxP8c?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<p>It&rsquo;s too late to change your vote now. Voter&rsquo;s remorse can&rsquo;t save you from the consequences of the shitty people you elected.</p>
@ -970,14 +963,9 @@ Because</p>
Paying attention
Paying attention
Paying attention</p>
<p>2 + 2 = 5 by Radiohead</p>
</blockquote>
<p>2 + 2 = 5 by Radiohead</p></blockquote>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/2w6kHS_IRrE?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/2w6kHS_IRrE?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
@ -996,12 +984,8 @@ Paying attention</p>
<p>But when presented with realities, facts, evidence, most of these claims crumble as dust in the wind.</p>
<p>Part of my theory here, which is advised by many other political thinkers out there, is that Trump will either do one of two things with each of his policies and promises: fail to accomplish them, or accomplish them and enrage most Americans by doing them.</p>
<p>This time around he has surrounded himself with loyalists. A posse of yes men. They will all be 100% loyal, but they won&rsquo;t necessarily be competent. Nor is the man himself. He has seriously floated ideas that are as dumb as Mike Meyer&rsquo;s Dr. Evil character and had the same level of ability to achieve them.</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ao-Sahfy7Hg?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ao-Sahfy7Hg?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
@ -1021,8 +1005,7 @@ I&rsquo;d rather die than give you control</p>
You&rsquo;re going to get what you deserve
Bow down before the one you serve
You&rsquo;re going to get what you deserve</p>
<p>Head like a Hole by Nine Inch Nails</p>
</blockquote>
<p>Head like a Hole by Nine Inch Nails</p></blockquote>
<h2 class="relative group">Damned if You Don&rsquo;t
@ -1053,12 +1036,8 @@ You&rsquo;re going to get what you deserve</p>
</span>
</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/asP2BHnyUTo?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/asP2BHnyUTo?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
@ -1081,8 +1060,7 @@ Savage politicians got the whole world ripe for the pickin'</p>
Who came in the name of a thief
To cease peace
(He be comin&rsquo; around that mountain!)</p>
<p>Hail to the Chief by Prophets of Rage</p>
</blockquote>
<p>Hail to the Chief by Prophets of Rage</p></blockquote>
<p>Here&rsquo;s the real panoply of chaos. Let&rsquo;s say that Trump and his cabinet of chaos are actually successful at getting their way on issues. What&rsquo;s next?</p>
<p>This is going to hurt really bad. Depending on which ones of those policies above get implemented it could really hurt you and your loved ones but let&rsquo;s first take a look at the necessary steps to get us there.</p>
<p>Trump needs his cabinet of chaos appointed by congress. There are rumors that many Republicans already won&rsquo;t support his picks. So this is either a lie and he proceeds as planned without congress in the way, or they stand in the way. If they do there is a constitutional provision for him to declare a recess and appoint whoever he wants. If the latter happens that&rsquo;s a big sign that we already live in an autocracy that has no functional democratic parts left.</p>
@ -1115,25 +1093,16 @@ To cease peace
</span>
</h3>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/6LmIdJ0RIpE?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/6LmIdJ0RIpE?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
<p>Government is not the solution to our problem; government is the problem.</p>
<p>Ronald Reagan</p>
</blockquote>
<p>Ronald Reagan</p></blockquote>
<p>Congrats bitch, you got what you wanted. Might be a couple decades after you left this world but here we are. Eventually we got here.</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/tvepo1WXF9s?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/tvepo1WXF9s?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<p>This is what happens when your political opposition has all the power and charm of the dead fish handshake. You&rsquo;re the proverbial dog chasing the truck that finally caught it. What do you do now? Well in this case you&rsquo;re going to be thrown into hardcore reactionary mode with a fight for your survival.</p>
@ -1156,11 +1125,11 @@ To cease peace
<img
class="my-0 rounded-md"
srcset="
/posts/2024-11-20-leopard-meet-face/images/wars_hu17892117226745499985.jpg 330w,
/posts/2024-11-20-leopard-meet-face/images/wars_hu2702516267589010542.jpg 660w,
/posts/2024-11-20-leopard-meet-face/images/wars_hu17724678138010840345.jpg 1024w,
/posts/2024-11-20-leopard-meet-face/images/wars_hu11484759529545258689.jpg 2x"
src="/posts/2024-11-20-leopard-meet-face/images/wars_hu2702516267589010542.jpg"
/posts/2024-11-20-leopard-meet-face/images/wars_hu_2ee6d9ab0fd40e01.jpg 330w,
/posts/2024-11-20-leopard-meet-face/images/wars_hu_c30e9150eb913869.jpg 660w,
/posts/2024-11-20-leopard-meet-face/images/wars_hu_ba248ea2e8d12d8b.jpg 1024w,
/posts/2024-11-20-leopard-meet-face/images/wars_hu_8da5eae4ac7abf3d.jpg 2x"
src="/posts/2024-11-20-leopard-meet-face/images/wars_hu_c30e9150eb913869.jpg"
alt="Wars, Wars Everywhere"
/>
@ -1187,12 +1156,8 @@ To cease peace
</span>
</h1>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/jKw6n0PnTMY?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/jKw6n0PnTMY?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
@ -1220,8 +1185,7 @@ It&rsquo;s much harder when it&rsquo;s all your call</p>
When your people say they hate you
Don&rsquo;t come crawling back to me</p>
<p>You&rsquo;re on your own&hellip;</p>
<p>What Comes Next? by Lin-Manuel Miranda from Hamilton</p>
</blockquote>
<p>What Comes Next? by Lin-Manuel Miranda from Hamilton</p></blockquote>
<p>At this point it should be obvious that Trump will fail by anyone&rsquo;s standards. He&rsquo;s made too many promises to too many people. He will either fail to fulfill those promises causing people to admit that he&rsquo;s incapable of the job they elected him to do or worse, he will achieve his goals and it will ruin the lives of millions of Americans.</p>
<p>There&rsquo;s plenty of people who argued over the approach to fixing problems in our society with two main proposals:</p>
<ol>
@ -1229,12 +1193,8 @@ Don&rsquo;t come crawling back to me</p>
<li>Accelerationism which suggests to destroy, dismantle, or tear the whole thing down and start over.</li>
</ol>
<p>Well that argument is over now: we&rsquo;re going off the rails on a crazy train!</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/Djrl6fu8myo?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/Djrl6fu8myo?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
@ -1246,8 +1206,7 @@ To learn how to love and forget how to hate</p>
<p>I&rsquo;m going off the rails on a crazy train
I&rsquo;m going off the rails on a crazy train
(Let&rsquo;s go)</p>
<p>Crazy Train by Ozzy Osbourne</p>
</blockquote>
<p>Crazy Train by Ozzy Osbourne</p></blockquote>
<h1 class="relative group">Hope, What Hope?
@ -1263,22 +1222,16 @@ I&rsquo;m going off the rails on a crazy train
<p>These days I&rsquo;m seeing hope more like it&rsquo;s presented in the Hunger Games: A dangerous feeling that others use to manipulate and control you. But there are still things that we can hope in and from the inevitable failure of Trump and the US government can spring forth something new.</p>
<blockquote>
<p>&ldquo;Destruction is a form of creation.&rdquo;</p>
<p>Paraphrased dialog from the film Donnie Darko</p>
</blockquote>
<p>Paraphrased dialog from the film Donnie Darko</p></blockquote>
<p>Where there is destruction, failure, and death, there too is the opportunity for creation, success, and life. And perhaps this time around the MAGA crew have taken their wrecking ball to the slower incremental change that the Democrats offered while preventing transformative change that&rsquo;s so desparately needed.</p>
<p>So if their reckless behavior paves the way for new possibilities in politics and life that were impossible or inconceivable before, thanks for that I guess?</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/nWWml4yiFb4?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/nWWml4yiFb4?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<blockquote>
<p>Let the past die, kill it if you have to. That&rsquo;s the only way you&rsquo;ll become what you were meant to be.</p>
<p>Kylo Ren from Star Wars: The Last Jedi</p>
</blockquote>
<p>Kylo Ren from Star Wars: The Last Jedi</p></blockquote>
<h2 class="relative group">Tabula Rasa
@ -1295,8 +1248,7 @@ I&rsquo;m going off the rails on a crazy train
<blockquote>
<p>“I wish it need not have happened in my time,&quot; said Frodo.
&ldquo;So do I,&rdquo; said Gandalf, &ldquo;and so do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us.”</p>
<p>from Lord of the Rings by JRR Tolkien</p>
</blockquote>
<p>from Lord of the Rings by JRR Tolkien</p></blockquote>
<p>When the going gets tough, the so called &rsquo;tough&rsquo; are already long gone. They lost interest, conviction, disciple, vitality, endurance to continue on when their false gods show who they are no one and nothing of importance and cannot support them. It leaves more elbow room for the rest of us to carry on while those so called &rsquo;tough&rsquo; people have checked out.</p>
<p>Trump will fail. How he fails will be determined by how things play out in the upcoming years. But he will fail. The world we will inherit will likely be shaped greatly by his ruinous actions. But you get to determine who you are. Now, tomorrow, and for every day that you survive and advance. You bring who you are to the new world. It will be a world that all of us survivors get to shape in our image and serve our values. So what are your values? I&rsquo;m not advocating for you to actively harm MAGA or anyone who disagrees with you. That&rsquo;s not my style and it shouldn&rsquo;t be yours. But no one requires you to spend any time or energy on people who literally can&rsquo;t be bothered to care if you live or you die. So cut ties with anyone who holds back your personal growth. Join me in shaping a reality that we want to live in. Be honest about your needs and desires. Be bold with a future that is truly better for all. Be ready, when our enemies defeat themselves the world will be ours for the making. And we will re-create it not as it is now. No more will there be the brokeness, the corruption, the greed, the selfishness, the bigotry, the scandals, the thievery, the enslavement, the exploitation, the pain, the suffering, the sorrow, the mourning, the capitalism, the colonialism, the contempt, the grief, nor the shame.</p>
@ -1315,12 +1267,8 @@ I&rsquo;m going off the rails on a crazy train
<ol>
<li>
<p><a href="https://www.amazon.com/dp/1603587969?ref_=cm_sw_r_ffobk_cp_ud_dp_EP1W85BW9TQY8VKEAXKQ&amp;peakEvent=1&amp;dealEvent=0&amp;skipTwisterOG=1&amp;bestFormat=true" target="_blank">Kate Raworth&rsquo;s Doughnut Economics</a>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/kxQeb2PDz9M?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/kxQeb2PDz9M?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
</p>
</li>
@ -1330,16 +1278,13 @@ I&rsquo;m going off the rails on a crazy train
</ol>
<blockquote>
<p>18 Now I say to you that you are Peter (which means rock), and upon this rock I will build my church, and all the powers of hell will not conquer it. 19 And I will give you the keys of the Kingdom of Heaven. Whatever you forbid on earth will be forbidden in heaven, and whatever you permit on earth will be permitted in heaven.”</p>
<p>Matthew 16:18-20</p>
</blockquote>
<p>Matthew 16:18-20</p></blockquote>
<blockquote>
<p>11 “I tell you the truth, of all who have ever lived, none is greater than John the Baptist. Yet even the least person in the Kingdom of Heaven is greater than he is! 12 And from the time John the Baptist began preaching until now, the Kingdom of Heaven has been forcefully advancing, and violent people are attacking it. 13 For before John came, all the prophets and the law of Moses looked forward to this present time.</p>
<p>Matthew 11:11-13</p>
</blockquote>
<p>Matthew 11:11-13</p></blockquote>
<blockquote>
<p>And the one sitting on the throne said, <strong>“Look, I am making everything new!”</strong> And then he said to me, “Write this down, for what I tell you is trustworthy and true.”</p>
<p>Revelation 21:5</p>
</blockquote>
<p>Revelation 21:5</p></blockquote>
@ -1472,7 +1417,7 @@ I&rsquo;m going off the rails on a crazy train
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -26,8 +26,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -43,12 +43,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -63,6 +63,7 @@
<meta property="og:url" content="http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Family is what you make it">
@ -179,7 +180,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -203,7 +204,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -309,7 +310,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -351,7 +352,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -378,7 +379,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -401,7 +402,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -427,7 +428,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -583,7 +584,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -653,7 +654,7 @@
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu7829893832071735223.jpeg);">
style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_52352b7f0eac087d.jpeg);">
@ -685,7 +686,7 @@
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/"
@ -703,7 +704,7 @@
</li>
<li class="inline hidden">
<li class="hidden">
<a
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
href="/posts/2024-12-16-family-is-what-you-make-it/"
@ -852,11 +853,11 @@
<img
class="my-0 rounded-md"
srcset="
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu10533011151905168492.jpeg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu11190314330270515352.jpeg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu17029427474131795509.jpeg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu6680452888527837728.jpeg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu11190314330270515352.jpeg"
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu_afa2beb8a8946ebb.jpeg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu_b38c23f723169dd0.jpeg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu_39ca7c8166c0af1f.jpeg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu_90fe07e543cd2a0e.jpeg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/fall-trees_hu_b38c23f723169dd0.jpeg"
alt="Fall Trees"
/>
@ -897,14 +898,9 @@
<p>Is it really hard to see?
Why I&rsquo;m perfectly lonely
Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
<p>Perfectly Lonely By John Mayer</p>
</blockquote>
<p>Perfectly Lonely By John Mayer</p></blockquote>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/KoLc_6BmyTc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/KoLc_6BmyTc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<p>Some of that was easier because I also chose to be single and content for quite a while. When you don&rsquo;t have a partner it frees up lots of time for other things in life and a big one I chose was my friendships.</p>
@ -928,11 +924,11 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu11847459597343742441.jpg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu12808274234420715487.jpg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu5320457060054405377.jpg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu204851374029829188.jpg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu12808274234420715487.jpg"
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu_b8a7d34732003e69.jpg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu_8884e8e7fdd2e687.jpg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu_be98622ea1a3db6c.jpg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu_69ed14e1e21f74ad.jpg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/ghost-in-the-shell_hu_8884e8e7fdd2e687.jpg"
alt="Ghost in the Shell"
/>
@ -952,11 +948,11 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
class="my-0 rounded-md"
loading="lazy"
srcset="
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu9042253705767949479.jpg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu11541834410593097365.jpg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu18243451556821457901.jpg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu8643713641104384918.jpg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu11541834410593097365.jpg"
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu_676b2d452152f946.jpg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu_c27576ffb71e1d6a.jpg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu_df3ee0bccbbca30d.jpg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu_55342f77078b1ec8.jpg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/fediverse_hu_c27576ffb71e1d6a.jpg"
alt="Fediverse"
/>
@ -982,11 +978,11 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu12248535715152506905.jpg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu16450715355457829194.jpg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu14254706532045819145.jpg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu13592093930816883487.jpg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu16450715355457829194.jpg"
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu_84797485334bd19e.jpg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu_e591195e64743dad.jpg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu_7d97dae73581b0b.jpg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu_995d51dab7a4ce38.jpg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/energyvampire_hu_e591195e64743dad.jpg"
alt="What we do in the Shadows: Energy Vampire"
/>
@ -997,8 +993,7 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
<p>&ldquo;We&rsquo;re more than a place your spend your 9-5; we&rsquo;re a family.&rdquo;</p>
<ul>
<li>Many Employers these days</li>
</ul>
</blockquote>
</ul></blockquote>
<p>Bullshit. I&rsquo;m sorry that&rsquo;s just not true. Work is work. It&rsquo;s not your family. You need to have clearer and better boundaries with work otherwise they&rsquo;ll keep taking more of your time and energy.</p>
<p>From the brilliant FX Series &ldquo;What we do in the Shadows&rdquo; which is generally about several vampires, there&rsquo;s one peculiar one who is called a psychic vampire or &ldquo;energy vampire.&rdquo; He&rsquo;s a ghoul that feeds off of draining other people&rsquo;s energy and making them lethargic and exhausted. And I think many of us that have worked office jobs can relate to have seeing someone like that.</p>
<p>They&rsquo;re not your friends, they&rsquo;re not your family. Give them they minimum they require and save your real energy for people who aren&rsquo;t just there to leech off of you. Actual friends and true family will honor your boundaries and respect you as a person outside of your transactional value to them. By definition co-workers cannot do this because they&rsquo;re always forced to think about profit and making money. I&rsquo;d say that a select few can certainly become in your inner circle of friends or even chosen family. You may well even know that at the time, but you&rsquo;ll only truly know after you are no longer working together.</p>
@ -1019,11 +1014,11 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
<img
class="my-0 rounded-md"
srcset="
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu14926223468580026379.jpeg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu11076512787445432718.jpeg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu2432456938182103658.jpeg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu3719542089333885436.jpeg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu11076512787445432718.jpeg"
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu_284799b20147cc93.jpeg 330w,
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu_da4c68277c5bc1e.jpeg 660w,
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu_57db838ed829c254.jpeg 1024w,
/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu_26299457d70a9ee1.jpeg 2x"
src="/posts/2024-12-16-family-is-what-you-make-it/images/my-family_hu_da4c68277c5bc1e.jpeg"
alt="Alan&#39;s Family"
/>
@ -1100,15 +1095,15 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
</span>
<span>
<a class="flex text-right group ml-3" href="/posts/2024-04-03-welcome-post/">
<a class="flex text-right group ml-3" href="/posts/2025-01-03-traffic-solution/">
<span class="flex flex-col">
<span
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"
>Welcome to the Wave</span
>Driving Zen</span
>
<span class="mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400">
<time datetime="2024-04-03T00:00:00&#43;00:00">3 April 2024</time>
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time>
</span>
</span>
@ -1164,7 +1159,7 @@ Cause I don&rsquo;t belong to anyone and nobody belongs to me&hellip;</p>
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/posts/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="All is the Wave 🌊">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -675,6 +676,207 @@
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
2025
</h2>
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
<a class="flex flex-wrap article " href="/posts/2025-01-03-traffic-solution/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
</div>
</a>
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">
2024
</h2>
@ -706,7 +908,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -757,7 +959,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -803,7 +1005,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -900,7 +1102,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -997,7 +1199,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1094,7 +1296,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1191,7 +1393,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1288,7 +1490,7 @@
<a class="flex flex-wrap article " href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu55045219608141230.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_f8a6930f78aeaec.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1385,7 +1587,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-22-young-again/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu5341454610950638620.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu_fc607a8b08c8820f.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1458,207 +1660,34 @@
<a class="flex flex-wrap article " href="/posts/2024-04-09-joyous-jazz/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu6275236966144055404.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2024-04-09-joyous-jazz/">Joyous Jazz</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-04-09T00:00:00&#43;00:00">9 April 2024</time><span class="px-2 text-primary-500">&middot;</span><span>512 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">3 mins</span>
</div>
</div>
</div>
</a>
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2024-04-03-welcome-post/">Welcome to the Wave</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-04-03T00:00:00&#43;00:00">3 April 2024</time><span class="px-2 text-primary-500">&middot;</span><span>632 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">3 mins</span>
</div>
</div>
</div>
</a>
</section>
<ul class="flex flex-row mt-8 justify-center"><li>
<a
href="/posts/"
class="
bg-primary-200 dark:bg-primary-400 dark:text-neutral-800
mx-1 block min-w-[1.8rem] rounded text-center hover:bg-primary-600 hover:text-neutral"
>1</a>
</li><li>
<a
href="/posts/page/2/"
class=" mx-1 block min-w-[1.8rem] rounded text-center hover:bg-primary-600 hover:text-neutral"
>2</a>
</li>
<li>
<a
href="/posts/page/2/"
class="mx-1 block min-w-[1.8rem] rounded text-center hover:bg-primary-600 hover:text-neutral"
rel="next"
>&rarr;</a>
</li>
</ul>
@ -1687,7 +1716,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>
@ -18,6 +19,26 @@
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2024-04-03-welcome-post/featured.jpeg" />
</item>
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/series/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Series">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -676,7 +677,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,7 +6,8 @@
<description>Recent content in Series on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<atom:link href="http://localhost:1313/series/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -10,13 +10,25 @@
</url>
<url>
<loc>http://localhost:1313/posts/</loc>
<lastmod>2024-12-16T00:00:00+00:00</lastmod>
<lastmod>2025-03-30T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/</loc>
<lastmod>2024-12-16T00:00:00+00:00</lastmod>
<lastmod>2025-03-30T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</loc>
<lastmod>2025-03-30T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/posts/2025-01-03-traffic-solution/</loc>
<lastmod>2025-01-03T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/bible/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Bible">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu55045219608141230.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_f8a6930f78aeaec.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Bible on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 01 May 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/bible/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Jolly and the Sanguine Serenity</title>
<link>http://localhost:1313/posts/2024-05-01-jolly-and-the-sanguine-serenity/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/business/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Business">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,106 @@
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +781,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +888,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Business on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/business/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/business/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>
@ -18,5 +19,15 @@
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2024-04-03-welcome-post/featured.jpeg" />
</item>
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
</channel>
</rss>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/christianity/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Christianity">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu55045219608141230.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_f8a6930f78aeaec.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Christianity on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 01 May 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/christianity/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/culture/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Culture">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,106 @@
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +781,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-22-young-again/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu5341454610950638620.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu_fc607a8b08c8820f.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +878,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +985,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Culture on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 22 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/culture/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/culture/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>
@ -18,6 +19,16 @@
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2024-04-03-welcome-post/featured.jpeg" />
</item>
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Young Again</title>
<link>http://localhost:1313/posts/2024-04-22-young-again/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/dune/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Dune">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Dune on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Tue, 12 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/dune/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Desert Power</title>
<link>http://localhost:1313/posts/2024-11-12-desert-power/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/durham/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Durham">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-09-joyous-jazz/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu6275236966144055404.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu_3d5a23fb08aea9f3.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Durham on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Tue, 09 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/durham/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Joyous Jazz</title>
<link>http://localhost:1313/posts/2024-04-09-joyous-jazz/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/economics/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Economics">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Economics on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/economics/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/equity/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Equity">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -981,7 +982,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Equity on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/equity/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leopard Meet Face</title>
<link>http://localhost:1313/posts/2024-11-20-leopard-meet-face/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/family/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Family">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +732,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Family on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/family/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/freedom/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Freedom">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +732,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +972,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1078,7 +1079,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Freedom on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/freedom/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/health/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Health">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +732,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +972,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1069,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1165,7 +1166,7 @@
<a class="flex flex-wrap article " href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu55045219608141230.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_f8a6930f78aeaec.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1272,7 +1273,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Health on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/health/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/humor/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Humor">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Humor on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/humor/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Tags">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -644,6 +645,22 @@
<section class="flex flex-wrap max-w-prose -mx-2 overflow-hidden">
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/4">
<h2 class="flex items-center">
<a
class="text-xl font-medium decoration-primary-500 hover:underline hover:underline-offset-2"
href="/tags/asia/"
>Asia</a
>
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
1
</span>
</h2>
</article>
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/4">
<h2 class="flex items-center">
<a
@ -670,7 +687,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
1
2
</span>
</h2>
@ -702,7 +719,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
2
3
</span>
</h2>
@ -910,7 +927,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
7
9
</span>
</h2>
@ -926,7 +943,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
6
8
</span>
</h2>
@ -958,7 +975,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
5
6
</span>
</h2>
@ -1022,7 +1039,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
5
7
</span>
</h2>
@ -1150,7 +1167,7 @@
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
1
3
</span>
</h2>
@ -1201,6 +1218,38 @@
1
</span>
</h2>
</article>
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/4">
<h2 class="flex items-center">
<a
class="text-xl font-medium decoration-primary-500 hover:underline hover:underline-offset-2"
href="/tags/transportation/"
>Transportation</a
>
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
2
</span>
</h2>
</article>
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/4">
<h2 class="flex items-center">
<a
class="text-xl font-medium decoration-primary-500 hover:underline hover:underline-offset-2"
href="/tags/travel/"
>Travel</a
>
<span class="px-2 text-base text-primary-500">&middot;</span>
<span class="text-base text-neutral-400">
1
</span>
</h2>
</article>
@ -1252,7 +1301,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,109 @@
<description>Recent content in Tags on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Asia</title>
<link>http://localhost:1313/tags/asia/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/asia/</guid>
<description></description>
</item>
<item>
<title>Business</title>
<link>http://localhost:1313/tags/business/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/business/</guid>
<description></description>
</item>
<item>
<title>Culture</title>
<link>http://localhost:1313/tags/culture/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/culture/</guid>
<description></description>
</item>
<item>
<title>Life</title>
<link>http://localhost:1313/tags/life/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/life/</guid>
<description></description>
</item>
<item>
<title>Lifestyles</title>
<link>http://localhost:1313/tags/lifestyles/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/lifestyles/</guid>
<description></description>
</item>
<item>
<title>Politics</title>
<link>http://localhost:1313/tags/politics/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/politics/</guid>
<description></description>
</item>
<item>
<title>Sociology</title>
<link>http://localhost:1313/tags/sociology/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/sociology/</guid>
<description></description>
</item>
<item>
<title>Transportation</title>
<link>http://localhost:1313/tags/transportation/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/transportation/</guid>
<description></description>
</item>
<item>
<title>Travel</title>
<link>http://localhost:1313/tags/travel/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/travel/</guid>
<description></description>
</item>
<item>
<title>Mental Health</title>
<link>http://localhost:1313/tags/mental-health/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/mental-health/</guid>
<description></description>
</item>
<item>
<title>Family</title>
<link>http://localhost:1313/tags/family/</link>
@ -38,46 +139,6 @@
</item>
<item>
<title>Life</title>
<link>http://localhost:1313/tags/life/</link>
<pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/life/</guid>
<description></description>
</item>
<item>
<title>Lifestyles</title>
<link>http://localhost:1313/tags/lifestyles/</link>
<pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/lifestyles/</guid>
<description></description>
</item>
<item>
<title>Mental Health</title>
<link>http://localhost:1313/tags/mental-health/</link>
<pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/mental-health/</guid>
<description></description>
</item>
<item>
<title>Politics</title>
<link>http://localhost:1313/tags/politics/</link>
<pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/politics/</guid>
<description></description>
</item>
<item>
<title>Psychology</title>
<link>http://localhost:1313/tags/psychology/</link>
@ -98,16 +159,6 @@
</item>
<item>
<title>Sociology</title>
<link>http://localhost:1313/tags/sociology/</link>
<pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/sociology/</guid>
<description></description>
</item>
<item>
<title>Economics</title>
<link>http://localhost:1313/tags/economics/</link>
@ -228,16 +279,6 @@
</item>
<item>
<title>Culture</title>
<link>http://localhost:1313/tags/culture/</link>
<pubDate>Mon, 22 Apr 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/culture/</guid>
<description></description>
</item>
<item>
<title>Music</title>
<link>http://localhost:1313/tags/music/</link>
@ -298,16 +339,6 @@
</item>
<item>
<title>Business</title>
<link>http://localhost:1313/tags/business/</link>
<pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/business/</guid>
<description></description>
</item>
<item>
<title>Humor</title>
<link>http://localhost:1313/tags/humor/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/jazz/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Jazz">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-09-joyous-jazz/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu6275236966144055404.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu_3d5a23fb08aea9f3.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Jazz on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Tue, 09 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/jazz/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Joyous Jazz</title>
<link>http://localhost:1313/posts/2024-04-09-joyous-jazz/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/jesus/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Jesus">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu55045219608141230.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_f8a6930f78aeaec.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -981,7 +982,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Jesus on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/jesus/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leopard Meet Face</title>
<link>http://localhost:1313/posts/2024-11-20-leopard-meet-face/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/jungian/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Jungian">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Jungian on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 30 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/jungian/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The Dark Side</title>
<link>http://localhost:1313/posts/2024-10-30-the-dark-side/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/justice/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Justice">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -981,7 +982,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Justice on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/justice/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leopard Meet Face</title>
<link>http://localhost:1313/posts/2024-11-20-leopard-meet-face/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/life/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Life">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,203 @@
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
<a class="flex flex-wrap article " href="/posts/2025-01-03-traffic-solution/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +878,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +929,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +975,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +1072,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +1169,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1266,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1165,7 +1363,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1262,7 +1460,7 @@
<a class="flex flex-wrap article " href="/posts/2024-05-01-jolly-and-the-sanguine-serenity/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu55045219608141230.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-05-01-jolly-and-the-sanguine-serenity/featured_hu_f8a6930f78aeaec.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1369,7 +1567,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,29 @@
<description>Recent content in Life on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/life/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/life/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/lifestyles/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Lifestyles">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,203 @@
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
<a class="flex flex-wrap article " href="/posts/2025-01-03-traffic-solution/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +878,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +929,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +975,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +1072,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +1169,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1266,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1165,7 +1363,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1272,7 +1470,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,29 @@
<description>Recent content in Lifestyles on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/lifestyles/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/lifestyles/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/mature-content-warning/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Mature-Content-Warning">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Mature-Content-Warning on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/mature-content-warning/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leopard Meet Face</title>
<link>http://localhost:1313/posts/2024-11-20-leopard-meet-face/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/mental-health/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Mental Health">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,106 @@
<a class="flex flex-wrap article " href="/posts/2025-01-03-traffic-solution/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +781,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +832,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +878,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +975,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +1072,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1169,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1175,7 +1276,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,19 @@
<description>Recent content in Mental Health on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/mental-health/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Fri, 03 Jan 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/mental-health/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/music/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Music">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-22-young-again/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu5341454610950638620.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu_fc607a8b08c8820f.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-09-joyous-jazz/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu6275236966144055404.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu_3d5a23fb08aea9f3.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -981,7 +982,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Music on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 22 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/music/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/nightlife/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Nightlife">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-22-young-again/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu5341454610950638620.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu_fc607a8b08c8820f.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-09-joyous-jazz/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu6275236966144055404.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-09-joyous-jazz/featured_hu_3d5a23fb08aea9f3.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Nightlife on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 22 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/nightlife/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Young Again</title>
<link>http://localhost:1313/posts/2024-04-22-young-again/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/oppression/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Oppression">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Oppression on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/oppression/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leopard Meet Face</title>
<link>http://localhost:1313/posts/2024-11-20-leopard-meet-face/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/politics/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Politics">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,203 @@
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
<a class="flex flex-wrap article " href="/posts/2025-01-03-traffic-solution/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +878,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +929,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +975,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +1072,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +1169,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1266,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1175,7 +1373,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Politics on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/politics/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/politics/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>
@ -18,6 +19,26 @@
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2024-04-03-welcome-post/featured.jpeg" />
</item>
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/psychology/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Psychology">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +732,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +972,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1069,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1175,7 +1176,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Psychology on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/psychology/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/purpose/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Purpose">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +732,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -874,7 +875,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-05-money-is-justice/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu4252974796697032663.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-05-money-is-justice/featured_hu_7a95d97659458488.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -971,7 +972,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1068,7 +1069,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-21-yutori/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu15942434622447643487.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-21-yutori/featured_hu_5a35ea6ca7f2deba.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -1175,7 +1176,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Purpose on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/purpose/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/relationships/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Relationships">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Relationships on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/relationships/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/resilience/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Resilience">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-20-leopard-meet-face/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu6598727618384579464.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-20-leopard-meet-face/featured_hu_3051223eb1cbb080.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-11-12-desert-power/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu7818533678310153905.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-11-12-desert-power/featured_hu_9281e40560c32768.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Resilience on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 20 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/resilience/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Leopard Meet Face</title>
<link>http://localhost:1313/posts/2024-11-20-leopard-meet-face/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/sci-fi/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Sci-Fi">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Sci-Fi on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/sci-fi/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/science/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Science">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Science on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/science/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/society/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Society">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-22-young-again/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu5341454610950638620.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu_fc607a8b08c8820f.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Society on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 22 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/society/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/sociology/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Sociology">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -669,6 +670,203 @@
<a class="flex flex-wrap article " href="/posts/2025-03-30-thailand-travel-overview/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2025-03-30-thailand-travel-overview/featured_hu_d89e7fe298abf811.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-03-30-thailand-travel-overview/">Thailand Travel Overview</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-03-30T00:00:00&#43;00:00">30 March 2025</time><span class="px-2 text-primary-500">&middot;</span><span>732 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
</div>
</div>
</div>
</a>
<a class="flex flex-wrap article " href="/posts/2025-01-03-traffic-solution/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/OakIsland_hu_1ee15273bdc04bab.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
<div class="font-bold text-xl text-neutral-800 decoration-primary-500 hover:underline hover:underline-offset-2 dark:text-neutral"
href="/posts/2025-01-03-traffic-solution/">Driving Zen</div>
</div>
<div class="text-sm text-neutral-500 dark:text-neutral-400">
<div class="flex flex-row flex-wrap items-center">
<time datetime="2025-01-03T00:00:00&#43;00:00">3 January 2025</time><span class="px-2 text-primary-500">&middot;</span><span>2358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
</div>
</div>
</div>
</a>
@ -680,7 +878,7 @@
<a class="flex flex-wrap article " href="/posts/2024-12-16-family-is-what-you-make-it/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu17505443167689904389.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-12-16-family-is-what-you-make-it/featured_hu_93e9d22eeb0d4a24.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -731,7 +929,7 @@
<div class="flex flex-row flex-wrap items-center">
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>742 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">4 mins</span>
<time datetime="2024-12-16T00:00:00&#43;00:00">16 December 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2356 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">12 mins</span>
@ -787,7 +985,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,29 @@
<description>Recent content in Sociology on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<lastBuildDate>Mon, 16 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/sociology/index.xml" rel="self" type="application/rss+xml" />
<copyright>© 2025 </copyright>
<lastBuildDate>Sun, 30 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/sociology/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Thailand Travel Overview</title>
<link>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</link>
<pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-03-30-thailand-travel-overview/</guid>
<description></description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/2025-03-30-thailand-travel-overview/featured.jpg" />
</item>
<item>
<title>Driving Zen</title>
<link>http://localhost:1313/posts/2025-01-03-traffic-solution/</link>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/2025-01-03-traffic-solution/</guid>
<description></description>
</item>
<item>
<title>Family is what you make it</title>
<link>http://localhost:1313/posts/2024-12-16-family-is-what-you-make-it/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/spirituality/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Spirituality">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Spirituality on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/spirituality/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/sports/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Sports">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-22-young-again/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu5341454610950638620.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-22-young-again/featured_hu_fc607a8b08c8820f.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -777,7 +778,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -884,7 +885,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Sports on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Mon, 22 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/sports/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/star_wars/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Star_wars">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-10-30-the-dark-side/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu7756060526564127976.jpg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_7dcd5790b8d9e8ed.jpg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Star_wars on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 30 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/star_wars/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The Dark Side</title>
<link>http://localhost:1313/posts/2024-10-30-the-dark-side/</link>

View File

@ -28,8 +28,8 @@
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78&#43;PEF5aj&#43;RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
@ -45,12 +45,12 @@
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S&#43;Yti0U7QtuZvQ=="></script>
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj&#43;Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
@ -65,6 +65,7 @@
<meta property="og:url" content="http://localhost:1313/tags/videogames/">
<meta property="og:site_name" content="All is the Wave 🌊">
<meta property="og:title" content="Videogames">
@ -143,7 +144,7 @@
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
<div class="relative max-w-[64rem] ml-auto mr-auto">
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
@ -167,7 +168,7 @@
</nav>
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
@ -273,7 +274,7 @@
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-base font-medium" title="">
<p class="text-base font-medium" title="Tags">
Tags
</p>
</a>
@ -315,7 +316,7 @@
<div
class="ltr:mr-14 rtl:ml-14 flex items-center">
class=" flex items-center">
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
<div class="flex items-center justify-center dark:hidden">
@ -342,7 +343,7 @@
</nav>
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
<span></span>
@ -365,7 +366,7 @@
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
<div class="flex items-center justify-center dark:hidden">
@ -391,7 +392,7 @@
</div>
</div>
<div class="-my-2 -mr-2 md:hidden">
<div class="-my-2 md:hidden">
<label id="menu-button" class="block">
@ -547,7 +548,7 @@
<li class="mt-1">
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<p class="text-bg font-bg" title="">
<p class="text-bg font-bg" title="Tags">
Tags
</p>
</a>
@ -680,7 +681,7 @@
<a class="flex flex-wrap article " href="/posts/2024-04-03-welcome-post/">
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu3968943825766296291.jpeg);"></div>
<div class="w-full md:w-auto h-full thumbnail nozoom thumbnailshadow md:mr-7" style="background-image:url(/posts/2024-04-03-welcome-post/featured_hu_d7c282e3f6146ac1.jpeg);"></div>
<div class=" mt-3 md:mt-0">
<div class="items-center text-left text-xl font-semibold">
@ -787,7 +788,7 @@
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
2025
</p>

View File

@ -6,8 +6,9 @@
<description>Recent content in Videogames on All is the Wave 🌊</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>© 2024 </copyright>
<copyright>© 2025 </copyright>
<lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/videogames/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome to the Wave</title>
<link>http://localhost:1313/posts/2024-04-03-welcome-post/</link>

Some files were not shown because too many files have changed in this diff Show More