Revert mastodon testing changes

This commit is contained in:
Michael Zhang 2021-11-01 01:02:23 -05:00
parent 81fa0bbb36
commit f3a17a3f69
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
6 changed files with 0 additions and 63 deletions

View File

@ -7,7 +7,3 @@ trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
[*.json]
indent_size = 2

View File

@ -11,15 +11,3 @@ language = "languages"
endLevel = 4
ordered = true
startLevel = 2
[mediaTypes."application/activitypub"]
suffixes = ["json"]
[outputs]
section = ["HTML", "ActivityPub"]
[outputFormats.ActivityPub]
baseName = "ActivityPub"
mediaType = "application/activitypub"
isPlainText = true

View File

@ -1,10 +0,0 @@
{
"posts": [
{{- range $i, $page := .Pages -}}
{{- if $i -}} , {{- end -}}
{
"title": {{ $page.Title | jsonify }}
}
{{- end -}}
]
}

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
<Link rel="lrdd" template="https://mzhang.io/.well-known/webfinger?resource={uri}"/>
</XRD>

View File

@ -1,16 +0,0 @@
{
"subject": "acct:blogger@mzhang.io",
"aliases": [],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://mzhang.io"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://mzhang.io/mastodon/user.json"
}
]
}

View File

@ -1,17 +0,0 @@
{
"@context": [
"https://www.w3.org/ns/activitystreams"
],
"id": "https://mzhang.io/mastodon/user.json",
"type": "Person",
"outbox": "https://mzhang.io/posts/activitypub.json",
"name": "Michael Zhang",
"url": "https://mzhang.io",
"attachment": [
{
"type": "PropertyValue",
"name": "hellosu",
"value": "https://osu.ppy.sh/u/2688103"
}
]
}