From 2ab0e23eca3c5cac82d948e506b3f1cb81bedd18 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 12:08:14 -0600 Subject: Migrate site pages to Weft templates and Markdown --- index.html.tmpl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 index.html.tmpl (limited to 'index.html.tmpl') diff --git a/index.html.tmpl b/index.html.tmpl new file mode 100644 index 0000000..83a9a4f --- /dev/null +++ b/index.html.tmpl @@ -0,0 +1,45 @@ + + + + + +tjp.lol + + + + + +
+ +{{template "header" .}} +
+
+

Welcome in. This site is my writing desk: weblog posts moving over from my gemini:// capsule, plus a public cut of the notes I keep in Obsidian and sync across my machines with Syncthing.

+

Plain HTML and CSS. No JavaScript, no tracking — it reads exactly the same with scripts turned off. That's the point.

+
+ +
+

recent posts

+ {{$posts := sortPages (index .Pages "weblog") "post_date"}}{{with $posts}}
    + {{range slicePages . 0 5}}
  • {{.Title}}
  • {{end}} +
+ {{end}}

all posts →

+
+ +
+
+

elsewhere

+ +
+ +
+
+ +{{template "footer" .}} -- cgit v1.3