diff options
author | User Mms <mms@voyager.local> | 2024-10-13 23:20:31 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-13 23:20:31 +0200 |
commit | 55a2a1b2f1321eb609136e01546125a324f7d6ef (patch) | |
tree | e9d98bc70650a04ff86bd2ae718878d5d4ade50d /content/more/contact/_index.md | |
parent | 87992468e1dedcc8a5d765f87738f18dce671845 (diff) |
new lay, phase 1
Diffstat (limited to 'content/more/contact/_index.md')
-rw-r--r-- | content/more/contact/_index.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/content/more/contact/_index.md b/content/more/contact/_index.md new file mode 100644 index 0000000..afa266b --- /dev/null +++ b/content/more/contact/_index.md @@ -0,0 +1,31 @@ ++++ +title = "Contact" +author = ["MichaĆ Sapka"] +categories = ["more"] +draft = false +weight = 1004 +abstract = "How to contact me" +aliases = ["/contact/", "/me/contact/", "/blog/contact/"] ++++ + +## Contact {#contact} + +I try not use social media except for YouTube and Mastodon. Therefore, you won't find me on Twitter, TikTok. +****Email****: [contact@michal.sapka.me](mailto:contact@michal.sapka.me) +****Mastodon****: [@mms@emacs.ch](https://emacs.ch/@ms) + + +## GPG keys {#gpg-keys} + +If you want, you can use my GPG key to validate signature (all emails from me should be signed) or to encrypt a message. +You can find the key [here](/mms.gpg). + +Or you can import it directly + +```shell +curl -sL https://michal.sapka.me/mms.gpg | gpg --import +``` + +Log: + +- 2023-11-30: key **72AC6E152B4D98DE4CEF2CDA7E97D88147ED66E7** created |