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" + } + ] +}