diff options
author | mms <michal@sapka.me> | 2024-06-27 21:58:57 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-27 21:58:57 +0200 |
commit | 0e2475fcda128846b6ce9704fad97fb65b0f0337 (patch) | |
tree | 0cbb9dcd3a7a2edfd0958ef4571eb23f9922ec2c /content/blog/contact | |
parent | cf04401b4dd03de8d52a8b0b7537bd2a9ea9924e (diff) |
feat(blog): move me to blog
Diffstat (limited to 'content/blog/contact')
-rw-r--r-- | content/blog/contact/_index.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/content/blog/contact/_index.md b/content/blog/contact/_index.md new file mode 100644 index 0000000..a525e99 --- /dev/null +++ b/content/blog/contact/_index.md @@ -0,0 +1,31 @@ ++++ +title = "Contact" +author = ["MichaĆ Sapka"] +draft = false +weight = 1003 +abstract = "How to contact me" +aliases = ["/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 |