valor/layouts/_default/single.activitypub.json
2025-09-27 19:31:39 -04:00

10 lines
344 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Article",
"id": "{{ .Permalink }}",
"name": "{{ .Title }}",
"attributedTo": "https://gabe.rocks/@gabriel",
"to": ["https://www.w3.org/ns/activitystreams#Public"],
"published": "{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}",
"content": {{ .Summary | jsonify }}
}