Scaffold Eleventy + Pug + Tailwind + i18n landing page
build / build (push) Failing after 2m5s

This commit is contained in:
Claude
2026-08-02 01:37:49 +02:00
commit 90af2ff911
14 changed files with 3155 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
doctype html
html(lang=lang)
head
meta(charset="UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1.0")
title= i18n[lang].meta_title
link(rel="stylesheet" href="/assets/css/style.css")
body(class="bg-gray-950 text-white antialiased")
!= content