Compare commits

...

7 Commits

4 changed files with 72 additions and 1 deletions

27
content/contact.md Normal file
View File

@@ -0,0 +1,27 @@
---
draft: false
title: "Contact Methods"
date: 2025-12-22T10:30:00-07:00
comments: false
images:
---
## Preferred
These are where I feel most free to communicate.
- [Session](/session)
- [SimpleX](https://smp19.simplex.im/a#tSXsd7M_lDktSRVePuVeTReUKEv1hsiPwaTWlneRIZ0)
## Decent
These are reliable forms of communication, even if not the most private / secure.
- [Signal](https://signal.me/#eu/1VgXuFLsYnI5zKSyvhcc6KqFd6AJp2AlzACDIwgsuUsLVEI4WBdH763TEjQpZPpX)
- [Email](mailto:me@hyperling.com)
## Legacy
I'm may be on these, but am much less active than the other methods.
- [Telegram](https://t.me/HyperVegan)

View File

@@ -0,0 +1,42 @@
---
draft: true
pinned: false
unlisted: false
hidden: true
title: "Session Messenger"
subtitle: ""
author: Hyperling
date: "2025-12-21T08:30:00-07:00"
started: "2025-12-20"
lastmod:
toc: false
images:
tags:
- tech
- session
- messenger
- chat client
series:
- privacy
categories:
- guides
aliases:
- /session
- /session-messenger
---
I've recently joined a new messenger. Below are the steps on how to add me:
---
1. Install `Session`:
> [getsession.org/download](https://getsession.org/download)
2. Message me:
> 05401e7dd4627428daa2fb8db37e80ac4a9673aee8373ad17b97682ace82b17121
3. Wait for a response! :)
---
You may also check the [Contact](/contact) page for other ways that I communicate.
Thanks for dropping by! ^_^

View File

@@ -83,10 +83,10 @@ languages:
title: "Hyperling's Written Works" title: "Hyperling's Written Works"
keywords: "" keywords: ""
copyright: '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' copyright: '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts: "Read other posts"
params: params:
#subtitle = "Blogposts, recipes, musings, and more." #subtitle = "Blogposts, recipes, musings, and more."
readOtherPosts: "Read other posts"
logo: logo:
logoText: "Hyperling's Works" logoText: "Hyperling's Works"

View File

@@ -5,6 +5,8 @@
}}{{ .Scratch.Set "author" .Site.Params.authorHyperling }}{{ .Scratch.Set "author" .Site.Params.authorHyperling
}}{{ else if or (eq $author "authorhypervegan") (eq $author "hypervegan") }}{{ else if or (eq $author "authorhypervegan") (eq $author "hypervegan")
}}{{ .Scratch.Set "author" .Site.Params.authorHyperVegan }}{{ .Scratch.Set "author" .Site.Params.authorHyperVegan
}}{{ else if or (eq $author "authordefault") (eq $author "default")
}}{{ .Scratch.Set "author" .Site.Params.authorDefault
}}{{ else if and ($author) (not (eq $author "")) }}{{ else if and ($author) (not (eq $author ""))
}}{{ .Scratch.Set "author" $author }}{{ .Scratch.Set "author" $author
}}{{ else }}{{ else