www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

commit bff8691082a747376c0c9c1d6a3580e42e5252df
parent e189cb42769f09adfdb89b08725a10dbbf27466c
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Mon, 13 Jul 2026 12:51:18 -0700

Add human.json to site with initial vouches

See <https://codeberg.org/robida/human.json> for details on the
protocol. Thanks to R.L. for nudging me to finally do this (and vouching
for me to help me connect to the  world).

Diffstat:
Mlayouts/partials/hook_head_end.html | 1+
Astatic/human.json | 22++++++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/layouts/partials/hook_head_end.html b/layouts/partials/hook_head_end.html @@ -1,6 +1,7 @@ <link rel="stylesheet" type="text/css" href="{{relURL "css/extra.css"}}"> {{ if .Params.katex }}{{ partial "katex.html" . }}{{ end -}} <link rel="alternate" type="application/rss+xml" href="{{relURL "posts/index.xml"}}"> +<link rel="human-json" href="{{relURL "human.json"}}"> {{ $title := print .Site.Title " | " .Title -}} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end -}} <meta property="og:title" content="{{ $title }}" /> diff --git a/static/human.json b/static/human.json @@ -0,0 +1,22 @@ +{ + "version": "0.1.1", + "url": "https://www.eamoncaddigan.net/", + "vouches": [ + { + "url": "https://rldane.space/", + "vouched_at": "2026-07-13" + }, + { + "url": "https://benjaminhollon.com/", + "vouched_at": "2026-07-13" + }, + { + "url": "https://ww0cj.radio/", + "vouched_at": "2026-07-13" + }, + { + "url": "https://joelchrono12.xyz/", + "vouched_at": "2026-07-13" + } + ] +}