summaryrefslogtreecommitdiff
path: root/about/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'about/index.md')
-rw-r--r--about/index.md28
1 files changed, 28 insertions, 0 deletions
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, <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.