try PGP key

This commit is contained in:
Filipe Medeiros 2024-07-21 21:13:22 +02:00
parent 2a7d8622a1
commit 4d7d16a086
Signed by: filipe
GPG key ID: 9533BD5467CC1E78
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"deploy": "pnpm build && sh scripts/deploy_to_uberspace.sh",
"deploy": "bun run build && sh scripts/deploy_to_uberspace.sh",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . -w --config ./.prettierrc",

View file

@ -52,6 +52,9 @@ const hasFooter = !!footer;
}
</ul>
<ul class="flex gap-3">
<li>
<InlineLink href="/.well-known/openpgpkey/hu/im4cc8qhazwkfsi65a8us1bc5gzk1o4p">PGP</InlineLink>
</li>
<li>
<InlineLink href="/feed.xml">RSS</InlineLink>
</li>