-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b716de8
commit 5e504be
Showing
12 changed files
with
64 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: single | ||
title: GPG | ||
description: Short note on my use of GPG | ||
--- | ||
|
||
# My use of GPG | ||
|
||
Obligatory note that you do not have to use GPG when contacting me. It exists as an alternative for the cryptographically inclined, and not as an absolute requirement that must be followed. If you have no idea what a GPG key is, nor plans to figure it out, you do not have to read this page. | ||
|
||
I do not extensively use GPG. The key exists primarily for E2E emails, as well as the occasional email signature. | ||
|
||
Consequently, you won't see it in (for example) commits or in normal emails, or in most of my day-to-day use. However, it exists there to provide the option if it ever comes up (which it so far, in my many years of internet use, hasn't). | ||
|
||
An up-to-date GPG key can be found on [my GitHub](//github.com/LunarWatcher.gpg). Some registries contain it as well. **NOTE:** My current signature is <code>{{<site-param gpg-signature>}}</code>. Some registries contain an old key linked to my email that I cannot get rid of, because I deleted the private key and didn't realise, until it was far too late, that I needed to revoke the keys in the registries before doing so. Make sure you're using the new key if you're automatically pulling from a registry, rather than grabbing it from GitHub. I have not synced the new key to all the registries I did last time I had a GPG key either, meaning certain registries can provide an out-of-date key. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<ul> | ||
<li class="target-highlight" id="somediscord"><a href="https://discord.gg/{{ .Site.Params.discord }}">Discord server</a></li> | ||
<li class="target-highlight" id="somestack"><a href="https://stackoverflow.com/users/6296561">Stack Overflow</a></li> | ||
<li class="target-highlight" id="email"><a href="mailto:[email protected]">Email</a> (<a href="https://github.com/LunarWatcher.gpg">GPG key</a>)</li> | ||
<li class="target-highlight" id="somediscordusr"><b>Discord</b>: @{{.Site.Params.discord_user}}</b> | ||
<li class="target-highlight" id="somegithub"><b>GitHub: </b><a href="https://github.com/LunarWatcher">LunarWatcher</a></li> | ||
<li class="target-highlight" id="email"><b>Email: </b>Listed on <a href="https://github.com/LunarWatcher">GitHub</a> (requires a GitHub account). <a href="{{.Site.Params.email_proxy}}">Alternate</a> (requires a Wikipedia account). See <a href="https://github.com/lunarwatcher.gpg">GitHub</a> for an (optional) GPG key</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{{- $name := (.Get 0) -}} | ||
{{- with $name -}} | ||
{{- with ($.Site.Param .) }}{{ . }}{{ else }}{{ errorf "Param %q not found: %s" $name $.Position }}{{ end -}} | ||
{{- else }}{{ errorf "Missing param key: %s" $.Position }}{{ end -}} |