Compare commits
5 Commits
f77e0e3357
...
958ce26cb7
| Author | SHA1 | Date | |
|---|---|---|---|
| 958ce26cb7 | |||
| cb891cbc4a | |||
| e3722ed048 | |||
| 3e868e8911 | |||
| eb57d715ff |
27
content/contact.md
Normal file
27
content/contact.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
draft: false
|
||||||
|
title: "Contact"
|
||||||
|
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)
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
draft: true
|
draft: true
|
||||||
pinned: false
|
pinned: false
|
||||||
unlisted: true
|
unlisted: false
|
||||||
hidden: true
|
hidden: true
|
||||||
title: "Session Messenger"
|
title: "Session Messenger"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
author: authorDefault
|
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"
|
||||||
lastmod:
|
lastmod:
|
||||||
toc: true
|
toc: false
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
- tech
|
- tech
|
||||||
@@ -21,11 +21,22 @@ series:
|
|||||||
categories:
|
categories:
|
||||||
- guides
|
- guides
|
||||||
aliases:
|
aliases:
|
||||||
- session
|
- /session
|
||||||
- session-messenger
|
- /session-messenger
|
||||||
---
|
---
|
||||||
|
|
||||||
1. Install Session: []()
|
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:
|
2. Message me:
|
||||||
> SESSION_ID
|
> 05401e7dd4627428daa2fb8db37e80ac4a9673aee8373ad17b97682ace82b17121
|
||||||
3. Wait for a response! :)
|
3. Wait for a response! :)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
You may also check the [Contact](/contact) page for other ways that I communicate.
|
||||||
|
|
||||||
|
Thanks for dropping by! ^_^
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user