From 77b52b98099740a6799ce22923a4f9f0a28828a4 Mon Sep 17 00:00:00 2001 From: blankie Date: Thu, 26 Mar 2026 10:11:32 -0700 Subject: [PATCH] created themes folder with kodama template Save the custom kodama template to themes/kodama.html so it's version-controlled as a file rather than only living in the database. Stop tracking index.db since it's runtime data, not source code. --- .gitignore | 1 + themes/kodama.html | 746 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 747 insertions(+) create mode 100644 themes/kodama.html diff --git a/.gitignore b/.gitignore index 799f1c1..3917026 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ tinyweb_identity index.db +index.db diff --git a/themes/kodama.html b/themes/kodama.html new file mode 100644 index 0000000..d48b577 --- /dev/null +++ b/themes/kodama.html @@ -0,0 +1,746 @@ + + + + + + + + + + + +
+ +
+
+ {{content}} +
+
+
curated by hand ยท shared over mesh
+
+
+
+ + + \ No newline at end of file