From 6eb342c0d30eebe50e127a54038b2df6dc64b4e5 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Wed, 25 Mar 2026 00:34:32 +0000 Subject: feat: add new theme structure --- themes/modern-light/home.html | 362 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 362 insertions(+) create mode 100644 themes/modern-light/home.html (limited to 'themes/modern-light/home.html') diff --git a/themes/modern-light/home.html b/themes/modern-light/home.html new file mode 100644 index 0000000..0e963fe --- /dev/null +++ b/themes/modern-light/home.html @@ -0,0 +1,362 @@ + + + + + + {{ .SiteTitle }} + + + + + + +
+ + +
+

{{ .AuthorName }}

+

{{ .AuthorRole }}

+

{{ .AuthorBio }}

+
+ +
+
+ Writing + +
+ + {{ if .Posts }} + + {{ else }} +

No posts yet.

+ {{ end }} +
+ + +
+ + -- cgit v1.3.1