From 4d9b00db335b72efc22b120593add2f5aa93867e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= Date: Thu, 3 Sep 2026 18:55:36 +0200 Subject: [PATCH] humans.json --- static/human.json | 26 ++++++++++++++++++++++++++ static/humans.txt | 3 ++- templates/base.html | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 static/human.json diff --git a/static/human.json b/static/human.json new file mode 100644 index 0000000..55dd355 --- /dev/null +++ b/static/human.json @@ -0,0 +1,26 @@ +{ + "version": "0.1.1", + "url": "https://txmn.tk", + "vouches": [ + { + "url": "https://scuti.neocities.org", + "vouched_at": "2026-09-03" + }, + { + "url": "https://cobc.me", + "vouched_at": "2026-09-03" + }, + { + "url": "https://grisebouille.net", + "vouched_at": "2026-09-03" + }, + { + "url": "https://www.davidrevoy.com/", + "vouched_at": "2026-09-03" + }, + { + "url": "https://www.peppercarrot.com", + "vouched_at": "2026-09-03" + } + ] +} diff --git a/static/humans.txt b/static/humans.txt index fe75184..bc7535c 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -10,4 +10,5 @@ h30x: https://git.42l.fr/HugoTrentesaux/toucan /* SITE */ Language: English, French, Esperanto Components: katex -Software: Zola, VSCodium, Forgejo, webhookd, Apache, Gimp, Darktable +Software: Zola, VSCodium, Forgejo, webhookd, Apache, Gimp, Darktable, YogaImageOptimizer, Debian, Armbian +Services: Let's Encrypt diff --git a/templates/base.html b/templates/base.html index c6bdf7b..cd5678c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,6 +15,7 @@ + {% block head %}{% endblock head %}