]> danix's work - danix.xyz-2.git/commitdiff
build: generate language-specific 404.html files
authorDanilo M. <redacted>
Fri, 17 Apr 2026 10:47:03 +0000 (12:47 +0200)
committerDanilo M. <redacted>
Fri, 17 Apr 2026 10:47:03 +0000 (12:47 +0200)
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 <redacted>
content/en/404.md
content/it/404.md
danixxyz.tar.gz [new file with mode: 0644]

index ce95b590921e20917d603e957a9054eed765c6f8..70d89cade6c6bb0111761e7506020543f9ac17bc 100644 (file)
@@ -1,5 +1,6 @@
 ---
 title: "404"
+url: /404.html
 outputs:
   - html
 ---
index ce95b590921e20917d603e957a9054eed765c6f8..0ef9769c455d62cd120840b229e014a8c9c8a924 100644 (file)
@@ -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 (file)
index 0000000..99bf542
Binary files /dev/null and b/danixxyz.tar.gz differ