This commit is contained in:
Ari Archer 2021-11-01 03:28:05 +02:00
parent 638a39fa41
commit 3e67f7af9a
5 changed files with 73 additions and 2 deletions

View file

@ -63,7 +63,6 @@ const locations = {
]
},
6: {
"url": "/dotfiles",
"desc": "My dotfiles-cleaned github repository",
@ -71,6 +70,14 @@ const locations = {
"rice", "dotfiles",
"dots", "dwm"
]
},
7: {
"url": "/gpg",
"desc": "My GPG key",
"aliases": [
"gpg", "sign"
]
}
}
const escape_HTML = str =>

View file

@ -55,6 +55,11 @@
status = 301
force = true
[[redirects]]
from = "/gpg"
to = "/page/blog/blogs/My-GPG-key.html"
status = 301
force = true
[[redirects]]
from = "/:page"

View file

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
Ari::web -&gt; Blog
</title>
<meta content="website webdev linux programming ari terminal dark blog javascript opensource free" name="keywords"/>
<meta content="Blog on 2021-11-01 03:22:02 EET - My GPG key" name="description"/>
<meta content="follow" name="robots"/>
</head>
<body>
<div>
<h1>
My GPG key
</h1>
<p>
2021-11-01 03:22:02 EET |
<a href="..">
back
</a>
|
<a href="/">
home
</a>
|
<a href="//github.com/TruncatedDinosour/website">
git
</a>
</p>
<hr/>
<h2>
Recieve keys
</h2>
<p>
<code>
gpg --keyserver pgp.mit.edu --recv-key 0x311E76CFE7744719
</code>
</p>
<h2>
Full link
</h2>
<p>
<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;fingerprint=on&amp;search=0x311E76CFE7744719">
0x311E76CFE7744719 on pgp.mit.edu
</a>
</p>
</div>
</body>
</html>
<!-- this is automatically generated by scripts/add_blog -->

View file

@ -57,6 +57,11 @@
I am in love with scheme/racket
</a>
</li>
<li>
<a href="/page/blog/blogs/My-GPG-key.html">
My GPG key
</a>
</li>
</ul>
</div>
</body>

View file

@ -7,3 +7,4 @@
* [Why I prefer source-based distros](/page/blog/blogs/Why-I-prefer-source-based-distros.html)
* [A very important post](/page/blog/blogs/A-very-important-post.html)
* [I am in love with scheme/racket](/page/blog/blogs/I-am-in-love-with-scheme_racket.html)
* [My GPG key](/page/blog/blogs/My-GPG-key.html)