From f32213675b7af3f706baf0257c3e4379799c926b Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Sat, 4 Apr 2026 21:01:01 +0000 Subject: feat: add new theme "magical" --- themes/magical/home.html | 352 ++++++++++++++++++++ themes/magical/layout.html | 775 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1127 insertions(+) create mode 100644 themes/magical/home.html create mode 100644 themes/magical/layout.html (limited to 'themes/magical') diff --git a/themes/magical/home.html b/themes/magical/home.html new file mode 100644 index 0000000..bb0e936 --- /dev/null +++ b/themes/magical/home.html @@ -0,0 +1,352 @@ + + + + + + {{ .SiteTitle }} + + + + + + +
+ + +
+

{{ .AuthorName }}

+

{{ .AuthorRole }}

+

{{ .AuthorBio }}

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

No posts yet.

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

{{ .Title }}

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