Skip to content

Commit 0968ade

Browse files
committed
feat: add basic human.json
See https://codeberg.org/robida/human.json
1 parent 90e40c8 commit 0968ade

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

layouts/partials/extend_head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<link rel="webmention" href="https://webmention.io/foosel.net/webmention" />
22
<link rel="pingback" href="https://webmention.io/foosel.net/xmlrpc" />
3+
<link rel="human-json" href="https://foosel.net/human.json" />
34

45
<meta name="fediverse:creator" content="@foosel@chaos.social" />
56

static/human.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "0.1.1",
3+
"url": "https://foosel.net",
4+
"vouches": [
5+
{
6+
"url": "https://food.foosel.net",
7+
"vouched_at": "2026-03-14"
8+
},
9+
{
10+
"url": "https://chaos.social/@foosel",
11+
"vouched_at": "2026-03-14"
12+
},
13+
{
14+
"url": "https://octoprint.org",
15+
"vouched_at": "2026-03-14"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)