From 580b7553fcac8bc5924d24e71487bdabb9595220 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:29 +0000 Subject: feat: add catppuccin theme --- themes/modern-dark-catppuccin/home.html | 327 +++++++++++++++++++++++ themes/modern-dark-catppuccin/layout.html | 418 ++++++++++++++++++++++++++++++ 2 files changed, 745 insertions(+) create mode 100644 themes/modern-dark-catppuccin/home.html create mode 100644 themes/modern-dark-catppuccin/layout.html (limited to 'themes/modern-dark-catppuccin') diff --git a/themes/modern-dark-catppuccin/home.html b/themes/modern-dark-catppuccin/home.html new file mode 100644 index 0000000..912c9f5 --- /dev/null +++ b/themes/modern-dark-catppuccin/home.html @@ -0,0 +1,327 @@ + + + + + + {{ .SiteTitle }} + + + + + + + + +
+
+

{{ .SiteTitle }}

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

{{ .AuthorBio }}

+
+ +
+

Latest Posts

+ +
+
+ + + + \ No newline at end of file diff --git a/themes/modern-dark-catppuccin/layout.html b/themes/modern-dark-catppuccin/layout.html new file mode 100644 index 0000000..660f6ed --- /dev/null +++ b/themes/modern-dark-catppuccin/layout.html @@ -0,0 +1,418 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + +
+
+

{{ .Title }}

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