From: Danilo M. Date: Wed, 15 Apr 2026 13:47:44 +0000 (+0200) Subject: feat: create landing page with hero and CTAs X-Git-Tag: release_22042026-1342~274 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=6d2226d82196891fda364994835433a66679df27;p=danix.xyz-2.git feat: create landing page with hero and CTAs --- 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 }}