From 9cfd3dbeb7967eb4971ccfd5124bbded901acf7a Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:35 +0000 Subject: feat: add rose-pine theme --- themes/rose-pine/home.html | 324 ++++++++++++++++++++++++++++++++++ themes/rose-pine/layout.html | 412 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 736 insertions(+) create mode 100644 themes/rose-pine/home.html create mode 100644 themes/rose-pine/layout.html (limited to 'themes') diff --git a/themes/rose-pine/home.html b/themes/rose-pine/home.html new file mode 100644 index 0000000..5b7b6fa --- /dev/null +++ b/themes/rose-pine/home.html @@ -0,0 +1,324 @@ + + + + + + {{ .SiteTitle }} + + + + + + + + +
+
+

{{ .SiteTitle }}

+
+ {{ .AuthorName }} + {{ .AuthorRole }} +
+

{{ .AuthorBio }}

+
+ +
+

Latest Posts

+ +
+
+ + + + \ No newline at end of file diff --git a/themes/rose-pine/layout.html b/themes/rose-pine/layout.html new file mode 100644 index 0000000..2239d62 --- /dev/null +++ b/themes/rose-pine/layout.html @@ -0,0 +1,412 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + +
+
+

{{ .Title }}

+
+ + {{ if .TOC }} +
+
+ Contents + +
+
+ {{ end }} + +
{{ .Content }}
+
+ + + + \ No newline at end of file -- cgit v1.3.1