generated from Zeronaut/nbco-hugo-web
Post 2025-03-30
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 31s
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 31s
This commit is contained in:
@ -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+PEF5aj+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+Yti0U7QtuZvQ=="></script>
|
||||
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj+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="/"
|
||||
@ -694,7 +695,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="inline ">
|
||||
<li class="inline">
|
||||
<a
|
||||
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
|
||||
href="/posts/"
|
||||
@ -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 God’s 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"
|
||||
>←</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+00:00">16 December 2024</time>
|
||||
<time datetime="2025-03-30T00:00:00+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">
|
||||
©
|
||||
2024
|
||||
2025
|
||||
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user