From 130fdf3445b267c972fe051d139a88a201ac9888 Mon Sep 17 00:00:00 2001 From: t Date: Mon, 13 Jul 2026 11:35:19 -0600 Subject: move static content index pages (projects, notes, about) into markdown --- about/index.html.tmpl | 49 ------------------------------------------------- about/index.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 49 deletions(-) delete mode 100644 about/index.html.tmpl create mode 100644 about/index.md (limited to 'about') diff --git a/about/index.html.tmpl b/about/index.html.tmpl deleted file mode 100644 index e2a5c1b..0000000 --- a/about/index.html.tmpl +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -About & colophon — tjp.lol - - - - -
- -{{template "header" .}} -
-
-
-

I'm Travis, 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

- -
- - -
-
- -{{template "footer" .}} diff --git a/about/index.md b/about/index.md new file mode 100644 index 0000000..b7efc71 --- /dev/null +++ b/about/index.md @@ -0,0 +1,28 @@ +--- +title: "About & colophon" +--- + +I'm Travis, 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](/weblog/). If you want to reach me, is the best way. + +## elsewhere + +- **email** +- **code** [self-hosted cgit](https://code.tjp.lol/) +- **fedi** [@tjpcc@tilde.zone](https://tilde.zone/@tjpcc) +- **gemini** + +--- + +## colophon + +This site is generated from Markdown and Go templates by [Weft](https://code.tjp.lol/weft.git), with a single [stylesheet](/style.css). + +- **Type:** system UI font for prose, system monospace for headings and code. No web fonts of network requests for type. +- **Color:** light and dark themes via `prefers-color-scheme`. It follows your OS setting in CSS. +- **Weblog:** published from Markdown as static HTML. +- **Notes:** authored in Obsidian and Neovim, synced across my devices by Syncthing, built into static pages by Weft and published [here](/notes/). +- **Build:** Weft recursively renders Markdown and Go templates. AI may assist with coding and batch refactoring, but never with any published post content. +- **Hosting:** static files self-hosted on a VPS. +- **License:** content is [CC BY 4.0](https://creativecommons.org/licences/by/4.0/) unless a page says otherwise. Take it, remix it, just credit me. -- cgit v1.3