summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2026-07-10 18:37:39 +0000
committerThomas Bracht Laumann Jespersen <t@laumann.xyz>2026-07-10 18:37:49 +0000
commit8d9c12a53f2e94e24c193779cdc535f05771beb6 (patch)
tree7bd9a858e039a9b1b94bbf34444e868862bd13f3
parentbd3b32e82e0f380baf4f6697dcd32290075c5420 (diff)
create page for GPG keysHEADmaster
-rw-r--r--site/gpg.md17
-rw-r--r--templates/main.html2
2 files changed, 18 insertions, 1 deletions
diff --git a/site/gpg.md b/site/gpg.md
new file mode 100644
index 0000000..e1e4750
--- /dev/null
+++ b/site/gpg.md
@@ -0,0 +1,17 @@
+# GPG keys
+
+<section>
+
+The key is here:
+[94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282](/94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282.asc).
+
+
+## keys.openpgp.org
+
+<https://keys.openpgp.org/search?q=94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282>
+
+## keys.gentoo.org
+
+<https://keys.gentoo.org/pks/lookup?search=0x85C9FB9C4405C282&fingerprint=on&op=vindex>
+
+</section>
diff --git a/templates/main.html b/templates/main.html
index f47f450..4d9f490 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -8,7 +8,7 @@
<div id="links">
<a href="/" class="no-tufte-underline">laumann.xyz</a> ·
<a href="/about.html">about</a> ·
- <a href="/94DC1AEB62B1E0B4FDC5DC3A85C9FB9C4405C282.asc">gpg</a> ·
+ <a href="/gpg.html">gpg</a> ·
<a href="/tag/index.html">tags</a> ·
<a href="/index.xml">rss</a>
</div>