From dc587d10f05396d1279b536b309aea322d86bf21 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Wed, 12 Nov 2025 00:16:42 +0100 Subject: [PATCH] Ajout de quelques fichiers "bien connus" --- static/.well-known/security.txt | 6 ++++++ static/humans.txt | 14 ++++++++++++++ static/robots.txt | 6 ++++++ static/security.txt | 6 ++++++ 4 files changed, 32 insertions(+) create mode 100644 static/.well-known/security.txt create mode 100644 static/humans.txt create mode 100644 static/robots.txt create mode 100644 static/security.txt diff --git a/static/.well-known/security.txt b/static/.well-known/security.txt new file mode 100644 index 00000000..4bb4ff17 --- /dev/null +++ b/static/.well-known/security.txt @@ -0,0 +1,6 @@ +# security.txt pour https://richard-dern.fr +Contact: https://richard-dern.fr/contact/ +Preferred-Languages: fr, en +Policy: https://richard-dern.fr/contact/ +Canonical: https://richard-dern.fr/.well-known/security.txt +Expires: 2026-11-11T23:12:46Z diff --git a/static/humans.txt b/static/humans.txt new file mode 100644 index 00000000..65c036c1 --- /dev/null +++ b/static/humans.txt @@ -0,0 +1,14 @@ +/* humans.txt */ +Site: https://richard-dern.fr + +/* TEAM */ +Author: Richard Dern +Role: Auteur, éditeur et développeur du site +Location: France (Europe/Paris) +Contact: https://richard-dern.fr/contact/ + +/* SITE */ +Language: fr-FR (content) / en-US (quelques articles) +Generator: Hugo (contenu statique) +Hosting: OVHcloud (France) +Standards: HTML5, CSS, RSS/Atom \ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..9b89e04d --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,6 @@ +# robots.txt for https://richard-dern.fr +User-agent: * +Allow: / + +Sitemap: https://richard-dern.fr/sitemap.xml +# Pour en savoir plus sur le site ou me contacter : /humans.txt et /security.txt diff --git a/static/security.txt b/static/security.txt new file mode 100644 index 00000000..4bb4ff17 --- /dev/null +++ b/static/security.txt @@ -0,0 +1,6 @@ +# security.txt pour https://richard-dern.fr +Contact: https://richard-dern.fr/contact/ +Preferred-Languages: fr, en +Policy: https://richard-dern.fr/contact/ +Canonical: https://richard-dern.fr/.well-known/security.txt +Expires: 2026-11-11T23:12:46Z