update index and run script
This commit is contained in:
parent
8fb03192b8
commit
e26984eae9
5 changed files with 42 additions and 7 deletions
26
blog/another-new-pgp-key.html
Normal file
26
blog/another-new-pgp-key.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||
<link rel="icon" href="/assets/askiiart.avif" type="image/icon">
|
||||
<title>Another new PGP key</title>
|
||||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="line-numbers">
|
||||
<h1 id="another-new-pgp-key">Another new PGP key</h1>
|
||||
<p>Guess who lost their master key again?</p>
|
||||
<p>Anyways, my new PGP key is
|
||||
<code>4BA4 1BD5 8C08 8A98 622B 9A1A 7939 D59E C80C 3C21</code>,
|
||||
again, at <a href="/pubkey.asc">/pubkey.asc</a>.</p>
|
||||
<p>But uh I'm really dumb and forgot to sign a message saying
|
||||
this with my old key before putting it on my Yubikey, so I can't
|
||||
prove it. I pinky promise I'm the real <del>slim shady</del>
|
||||
askiiart though.</p>
|
||||
<iframe src="https://john.citrons.xyz/embed?ref=askiiart.net" style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
|
||||
<script src="/prism.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<p><a href="https://git.askiiart.net/askiiart/askiiart-net">code</a> (<a href="https://github.com/askiiart/askiiart.github.io">mirror</a>) <a href="/feed.xml">rss</a> <a href="/pubkey.asc">pubkey</a></p>
|
||||
</footer>
|
||||
</html>
|
|
@ -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, 13 Aug 2024 16:30:59 +0000</lastBuildDate>
|
||||
<lastBuildDate>Thu, 02 Jan 2025 03:17:03 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>300</title>
|
||||
<link>https://askiiart.net/til/300.html</link>
|
||||
|
@ -22,6 +22,10 @@
|
|||
<title>New PGP key, and new directory</title>
|
||||
<link>https://askiiart.net/til/new-pgp-key.html</link>
|
||||
</item>
|
||||
<item>
|
||||
<title>Another new PGP key</title>
|
||||
<link>https://askiiart.net/til/another-new-pgp-key.html</link>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue