diff --git a/views/guides.php b/views/guides.php
index 9d85f3e..c616d33 100644
--- a/views/guides.php
+++ b/views/guides.php
@@ -20,6 +20,7 @@
Adding a DNS proof
Adding a Mastodon proof
Adding a Pleroma proof
+ Adding a Pixelfed proof
Adding a Twitter proof
Adding a Lobste.rs proof
Adding a Hackernews proof
diff --git a/views/guides/pixelfed.content.php b/views/guides/pixelfed.content.php
new file mode 100644
index 0000000..8733c88
--- /dev/null
+++ b/views/guides/pixelfed.content.php
@@ -0,0 +1,30 @@
+
Let's add a decentralized Pixelfed proof to your OpenPGP keys.
+ +Log in to your Pixelfed instance and add the following lines to your Bio (make sure to replace FINGERPRINT):
+This is an OpenPGP proof that connects my OpenPGP key to this Pixelfed account.
+For details check out https://keyoxide.org/guides/openpgp-proofs
+
[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]
+
+
+First, edit the key (make sure to replace FINGERPRINT):
+gpg --edit-key FINGERPRINT
+
+Add a new notation:
+notation
+
+Enter the notation (make sure to update the link):
+proof@metacode.biz=https://INSTANCE.ORG/users/USERNAME
+
+Please note that the /users/ part of the URL is mandatory for the proof to work.
+ +Save the key:
+save
+
+Upload the key to WKD or keys.openpgp.org (make sure to replace FINGERPRINT):
+gpg --send-keys FINGERPRINT
+
+And you're done! Reload your profile page, it should now show a verified Fediverse account (Pixelfed is part of the Fediverse).
diff --git a/views/guides/pixelfed.title.php b/views/guides/pixelfed.title.php new file mode 100644 index 0000000..943c44f --- /dev/null +++ b/views/guides/pixelfed.title.php @@ -0,0 +1 @@ +Adding a Pixelfed proof