fedipage/layouts/index.activity.ajson
2023-10-13 18:53:36 -04:00

15 lines
436 B
Text

{
{ partial "context.ajson" . }},
"type": "Person",
"id": "{{ $.Site.BaseURL }}",
"outbox": "{{ $.Site.BaseURL }}outbox",
"inbox": "{{ $.Site.BaseURL }}inbox",
"preferredUsername": "{{$.Site.Author.name}}",
"name": "{{$.Site.Author.name}} - {{$.Site.Title}}",
"summary": "{{$.Site.Params.Description}}",
"icon": {
"type":"Image",
"mediaType":"image/png",
"url": "{{ $.Site.BaseURL }}images/logo.png"
}
}