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-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="/"
|
||||
@ -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-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, “Worry, why should I care?”</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, “Worry, why should I care?”</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’s take a journey inward.</p>
|
||||
<blockquote>
|
||||
<p>Yutori is a Japanese lifestyle concept. To best explain it I’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’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 “rat-race” 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…</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’t care too much for money, money can’t buy me love</p>
|
||||
<p>Can’t Buy Me Love - The Beatles</p>
|
||||
</blockquote>
|
||||
<p>Can’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">
|
||||
©
|
||||
2024
|
||||
2025
|
||||
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user