From a95bb6c3733da94bb85231af2b520026e87f571a Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Wed, 25 Mar 2026 00:39:52 +0000 Subject: feat: add gruvbox theme --- themes/gruvbox/home.html | 282 +++++++++++++++++++++++++++++++++++++++++++++ themes/gruvbox/layout.html | 246 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 528 insertions(+) create mode 100644 themes/gruvbox/home.html create mode 100644 themes/gruvbox/layout.html (limited to 'themes/gruvbox') diff --git a/themes/gruvbox/home.html b/themes/gruvbox/home.html new file mode 100644 index 0000000..e002da3 --- /dev/null +++ b/themes/gruvbox/home.html @@ -0,0 +1,282 @@ + + + + + + {{ .SiteTitle }} + + + + + + +
+ + +
+ {{ .AuthorRole }} +

{{ .AuthorName }}

+

{{ .AuthorBio }}

+
+ +
+

Writing

+ {{ if .Posts }} +
+ {{ range .Posts }} + + + {{ .Title }} + + + {{ end }} +
+ {{ else }} +

+ $ No entries found. +

+ {{ end }} +
+ +
+ © {{ .Year }} + Built with kite +
+
+ + diff --git a/themes/gruvbox/layout.html b/themes/gruvbox/layout.html new file mode 100644 index 0000000..005a9f6 --- /dev/null +++ b/themes/gruvbox/layout.html @@ -0,0 +1,246 @@ + + + + + + {{ .Title }} + + + + + + + +
+ + + {{ if .TOC }} + + {{ end }} + +
+

{{ .Title }}

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