This commit is contained in:
parent
e1dc0f17eb
commit
b3966fbb37
@ -1,13 +0,0 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
|
||||||
|
|
||||||
mDMEZy78LBYJKwYBBAHaRw8BAQdAj9u/jcNZIsKRqIRg+0MBEqGIklrvAo5Iqi2T
|
|
||||||
woCdASa0FWx1YW5la28gPGx1bWlAbHVhLnJlPoiTBBMWCgA7FiEEP8xMvmdCftGi
|
|
||||||
tWpOQGgJuHY/8HoFAmcu/CwCGwMFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AA
|
|
||||||
CgkQQGgJuHY/8HrGFAD+KPjYot3+9j9tdAWP/u7p6jCsji9K9oFPF6w9rSGpLfAA
|
|
||||||
/1YVpy8c1KnqbQEs4VlB7tU8i5OgD8MDAaHr3aUTUBELuDgEZy78LBIKKwYBBAGX
|
|
||||||
VQEFAQEHQEX7YyggyzRcz+h2pqg2YgejCsWC6yaBqqqDwxIZvnUDAwEIB4h4BBgW
|
|
||||||
CgAgFiEEP8xMvmdCftGitWpOQGgJuHY/8HoFAmcu/CwCGwwACgkQQGgJuHY/8Hpm
|
|
||||||
AAD+Pg/UwZ/sJ6EQykVUEb2d/Tlb9LvWsr+ALTP1y9Z7M1ABAOfCaAIINme9lzJg
|
|
||||||
z3xBewGr/7sycamQxQsBOwG5GcwB
|
|
||||||
=Juwg
|
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
@ -3,13 +3,15 @@ import Layout from "@layouts/index.astro";
|
|||||||
import Image from "@components/image.astro";
|
import Image from "@components/image.astro";
|
||||||
import miku from "@assets/miku.jpg";
|
import miku from "@assets/miku.jpg";
|
||||||
import gato from "@assets/gato.jpg";
|
import gato from "@assets/gato.jpg";
|
||||||
import pgp from "@assets/pgp.txt";
|
|
||||||
|
|
||||||
const links = {
|
const links = {
|
||||||
git: { alt: "Git", href: "https://git.lua.re/" },
|
git: { alt: "Git", href: "https://git.lua.re/" },
|
||||||
twt: { alt: "Twitter", href: "https://twitter.com/luanekos" },
|
twt: { alt: "Twitter", href: "https://twitter.com/luanekos" },
|
||||||
mail: { alt: "Email", href: "mailto:lumi(at)lua.re" },
|
mail: { alt: "Email", href: "mailto:lumi(at)lua.re" },
|
||||||
pgp: { alt: "PGP", href: pgp },
|
pgp: {
|
||||||
|
alt: "PGP",
|
||||||
|
href: "https://git.lua.re/luaneko/.profile/raw/branch/master/luaneko.pgp.pub",
|
||||||
|
},
|
||||||
// bsky: { alt: "Bluesky", href: "https://bsky.app/profile/lua.re" },
|
// bsky: { alt: "Bluesky", href: "https://bsky.app/profile/lua.re" },
|
||||||
};
|
};
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user