From 6acf4ab874c58ee14f35da671029e56972745ce6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 12:09:21 +0200 Subject: feat(treewide): Migrate to zola --- src/content/contact/_index.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/content/contact/_index.md (limited to 'src/content/contact/_index.md') diff --git a/src/content/contact/_index.md b/src/content/contact/_index.md new file mode 100644 index 0000000..3276460 --- /dev/null +++ b/src/content/contact/_index.md @@ -0,0 +1,31 @@ ++++ +title = "Contact" +description = "How to contact me" +template = "prose.html" +insert_anchor_links = "none" + +[extra] +lang = 'en' + +title = "Contact" +subtitle = "How to contact me" + + +math = false +mermaid = false +copy = false +comment = false +reaction = false ++++ + +Currently, you can reach me via the following methods (in order of preference): +- [Email – benedikt.peetz@b-peetz.de](mailto:benedikt.peetz@b-peetz.de) +- [Matrix – @soispha:vhack.eu](https://matrix.to/#/@soispha:matrix.vhack.eu) +- [Signal – benedikt.32](https://signal.me/#/eu/r03RJhrEynGMYVMhhpGuirRRMJYm_Yjgys3gfQPayVlQmb0Bv25Pt4_HT9QYpa7w) + +You can find my published PGP key via the web key directory: +``` +sq network wkd search benedikt.peetz@b-peetz.de --output - +``` + +Feel free to use that, if you want to use encrypted email. -- cgit 1.4.1