Initial commit.

Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
Andreas Widen 2026-07-27 17:57:03 +02:00
commit a4a5c7daa5
Signed by: hfsoulz
GPG key ID: 5B85F9B5F576A667
1389 changed files with 241399 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<main>
<section class="page centered-block limit-width">
<h2>Contact</h2>
<h3>Email</h3>
<p>Feel free to send your current thoughts to the email address listed below.</p>
<p><a href="mailto:hello@luflow.net">hello@luflow.net</a></p>
<h3>GPG key</h3>
<p>For encrypted communication download: <a href="https://luflow.net/static/gpg/aw-luflow-net-pubkey.asc">https://luflow.net/static/gpg/aw-luflow-net-pubkey.asc</a></p>
<p>Then</p>
<pre><code class="language-sh">gpg --import aw-luflow-net-pubkey.asc</code></pre>
<p>This key is also used for signing Git commits and tags.</p>
</section>
</main>