From c6b6be097125a2649503ac9bb9a8b538a8d5a96e Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 18 Mar 2026 14:47:56 +0100 Subject: [PATCH] feat: add human.json --- content/ai.md | 9 +++++++++ static/human.json | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 content/ai.md create mode 100644 static/human.json diff --git a/content/ai.md b/content/ai.md new file mode 100644 index 0000000..9f1d28f --- /dev/null +++ b/content/ai.md @@ -0,0 +1,9 @@ +--- +title: "AI Usage" +date: 2025-03-18T12:51:08+02:00 +draft: False +--- + +No content on this website is the product of genAI, unless it is specifically mareked as such (e.g. to showcase bad code). + +Some people might vouche that this site is written by a human, you can check the status with [human.json](https://codeberg.org/robida/human.json). diff --git a/static/human.json b/static/human.json new file mode 100644 index 0000000..be974e2 --- /dev/null +++ b/static/human.json @@ -0,0 +1,10 @@ +{ + "version": "1.0.0", + "url": "https://hyteck.de", + "vouches": [ + { + "url": "https://notfellchen.org", + "vouched_at": "2026-03-18" + } + ] +}