From 3314b3c52cb3f1fbc57853e1958d6f4b6239c8a3 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Wed, 10 Sep 2025 06:19:22 +0200 Subject: [PATCH] Add contact --- site/_data/services.json | 8 ++++---- site/about.md | 19 +------------------ site/contact.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 22 deletions(-) create mode 100644 site/contact.md diff --git a/site/_data/services.json b/site/_data/services.json index 79392c6..8c3b9d2 100644 --- a/site/_data/services.json +++ b/site/_data/services.json @@ -52,14 +52,14 @@ }, { "name": "Notes / Blog", - "href": "https://zndr.dk/blog/", + "href": "/blog/", "desc": "Occasional write-ups.", "tag": "Notes" }, { "name": "Contact", - "href": "mailto:post@zndr.dk", - "desc": "post@zndr.dk", - "tag": "Contact" + "href": "/contact/", + "desc": "How to reach me", + "tag": "Info" } ] diff --git a/site/about.md b/site/about.md index 3aec184..7bf3fc2 100644 --- a/site/about.md +++ b/site/about.md @@ -3,21 +3,4 @@ title: About layout: layouts/page.njk --- -Tiny landing page for links to self‑hosted services. Reach me at [jannik@zndr.dk](mailto:jannik@zndr.dk). - -**Jannik Zander** -Tange Søvej 47 -8850 Bjerringbro -DENMARK - - - - - - - - +Tiny landing page for links to self‑hosted services. diff --git a/site/contact.md b/site/contact.md new file mode 100644 index 0000000..3c3e6af --- /dev/null +++ b/site/contact.md @@ -0,0 +1,30 @@ +--- +layout: layouts/page.njk +title: Contact +permalink: /contact/ +--- + +Reach me at [jannik [at] zndr.dk](mailto:jannik@zndr.dk). + +For secure communication: + +- [PGP public key](/pgp.txt) +- [SSH keys](/keys.txt) + + +**Jannik Zander** +Tange Søvej 47 +8850 Bjerringbro +DENMARK + + + + + + + + -- 2.50.1