Compare commits
14 Commits
bb3caff612
...
5dcfde68c9
| Author | SHA1 | Date | |
|---|---|---|---|
| 5dcfde68c9 | |||
| 7cd5c61f1a | |||
| 53304a474b | |||
| 009f660035 | |||
| bc8bc4a9a4 | |||
| 4b67d0cfa8 | |||
| 15f93817ac | |||
| ab68378ada | |||
| ecb1b61e66 | |||
| 47bc35b56a | |||
| b70693ef66 | |||
| 11bda25819 | |||
| 2d767fb87c | |||
| a97d43c012 |
@@ -1,13 +1,16 @@
|
|||||||
---
|
---
|
||||||
draft: true
|
draft: true
|
||||||
pinned: false
|
pinned: false
|
||||||
|
video: false
|
||||||
|
audio: false
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
|
feathericon: ""
|
||||||
author: authorDefault
|
author: authorDefault
|
||||||
date: "{{ .Date }}"
|
date: "{{ .Date }}"
|
||||||
started:
|
started:
|
||||||
lastmod:
|
lastmod:
|
||||||
toc: true
|
toc: false
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
- TBD # food, craft, poem, blog
|
- TBD # food, craft, poem, blog
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ comments: false
|
|||||||
images:
|
images:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Response time always varies. Please also see my {{% external-link "Public Notice" "https://hyperling.com/about#notice" %}}.
|
||||||
|
|
||||||
## Preferred
|
## Preferred
|
||||||
|
|
||||||
These are where I feel most free to communicate.
|
These are where I feel most free to communicate.
|
||||||
@@ -22,6 +24,6 @@ These are reliable forms of communication, even if not the most private / secure
|
|||||||
|
|
||||||
## Legacy
|
## Legacy
|
||||||
|
|
||||||
I'm may be on these, but am much less active than the other methods.
|
I may be on these, but am much less active than the other methods.
|
||||||
|
|
||||||
- [Telegram](https://t.me/HyperVegan)
|
- [Telegram](https://t.me/HyperVegan)
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ I've recently joined a new messenger. Below are the steps on how to add me:
|
|||||||
|
|
||||||
1. Install Session:
|
1. Install Session:
|
||||||
> [getsession.org/download](https://getsession.org/download)
|
> [getsession.org/download](https://getsession.org/download)
|
||||||
2. Message me:
|
2. Send a message to this Account ID:
|
||||||
> 05401e7dd4627428daa2fb8db37e80ac4a9673aee8373ad17b97682ace82b17121
|
> 05401e7dd4627428daa2fb8db37e80ac4a9673aee8373ad17b97682ace82b17121
|
||||||
3. Wait for a response! :)
|
3. Wait for a response! :)
|
||||||
|
|
||||||
|
|||||||
28
content/posts/video/walking-breathing-meditation.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
draft: false
|
||||||
|
pinned: false
|
||||||
|
video: true
|
||||||
|
title: "Walking Breathing Meditation"
|
||||||
|
subtitle: ""
|
||||||
|
author: HyperVegan
|
||||||
|
date: "2025-12-09T10:23:00-07:00"
|
||||||
|
started:
|
||||||
|
lastmod:
|
||||||
|
toc: false
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
- video
|
||||||
|
series:
|
||||||
|
- meditation
|
||||||
|
categories:
|
||||||
|
- video
|
||||||
|
aliases:
|
||||||
|
- /walking-breathing-meditation
|
||||||
|
---
|
||||||
|
|
||||||
|
{{< odysee
|
||||||
|
"https://odysee.com/%24/embed/%40HyperVegan%3A2%2F20251209-HyperVegan-WalkingBreathworkMeditation%3A1?r=FecAgz2kwdVny8bBBcJf5DX7YRPHDKeK" >}}
|
||||||
|
|
||||||
|
Walking and breathwork are both very beneficial, so how about doing both together as a form of meditation?
|
||||||
|
|
||||||
|
Filmed, edited, and posted 2025-12-09.
|
||||||
@@ -20,9 +20,24 @@
|
|||||||
<li class="post-item">
|
<li class="post-item">
|
||||||
<a href="{{.Permalink}}" class="post-item-inner">
|
<a href="{{.Permalink}}" class="post-item-inner">
|
||||||
<span class="post-title">
|
<span class="post-title">
|
||||||
{{ if or .Params.pinned (eq (.Title | title) "Pinned") }}
|
{{ if .Params.pinned }}
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/paperclip.svg" alt="Pinned:"
|
src="/feathericons/16px-a9a9b3/paperclip.svg" alt=""
|
||||||
|
>
|
||||||
|
{{ end }}
|
||||||
|
{{ if .Params.video }}
|
||||||
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
|
src="/feathericons/16px-a9a9b3/video.svg" alt=""
|
||||||
|
>
|
||||||
|
{{ end }}
|
||||||
|
{{ if .Params.audio }}
|
||||||
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
|
src="/feathericons/16px-a9a9b3/headphones.svg" alt=""
|
||||||
|
>
|
||||||
|
{{ end }}
|
||||||
|
{{ if .Params.feathericon }}
|
||||||
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
|
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
|
||||||
>
|
>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
|
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{{ $src := .Get 0 | default (.Get "url") | default (.Get "src")
|
{{ $src := .Get 0 | default (.Get "url") | default (.Get "src")
|
||||||
}}{{ $width := .Get 1 | default (.Get "width") | default "65" }}
|
}}{{ $width := .Get 1 | default (.Get "width") | default "80" }}
|
||||||
<iframe
|
<iframe
|
||||||
id="odysee-iframe"
|
id="odysee-iframe"
|
||||||
style="width:{{ $width }}%; aspect-ratio:16 / 9;"
|
style="width:{{ $width }}%; aspect-ratio:16 / 9;"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
|
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 411 B |
|
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B |
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 391 B |
|
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 392 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |
|
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
|
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
|
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
|
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
|
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
|
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
|
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
|
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
|
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 443 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
|
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 552 B |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
|
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 416 B |
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
|
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
|
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 302 B |
|
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B |
|
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 633 B |
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 442 B |
|
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 416 B |
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 346 B |
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
|
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 662 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 432 B |
|
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
|
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
|
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 392 B |
|
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 414 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
|
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |