humans.json
This commit is contained in:
parent
4bc85e0c37
commit
1caf5d67d4
3 changed files with 29 additions and 1 deletions
26
static/human.json
Normal file
26
static/human.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<meta name="viewport" content="width=device-width"/>
|
||||
<meta name="author" content="Pascal Engélibert"/>
|
||||
<link type="text/plain" rel="author" href="/humans.txt"/>
|
||||
<link rel="human.json" href="/human.json"/>
|
||||
{% block head %}{% endblock head %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue