From 6636567f9c4395e830f280e1cd0008a726c04286 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 14:06:25 -0600 Subject: Refresh site structure and copy Simplify navigation and section copy, update feed presentation, and remove the obsolete plain-HTML note. --- index.html.tmpl | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'index.html.tmpl') diff --git a/index.html.tmpl b/index.html.tmpl index 83a9a4f..59a87e3 100644 --- a/index.html.tmpl +++ b/index.html.tmpl @@ -4,7 +4,7 @@ tjp.lol - + @@ -14,8 +14,13 @@ {{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.

+

Welcome to my web space. This site is my writing desk: some random pages, weblog posts, and a public cut of the notes I keep synced across my machines.

+

Plain HTML and CSS. No Javascript, no tracking.

+

My interests are a bit all over the place, but around this site you can also find:

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

all posts →

+ {{end}}

all posts →

-
-
-

elsewhere

- -
- -
+
+

recently changed notes

+ {{$notes := sortPages (index .Pages "notes") "ModTime"}}{{with $notes}} + {{end}}

notes →

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