Fix link to sig, add new PGP key link to index

This commit is contained in:
askiiart 2024-04-02 19:52:35 -05:00
parent cc9d83c243
commit a910b072da
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
7 changed files with 8 additions and 5 deletions

View file

@ -5,7 +5,7 @@
<title>askiiart.net blog</title>
<description>The feed for askiiart.net but just the blog, I guess</description>
<link>https://askiiart.net/blog/</link>
<lastBuildDate>Tue, 02 Apr 2024 17:00:23 +0000</lastBuildDate>
<lastBuildDate>Wed, 03 Apr 2024 00:51:41 +0000</lastBuildDate>
<item>
<title>300</title>
<link>https://askiiart.net/til/300.html</link>

View file

@ -29,7 +29,7 @@
<p>There's also now a <a href="/data/">/data/</a> directory,
which as of the time of writing, just contains <a
href="/data/old-pubkey-02EFA1CE3C3E4AAD7A863AB8ED24985CA884CD61.asc">my
old key</a> and <a href="/data/new-pgp-key.asc">a detached
old key</a> and <a href="/data/new-pgp-key.sig">a detached
signature</a> for the markdown version of this file (at commit
<code>5e7ff5e5ad14adc21e2f0ea09d20f3598ae6901c</code>) signed
with <code>0xED24985CA884CD61</code> saying I'm moving to

View file

@ -8,7 +8,7 @@ This commit will be signed and pushed with the old key, `0xED24985CA884CD61`, th
---
There's also now a [/data/](/data/) directory, which as of the time of writing, just contains [my old key](/data/old-pubkey-02EFA1CE3C3E4AAD7A863AB8ED24985CA884CD61.asc) and [a detached signature](/data/new-pgp-key.asc) for the markdown version of this file (at commit `5e7ff5e5ad14adc21e2f0ea09d20f3598ae6901c`) signed with `0xED24985CA884CD61` saying I'm moving to `0x858969DCCC2E792D`.
There's also now a [/data/](/data/) directory, which as of the time of writing, just contains [my old key](/data/old-pubkey-02EFA1CE3C3E4AAD7A863AB8ED24985CA884CD61.asc) and [a detached signature](/data/new-pgp-key.sig) for the markdown version of this file (at commit `5e7ff5e5ad14adc21e2f0ea09d20f3598ae6901c`) signed with `0xED24985CA884CD61` saying I'm moving to `0x858969DCCC2E792D`.
**My current PGP public key will always be at [/pubkey.asc](/pubkey.asc).**

View file

@ -5,7 +5,7 @@
<title>askiiart.net</title>
<description>The feed for askiiart.net, I guess</description>
<link>https://askiiart.net</link>
<lastBuildDate>Tue, 02 Apr 2024 17:00:23 +0000</lastBuildDate>
<lastBuildDate>Wed, 03 Apr 2024 00:51:41 +0000</lastBuildDate>
<item>
<title>300</title>
<link>https://askiiart.net/blog/300.html</link>

View file

@ -79,6 +79,8 @@
href="/blog/marlin-boot-animations.md">markdown</a>)</li>
<li><a href="/blog/300.html">300</a> - Figuring out 300 Multiple
Choices (<a href="/blog/300.md">markdown</a>)</li>
<li><a href="/blog/new-pgp-key.md">New PGP key, and new
directory</a> - I switch to a new PGP key</li>
</ul></li>
<li>TIL
<ul>

View file

@ -35,6 +35,7 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
- Blog
- [Marlin Boot Animations](/blog/marlin-boot-animations.html) - Make your Marlin boot screen animated! Includes animation formatting documentation. ([markdown](/blog/marlin-boot-animations.md))
- [300](/blog/300.html) - Figuring out 300 Multiple Choices ([markdown](/blog/300.md))
- [New PGP key, and new directory](/blog/new-pgp-key.md) - I switch to a new PGP key
- TIL
- Just little tidbits I learn, inspired by [Simon Willison's TIL](https://til.simonwillison.net/), which was itself inspired by [jbranchaud/til](https://github.com/jbranchaud/til).
- [Using JSON with docker compose](/til/using-json-with-docker-compose.html) - Exactly what it sounds like. ([markdown](/til/using-json-with-docker-compose.md))

View file

@ -5,7 +5,7 @@
<title>askiiart.net TIL</title>
<description>The feed for askiiart.net but just TIL, I guess</description>
<link>https://askiiart.net/til/</link>
<lastBuildDate>Tue, 02 Apr 2024 17:00:23 +0000</lastBuildDate>
<lastBuildDate>Wed, 03 Apr 2024 00:51:41 +0000</lastBuildDate>
<item>
<title>Akkoma in Docker</title>
<link>https://askiiart.net/til/akkoma-in-docker.html</link>