-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update publickey, post dates for demo
- Loading branch information
1 parent
25742ea
commit af452e9
Showing
4 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
{ | ||
"@context": ["https://www.w3.org/ns/activitystreams", { "@language": "en" }], | ||
"type": "Person", | ||
"id": "https://staticpub.distributed.press/about.jsonld", | ||
"url": [{ | ||
"type": "Link", | ||
"rel": "alternate", | ||
"mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", | ||
"href": "ipns://staticpub.distributed.press/about-ipns.jsonld" | ||
}], | ||
"outbox": "https://staticpub.distributed.press/outbox.jsonld", | ||
"inbox": "https://social.distributed.press/v1/@[email protected]/inbox", | ||
"following": "https://staticpub.distributed.press/following.jsonld", | ||
"followers": "https://staticpub.distributed.press/followers.jsonld", | ||
"preferredUsername": "dp", | ||
"name": "Distributed Press", | ||
"summary": "This is your static site profile. You can find the source code at https://github.com/hyphacoop/staticpub.distributed.press/", | ||
"icon": [{ | ||
"type": "Image", | ||
"mediaType": "image/png", | ||
"name": "Your Site Logo", | ||
"url": "https://staticpub.distributed.press/profile.png" | ||
}], | ||
"publicKey": { | ||
"@context": "https://w3id.org/security/v1", | ||
"@type": "Key", | ||
"id": "https://staticpub.distributed.press/about.jsonld#main-key", | ||
"owner": "https://staticpub.distributed.press/about.jsonld", | ||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtZSfTeCr1Wv5NO9inU2O\nk7yI+PHdBrpKrrsxQTXPfz1vWq6myObDKT+SKpxy86LBoY8Ow5/DfEW07vSQpeyq\nYS6PhNzRTKFLe64YhQVMG9CFFnKt804pMe+DcGm4XZsPfaBWgPOkSw14vgLCusvE\nMSa19+uUu4hW1zhFuHPfS2/HacANT3gXo9Qd3nyGd1Pap7zba9bBBbp2/V7ZJloC\nLPO/2fvB0B9bcYebFN7AWsOnDDMwus2LKo5eTqiWAy8C9AissPzo9zGPseOhvBxP\nz7MRJVOON5FZexFjv5b6UjUEqHBT+6Qb8H3WUo3RIrmfbX6rsLWJW5Lm+TJyV9kk\nF0k/5nFIfYa5+DxbzvEFTRvaUEoxK2H4I+jA3an8sTb7uHCWQ5LeYzMEOwosfoL8\ngtEuqQ47K+0fazPS87EfGYv7IAariDsV/9wQyPKODebkfsdJtdc9lyJT9a5uncqt\nTg9V30Z9rcwbRcA/YhRa45ZqB8N7Py6BBcHW/tpQ/AJeDc0UNoZn9rJBN3Lz3OTg\n14aBwLme9ctaZ2MJR7o9np4qMJYBIyUP173eBOtUjXYENWmsfs2kt5lSGAbSSdRf\nAdJmi2Hsbbk54T5BgkBsYZEDIUOPu9o/jxFKCW31nOIx1Kgi9b4i/hC3S/9PYx1T\nWILtVslgUpWj+CXmhYES2mUCAwEAAQ==\n-----END PUBLIC KEY-----\n" | ||
} | ||
"@context": ["https://www.w3.org/ns/activitystreams", { "@language": "en" }], | ||
"type": "Person", | ||
"id": "https://staticpub.distributed.press/about.jsonld", | ||
"url": [{ | ||
"type": "Link", | ||
"rel": "alternate", | ||
"mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", | ||
"href": "ipns://staticpub.distributed.press/about-ipns.jsonld" | ||
}], | ||
"outbox": "https://staticpub.distributed.press/outbox.jsonld", | ||
"inbox": "https://social.distributed.press/v1/@[email protected]/inbox", | ||
"following": "https://staticpub.distributed.press/following.jsonld", | ||
"followers": "https://staticpub.distributed.press/followers.jsonld", | ||
"preferredUsername": "dp", | ||
"name": "Distributed Press", | ||
"summary": "This is your static site profile. You can find the source code at https://github.com/hyphacoop/staticpub.distributed.press/", | ||
"icon": [{ | ||
"type": "Image", | ||
"mediaType": "image/png", | ||
"name": "Your Site Logo", | ||
"url": "https://staticpub.distributed.press/profile.png" | ||
}], | ||
"publicKey": { | ||
"@context": "https://w3id.org/security/v1", | ||
"@type": "Key", | ||
"id": "https://staticpub.distributed.press/about.jsonld#main-key", | ||
"owner": "https://staticpub.distributed.press/about.jsonld", | ||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtZSfTeCr1Wv5NO9inU2O\nk7yI+PHdBrpKrrsxQTXPfz1vWq6myObDKT+SKpxy86LBoY8Ow5/DfEW07vSQpeyq\nYS6PhNzRTKFLe64YhQVMG9CFFnKt804pMe+DcGm4XZsPfaBWgPOkSw14vgLCusvE\nMSa19+uUu4hW1zhFuHPfS2/HacANT3gXo9Qd3nyGd1Pap7zba9bBBbp2/V7ZJloC\nLPO/2fvB0B9bcYebFN7AWsOnDDMwus2LKo5eTqiWAy8C9AissPzo9zGPseOhvBxP\nz7MRJVOON5FZexFjv5b6UjUEqHBT+6Qb8H3WUo3RIrmfbX6rsLWJW5Lm+TJyV9kk\nF0k/5nFIfYa5+DxbzvEFTRvaUEoxK2H4I+jA3an8sTb7uHCWQ5LeYzMEOwosfoL8\ngtEuqQ47K+0fazPS87EfGYv7IAariDsV/9wQyPKODebkfsdJtdc9lyJT9a5uncqt\nTg9V30Z9rcwbRcA/YhRa45ZqB8N7Py6BBcHW/tpQ/AJeDc0UNoZn9rJBN3Lz3OTg\n14aBwLme9ctaZ2MJR7o9np4qMJYBIyUP173eBOtUjXYENWmsfs2kt5lSGAbSSdRf\nAdJmi2Hsbbk54T5BgkBsYZEDIUOPu9o/jxFKCW31nOIx1Kgi9b4i/hC3S/9PYx1T\nWILtVslgUpWj+CXmhYES2mUCAwEAAQ==\n-----END PUBLIC KEY-----\n" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters