Compare commits

...

7 Commits

5 changed files with 21 additions and 8 deletions

View File

@@ -12,8 +12,8 @@ Response time always varies. Please also see my {{% external-link "Public Notice
These are where I feel most free to communicate. These are where I feel most free to communicate.
- [Session](/session)
- [SimpleX](https://smp19.simplex.im/a#tSXsd7M_lDktSRVePuVeTReUKEv1hsiPwaTWlneRIZ0) - [SimpleX](https://smp19.simplex.im/a#tSXsd7M_lDktSRVePuVeTReUKEv1hsiPwaTWlneRIZ0)
- [Session](/session)
## Decent ## Decent
@@ -22,8 +22,16 @@ These are reliable forms of communication, even if not the most private / secure
- [Signal](https://signal.me/#eu/1VgXuFLsYnI5zKSyvhcc6KqFd6AJp2AlzACDIwgsuUsLVEI4WBdH763TEjQpZPpX) - [Signal](https://signal.me/#eu/1VgXuFLsYnI5zKSyvhcc6KqFd6AJp2AlzACDIwgsuUsLVEI4WBdH763TEjQpZPpX)
- [Email](mailto:me@hyperling.com) - [Email](mailto:me@hyperling.com)
## Legacy ## Meh
I may be on these, but am much less active than the other methods. I may be on these, but am much less active than with other methods.
- [Telegram](https://t.me/HyperVegan) - [Telegram](https://t.me/HyperVegan)
## No Others
This is an exhaustive list. Anything else is not considered acceptable.
If you've been contacted by me via another method it is likely an impersonator.
Please notify me if so, and cease all communication with such entities.

View File

@@ -5,6 +5,7 @@ unlisted: false
hidden: false hidden: false
title: "Session Messenger" title: "Session Messenger"
subtitle: "How to contact me on Session." subtitle: "How to contact me on Session."
feathericon: message-circle
author: Hyperling author: Hyperling
date: "2025-12-21T08:30:00-07:00" date: "2025-12-21T08:30:00-07:00"
started: "2025-12-20" started: "2025-12-20"

View File

@@ -2,6 +2,7 @@
draft: false draft: false
pinned: false pinned: false
video: true video: true
feathericon: film
title: "Walking Breathing Meditation" title: "Walking Breathing Meditation"
subtitle: "" subtitle: ""
author: HyperVegan author: HyperVegan

View File

@@ -35,15 +35,15 @@
src="/feathericons/16px-a9a9b3/headphones.svg" alt="" src="/feathericons/16px-a9a9b3/headphones.svg" alt=""
> >
{{ end }} {{ end }}
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
{{ "--" | markdownify }} {{ .Params.subtitle}}
{{ end }}
{{ if .Params.feathericon }} {{ if .Params.feathericon }}
<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/{{ print .Params.feathericon }}.svg" alt="" src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
> >
{{ end }} {{ end }}
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
{{ "--" | markdownify }} {{ .Params.subtitle}}
{{ end }}
</span> </span>
<span class="post-day"> <span class="post-day">
{{ if .Site.Params.dateformShort }} {{ if .Site.Params.dateformShort }}

View File

@@ -22,7 +22,10 @@
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</h1> </h1>
{{ if .Params.subtitle }} {{ if .Params.subtitle }}
<strong>{{ .Params.subtitle | markdownify }}</strong> <strong>{{ .Params.subtitle | markdownify }}</strong>{{ if .Params.feathericon
}}<img style="display: inline-block; vertical-align: middle; margin-left: 4px;"
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
>{{ end }}
{{ end }} {{ end }}
{{ if (isset .Params "author") }} {{ if (isset .Params "author") }}
<pre>{{ partial "byline.html" . }}</pre> <pre>{{ partial "byline.html" . }}</pre>