diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 12:47:03 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 12:47:03 +0200 |
| commit | 182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d (patch) | |
| tree | 5da4134d706f8b80662ec57c4ee87330dc38ef34 | |
| parent | 91a6bb6ff7e1ec7ed6ee816e55dc40cc04d9a4a0 (diff) | |
| download | danixxyz-182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d.tar.gz danixxyz-182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | content/en/404.md | 1 | ||||
| -rw-r--r-- | content/it/404.md | 1 | ||||
| -rw-r--r-- | danixxyz.tar.gz | bin | 0 -> 24204770 bytes |
3 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..99bf542 --- /dev/null +++ b/danixxyz.tar.gz |
