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-dark/home.html | 450 +++++++++++++++++++++++++++++++++++ themes/modern-dark/layout.html | 523 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 973 insertions(+) create mode 100644 themes/modern-dark/home.html create mode 100644 themes/modern-dark/layout.html (limited to 'themes/modern-dark') diff --git a/themes/modern-dark/home.html b/themes/modern-dark/home.html new file mode 100644 index 0000000..2ff565a --- /dev/null +++ b/themes/modern-dark/home.html @@ -0,0 +1,450 @@ + + + + + + {{ .SiteTitle }} + + + + + + +
+ + +
+

{{ .AuthorName }}

+

{{ .AuthorRole }}

+

{{ .AuthorBio }}

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

No posts yet.

+ {{ end }} +
+ +
+ © {{ .Year }} {{ .AuthorName }} + Built with kite +
+
+ + diff --git a/themes/modern-dark/layout.html b/themes/modern-dark/layout.html new file mode 100644 index 0000000..c3f351c --- /dev/null +++ b/themes/modern-dark/layout.html @@ -0,0 +1,523 @@ + + + + + + + {{ .Title }} + + + + + + + + + +
+ + +

{{ .Title }}

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