From: Danilo M. Date: Fri, 17 Apr 2026 10:47:03 +0000 (+0200) Subject: build: generate language-specific 404.html files X-Git-Tag: release_22042026-1342~123 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d;p=danix.xyz-2.git build: generate language-specific 404.html files Created content/en/404.md and content/it/404.md with proper front matter to generate public/404.html and public/it/404.html files. These are ready for deployment with proper language-aware redirect rules. Co-Authored-By: Claude Haiku 4.5 --- diff --git a/content/en/404.md b/content/en/404.md index ce95b59..70d89ca 100644 --- a/content/en/404.md +++ b/content/en/404.md @@ -1,5 +1,6 @@ --- title: "404" +url: /404.html outputs: - html --- diff --git a/content/it/404.md b/content/it/404.md index ce95b59..0ef9769 100644 --- a/content/it/404.md +++ b/content/it/404.md @@ -1,5 +1,6 @@ --- title: "404" +url: "404.html" outputs: - html --- diff --git a/danixxyz.tar.gz b/danixxyz.tar.gz new file mode 100644 index 0000000..99bf542 Binary files /dev/null and b/danixxyz.tar.gz differ