From b6154fbb1492e444b258719c5ae4342614db8a91 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:15 +0000 Subject: feat: add everforest theme --- themes/everforest/layout.html | 424 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 424 insertions(+) create mode 100644 themes/everforest/layout.html (limited to 'themes/everforest/layout.html') diff --git a/themes/everforest/layout.html b/themes/everforest/layout.html new file mode 100644 index 0000000..1394a62 --- /dev/null +++ b/themes/everforest/layout.html @@ -0,0 +1,424 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + + +
+ +
+

{{ .Title }}

+
+ + + {{ if .TOC }} +
+
+ Contents + +
+
+ {{ end }} + + +
{{ .Content }}
+
+ + + + -- cgit v1.3.1