mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix PGP links
- Fix bad PGP links for envs.net mirror - Include pgp links in <head> for IndieWeb (as per https://indieweb.org/PGP)
This commit is contained in:
parent
1e7b2008e8
commit
762ac1bf1f
5 changed files with 15 additions and 6 deletions
|
@ -18,6 +18,8 @@ See the Director's Cut of my bio in the "about" page:
|
|||
|
||||
=> about/ About me
|
||||
|
||||
I'm a FOSS enthusiast, software minimalist, and a CS+Math undergrad who likes watching anime and tweaking his Linux setup.
|
||||
|
||||
Git repos:
|
||||
|
||||
=> https://sr.ht/%7Eseirdy Sourcehut
|
||||
|
@ -31,7 +33,7 @@ Since some people asked me about music, here's a generated list of every track i
|
|||
## Contact
|
||||
|
||||
=> mailto:seirdy@seirdy.one email: seirdy@seirdy.one
|
||||
=> /publickey.asc PGP: 36B154A782AEA0AC
|
||||
=> ./publickey.asc PGP: 36B154A782AEA0AC
|
||||
=> https://pleroma.envs.net/seirdy Fediverse (Pleroma)
|
||||
|
||||
Chat with me: I prefer IRC, where my nick is usually Seirdy. Alternatively, I'm on Matrix:
|
||||
|
|
|
@ -19,14 +19,20 @@ Other versions of this website
|
|||
|
||||
In addition to its <a class="u-url" href="https://seirdy.one" rel="me">canonical
|
||||
URL</a>, a "rough draft" of this website also exists on my
|
||||
<a class="u-url" href="https://envs.net/~seirdy" rel="me">Tildeverse page</a> and on
|
||||
my <a class="u-url" href="gemini://seirdy.one" rel="me">Gemini space</a>
|
||||
<a class="u-url" href="https://envs.net/~seirdy" rel="me">Tildeverse page</a>. This
|
||||
site's content also appears on my
|
||||
<a class="u-url" href="gemini://seirdy.one" rel="me">Gemini space</a>.
|
||||
|
||||
About me
|
||||
--------
|
||||
|
||||
The Director's Cut of my bio is at my [About page](/about.html).
|
||||
|
||||
<p class="p-note">
|
||||
I'm a FOSS enthusiast, software minimalist, and a CS+Math undergrad who likes
|
||||
watching anime and tweaking his Linux setup.
|
||||
</p>
|
||||
|
||||
Git repos: <a href="https://sr.ht/~seirdy" rel="me">Sourcehut</a>,
|
||||
<a href="https://github.com/Seirdy" rel="me">GitHub</a>, and
|
||||
<a href="https://gitlab.com/Seirdy" rel="me">GitLab</a>
|
||||
|
@ -35,7 +41,7 @@ Contact
|
|||
-------
|
||||
|
||||
Contact me via <a class="u-email" href="mailto:seirdy@seirdy.one" rel="me">email</a>
|
||||
(<a rel="pgpkey authn" class="u-key" href="/publickey.asc">PGP</a>), or on the Fediverse
|
||||
(<a rel="pgpkey authn" class="u-key" href="./publickey.asc">PGP</a>), or on the Fediverse
|
||||
via <a class="u-url" href="https://pleroma.envs.net/seirdy" rel="me">my Pleroma
|
||||
account</a>.
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ My handle is "Seirdy" on all the platforms I use:
|
|||
=> https://pleroma.envs.net/seirdy Fediverse (Pleroma)
|
||||
=> https://matrix.to/#/@seirdy:envs.net Matrix: @seirdy:envs.net
|
||||
=> mailto:seirdy@seirdy.one email
|
||||
=> /publickey.asc PGP: 36B154A782AEA0AC
|
||||
=> ../publickey.asc PGP: 36B154A782AEA0AC
|
||||
|
||||
My username is Seirdy on Reddit, Hacker News, Lobsters, Linux Weekly News, Codeberg, and a few other places; my nick is Seirdy on many IRC networks.
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ My handle is "Seirdy" on all the platforms I use.
|
|||
[Lobsters](https://lobste.rs/u/Seirdy),
|
||||
[Reddit](https://www.reddit.com/user/Seirdy/), and Linux Weekly News.
|
||||
- Email: my address is <seirdy@seirdy.one>. I typically sign my emails with my public
|
||||
PGP key: [36B154A782AEA0AC](/publickey.asc). My key is also available via WKD.
|
||||
PGP key: [36B154A782AEA0AC](./publickey.asc). My key is also available via WKD.
|
||||
- Chat: my nick is Seirdy on most IRC networks. If you don't like IRC, I'm also
|
||||
[@seirdy:envs.net](https://matrix.to/\#/@seirdy:envs.net) on Matrix.
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
{{ else -}}
|
||||
<link rel="canonical" href="https://seirdy.one{{ .RelPermalink }}">
|
||||
{{ end -}}
|
||||
<link rel="pgpkey" type="application/pgp-keys" href="{{ .Site.BaseURL }}publickey.asc">
|
||||
{{ $resources := slice -}}
|
||||
{{ $resources = $resources | append (resources.Get "/css/main.css") -}}
|
||||
{{ $dark := .Site.Params.dark | default "auto" -}}
|
||||
|
|
Loading…
Reference in a new issue