Fix link to sig, add new PGP key link to index
This commit is contained in:
parent
cc9d83c243
commit
a910b072da
7 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
<title>askiiart.net blog</title>
|
<title>askiiart.net blog</title>
|
||||||
<description>The feed for askiiart.net but just the blog, I guess</description>
|
<description>The feed for askiiart.net but just the blog, I guess</description>
|
||||||
<link>https://askiiart.net/blog/</link>
|
<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>
|
<item>
|
||||||
<title>300</title>
|
<title>300</title>
|
||||||
<link>https://askiiart.net/til/300.html</link>
|
<link>https://askiiart.net/til/300.html</link>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<p>There's also now a <a href="/data/">/data/</a> directory,
|
<p>There's also now a <a href="/data/">/data/</a> directory,
|
||||||
which as of the time of writing, just contains <a
|
which as of the time of writing, just contains <a
|
||||||
href="/data/old-pubkey-02EFA1CE3C3E4AAD7A863AB8ED24985CA884CD61.asc">my
|
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
|
signature</a> for the markdown version of this file (at commit
|
||||||
<code>5e7ff5e5ad14adc21e2f0ea09d20f3598ae6901c</code>) signed
|
<code>5e7ff5e5ad14adc21e2f0ea09d20f3598ae6901c</code>) signed
|
||||||
with <code>0xED24985CA884CD61</code> saying I'm moving to
|
with <code>0xED24985CA884CD61</code> saying I'm moving to
|
||||||
|
|
|
@ -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).**
|
**My current PGP public key will always be at [/pubkey.asc](/pubkey.asc).**
|
||||||
|
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -5,7 +5,7 @@
|
||||||
<title>askiiart.net</title>
|
<title>askiiart.net</title>
|
||||||
<description>The feed for askiiart.net, I guess</description>
|
<description>The feed for askiiart.net, I guess</description>
|
||||||
<link>https://askiiart.net</link>
|
<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>
|
<item>
|
||||||
<title>300</title>
|
<title>300</title>
|
||||||
<link>https://askiiart.net/blog/300.html</link>
|
<link>https://askiiart.net/blog/300.html</link>
|
||||||
|
|
|
@ -79,6 +79,8 @@
|
||||||
href="/blog/marlin-boot-animations.md">markdown</a>)</li>
|
href="/blog/marlin-boot-animations.md">markdown</a>)</li>
|
||||||
<li><a href="/blog/300.html">300</a> - Figuring out 300 Multiple
|
<li><a href="/blog/300.html">300</a> - Figuring out 300 Multiple
|
||||||
Choices (<a href="/blog/300.md">markdown</a>)</li>
|
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>
|
</ul></li>
|
||||||
<li>TIL
|
<li>TIL
|
||||||
<ul>
|
<ul>
|
||||||
|
|
1
index.md
1
index.md
|
@ -35,6 +35,7 @@ I'm a hobby programmer, and co-founder and vice president of the [TCCD CompSci a
|
||||||
- Blog
|
- 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))
|
- [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))
|
- [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
|
- 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).
|
- 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))
|
- [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))
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>askiiart.net TIL</title>
|
<title>askiiart.net TIL</title>
|
||||||
<description>The feed for askiiart.net but just TIL, I guess</description>
|
<description>The feed for askiiart.net but just TIL, I guess</description>
|
||||||
<link>https://askiiart.net/til/</link>
|
<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>
|
<item>
|
||||||
<title>Akkoma in Docker</title>
|
<title>Akkoma in Docker</title>
|
||||||
<link>https://askiiart.net/til/akkoma-in-docker.html</link>
|
<link>https://askiiart.net/til/akkoma-in-docker.html</link>
|
||||||
|
|
Loading…
Reference in a new issue