try PGP key
This commit is contained in:
parent
2a7d8622a1
commit
4d7d16a086
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue