From 6d2226d82196891fda364994835433a66679df27 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:47:44 +0200 Subject: feat: create landing page with hero and CTAs --- themes/danix-xyz-hacker/layouts/index.html | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/index.html (limited to 'themes') diff --git a/themes/danix-xyz-hacker/layouts/index.html b/themes/danix-xyz-hacker/layouts/index.html new file mode 100644 index 0000000..e9d2c39 --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/index.html @@ -0,0 +1,45 @@ +{{ define "main" }} +
+
+ + {{ if .Params.image }} +
+ {{ .Site.Params.author }} +
+ {{ end }} + + +

+ {{ .Site.Params.author }} +

+ + +
+ {{ .Content }} +
+ + + +
+
+{{ end }} -- cgit v1.2.3