mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
.
This commit is contained in:
parent
638a39fa41
commit
3e67f7af9a
5 changed files with 73 additions and 2 deletions
|
@ -63,7 +63,6 @@ const locations = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
6: {
|
6: {
|
||||||
"url": "/dotfiles",
|
"url": "/dotfiles",
|
||||||
"desc": "My dotfiles-cleaned github repository",
|
"desc": "My dotfiles-cleaned github repository",
|
||||||
|
@ -71,6 +70,14 @@ const locations = {
|
||||||
"rice", "dotfiles",
|
"rice", "dotfiles",
|
||||||
"dots", "dwm"
|
"dots", "dwm"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
7: {
|
||||||
|
"url": "/gpg",
|
||||||
|
"desc": "My GPG key",
|
||||||
|
"aliases": [
|
||||||
|
"gpg", "sign"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const escape_HTML = str =>
|
const escape_HTML = str =>
|
||||||
|
|
|
@ -55,6 +55,11 @@
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/gpg"
|
||||||
|
to = "/page/blog/blogs/My-GPG-key.html"
|
||||||
|
status = 301
|
||||||
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/:page"
|
from = "/:page"
|
||||||
|
|
53
page/blog/blogs/My-GPG-key.html
Normal file
53
page/blog/blogs/My-GPG-key.html
Normal 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 -> 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&fingerprint=on&search=0x311E76CFE7744719">
|
||||||
|
0x311E76CFE7744719 on pgp.mit.edu
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!-- this is automatically generated by scripts/add_blog -->
|
|
@ -57,6 +57,11 @@
|
||||||
I am in love with scheme/racket
|
I am in love with scheme/racket
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/page/blog/blogs/My-GPG-key.html">
|
||||||
|
My GPG key
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -6,4 +6,5 @@
|
||||||
* [Why is open source software better than closed source software](/page/blog/blogs/Why-is-open-source-software-better-than-closed-source-software.html)
|
* [Why is open source software better than closed source software](/page/blog/blogs/Why-is-open-source-software-better-than-closed-source-software.html)
|
||||||
* [Why I prefer source-based distros](/page/blog/blogs/Why-I-prefer-source-based-distros.html)
|
* [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)
|
* [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)
|
* [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)
|
Loading…
Add table
Reference in a new issue