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. --- about/index.html.tmpl | 37 ++++++++++++++++++------------------- feed.xml.tmpl | 3 ++- index.html.tmpl | 34 ++++++++++++++++------------------ notes/_plain-html.md | 28 ---------------------------- notes/index.html.tmpl | 12 ++++++++---- projects/index.html.tmpl | 29 +++++++++++++++++++++++++---- site.tmpl | 20 ++++++++++---------- style.css | 3 ++- weblog/index.html.tmpl | 3 ++- 9 files changed, 83 insertions(+), 86 deletions(-) delete mode 100644 notes/_plain-html.md diff --git a/about/index.html.tmpl b/about/index.html.tmpl index 065fdc3..b0c8e3c 100644 --- a/about/index.html.tmpl +++ b/about/index.html.tmpl @@ -13,33 +13,32 @@ {{template "header" .}}
-
-

About

-
-

I'm tjp — an elder-millennial software engineer living in Salt Lake City, Utah. I write mostly Python, spend too long in the terminal, and care about software that's small, legible, and built to last.

-

This site is where I keep my writing. If you want to reach me, t@tjp.lol is the best way.

- -

Elsewhere

- +

I'm tjp, a software engineer living in Salt Lake City, Utah. I write mostly code, supervise coding AIs, generally spend too long in the terminal, and care about software that's small, legible, and built to last.

+

This site is where I keep my writing. If you want to reach me, t@tjp.lol is the best way.

+
+

elsewhere

+ +
+ - {{with index .Sections 0}}
{{.}}
{{end}} - {{joinSections (slice .Sections 1)}} + {{with .Sections}}{{with index . 0}}
{{.}}
{{end}} + {{joinSections (slice . 1)}}{{end}}