summaryrefslogtreecommitdiff
path: root/about/index.md
blob: b7efc71743b94df02143d84e80315ad6ef6fd444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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, <t@tjp.lol> is the best way.

## elsewhere

- **email** <t@tjp.lol>
- **code** [self-hosted cgit](https://code.tjp.lol/)
- **fedi** [@tjpcc@tilde.zone](https://tilde.zone/@tjpcc)
- **gemini** <gemini://tjp.lol/>

---

## 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.