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 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 themes/gruvbox/home.html (limited to 'themes/gruvbox/home.html') 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 }} +
+ + +
+ + -- cgit v1.3.1