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 --- notes/index.html.tmpl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 notes/index.html.tmpl (limited to 'notes/index.html.tmpl') diff --git a/notes/index.html.tmpl b/notes/index.html.tmpl new file mode 100644 index 0000000..468a466 --- /dev/null +++ b/notes/index.html.tmpl @@ -0,0 +1,31 @@ + + + + + +Notes — tjp.lol + + + + +
+ +{{template "header" .}} +
+
+

This is a digital garden — a public slice of the notes I keep in Obsidian. Unlike the weblog, these aren't essays. They're living pages: some are a paragraph, some are years old, most link to each other. Start anywhere and follow the threads.

+
+ +
+

start here

+
+ +
+

all notes

+ {{$notes := sortPages (index .Pages "notes") "mod_time"}}{{with $notes}}
+ {{range .}}{{.Title}}{{end}} +
{{end}} +
+
+ +{{template "footer" .}} -- cgit v1.3