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
+12
View File
@@ -0,0 +1,12 @@
---
layout: layout.pug
lang: en
permalink: /
---
section(class="min-h-screen flex flex-col items-center justify-center px-6 text-center")
h1(class="text-5xl font-bold tracking-tight mb-4")= i18n[lang].hero_title
p(class="text-lg text-gray-400 max-w-xl mb-10")= i18n[lang].hero_subtitle
a(href="/pl/" class="text-sm text-gray-500 hover:text-gray-300 underline underline-offset-4")= i18n[lang].lang_switch_label
footer(class="pb-8 text-center text-xs text-gray-600")
p= i18n[lang].footer_text