From 7cfdc43226930b21bae2e02581672a338a9c0789 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Wed, 25 Mar 2026 00:42:18 +0000 Subject: feat: better gruvbox theme --- themes/gruvbox/home.html | 678 +++++++++++++++++++++++++++++-------- themes/gruvbox/layout.html | 808 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 1189 insertions(+), 297 deletions(-) (limited to 'themes') diff --git a/themes/gruvbox/home.html b/themes/gruvbox/home.html index e002da3..c84214d 100644 --- a/themes/gruvbox/home.html +++ b/themes/gruvbox/home.html @@ -7,275 +7,661 @@ -
- + +
+
- {{ .AuthorRole }} +
+ visitor + @ + {{ .SiteTitle }} + : + ~ + $ + +

{{ .AuthorName }}

+
+ {{ .AuthorRole }} +

{{ .AuthorBio }}

-
-

Writing

+ +
+
+ writing + + ~/posts/ + {{ if .Posts }}{{ len .Posts }} files{{ else }}empty{{ end + }} + +
+ {{ if .Posts }} -
- {{ range .Posts }} - - - {{ .Title }} - - +
+ {{ else }} -

- $ No entries found. -

+
-- no posts yet --
{{ end }} -
+ diff --git a/themes/gruvbox/layout.html b/themes/gruvbox/layout.html index 005a9f6..60474fd 100644 --- a/themes/gruvbox/layout.html +++ b/themes/gruvbox/layout.html @@ -3,244 +3,750 @@ + {{ .Title }} + + + -
- - - {{ if .TOC }} - -
-

{{ .Title }}

-
{{ .Content }}
-
-
+
+ +
+ home + {{ .Title }} +
+ + +
+
post
+

{{ .Title }}

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