From 01e3fc5e776318ddddd0c556b9a4022101bfd550 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 13 Feb 2026 18:09:53 +0100 Subject: [PATCH] Configuration Hugo basique. --- hugo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hugo.yaml diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..ee09b49 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,6 @@ +--- +baseURL: https://alexis.lahouze.org +languageCode: fr-fr +title: Alexis Lahouze + +# vim: set tw=80 ts=4 sw=4 sts=4 nospell