summaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
Diffstat (limited to 'about')
-rw-r--r--about/index.html.tmpl37
1 files changed, 18 insertions, 19 deletions
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" .}}
<main>
<article class="post">
- <div class="post-head">
- <h1>About</h1>
- </div>
<div class="note-body">
- <p>I'm tjp &mdash; 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.</p>
- <p>This site is where I keep my <a href="../weblog/index.html">writing</a>. If you want to reach me, <a href="mailto:t@tjp.lol">t@tjp.lol</a> is the best way.</p>
-
- <h2>Elsewhere</h2>
- <ul>
- <li><span class="mono">email</span> &mdash; <a href="mailto:t@tjp.lol">t@tjp.lol</a></li>
- <li><span class="mono">code</span> &nbsp;&mdash; <a href="https://github.com/teepark">github.com/teepark</a></li>
- <li><span class="mono">fedi</span> &nbsp;&mdash; <a href="https://tilde.zone/@tjpcc" rel="me">@tjpcc@tilde.zone</a></li>
- <li><span class="mono">gemini</span> &mdash; <code>gemini://gemini.ctrl-c.club/~tjp/</code></li>
- </ul>
+ <p>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.</p>
+ <p>This site is where I keep my <a href="{{rel .OutputPath "/weblog/"}}">writing</a>. If you want to reach me, <a href="mailto:t@tjp.lol">t@tjp.lol</a> is the best way.</p>
</div>
+ <section>
+ <h2 class="sec">elsewhere</h2>
+ <ul class="links">
+ <li><span class="k">email</span><a href="mailto:t@tjp.lol">t@tjp.lol</a></li>
+ <li><span class="k">code</span><a href="https://code.tjp.lol/">self-hosted cgit</a></li>
+ <li><span class="k">fedi</span><a href="https://tilde.zone/@tjpcc" rel="me">@tjpcc@tilde.zone</a></li>
+ <li><span class="k">gemini</span><a href="gemini://tjp.lol/">gemini://tjp.lol/</a></li>
+ </ul>
+ </section>
+
<div class="backlinks">
<h2>Colophon</h2>
<div class="note-body">
- <p>This site is generated from Markdown and Go templates by Weft, with a single <a href="../style.css">stylesheet</a>. There is no JavaScript anywhere &mdash; not deferred, not optional, none. It renders identically with scripts disabled because there is nothing to disable.</p>
+ <p>This site is generated from Markdown and Go templates by <a href="https://code.tjp.lol/weft.git">Weft</a>, with a single <a href="../style.css">stylesheet</a>.</p>
<ul>
- <li><strong>Type:</strong> your system's UI font for prose, your system's monospace for headings and code. No web fonts, no network requests for type.</li>
- <li><strong>Colour:</strong> light and dark themes via <code>prefers-color-scheme</code> &mdash; it follows your OS setting, in pure CSS.</li>
+ <li><strong>Type:</strong> system UI font for prose, system monospace for headings and code. No web fonts or network requests for type.</li>
+ <li><strong>Colour:</strong> light and dark themes via <code>prefers-color-scheme</code>. It follows your OS setting in CSS.</li>
<li><strong>Weblog:</strong> published from Markdown as static HTML.</li>
- <li><strong>Notes:</strong> authored in Obsidian, synced across my devices with Syncthing, published as static pages.</li>
- <li><strong>Build:</strong> Weft recursively renders Markdown and Go templates. AI may assist with coding and batch refactoring, but not with published post prose.</li>
- <li><strong>Hosting:</strong> static files. Nothing to run, nothing to patch.</li>
+ <li><strong>Notes:</strong> authored in Obsidian and neovim, synced across my devices with Syncthing, published <a href="{{rel .OutputPath "/notes/"}}">here</a> as static pages.</li>
+ <li><strong>Build:</strong> Weft recursively renders Markdown and Go templates. AI may assist with coding and batch refactoring, but never with any published post content.</li>
+ <li><strong>Hosting:</strong> static files self-hosted on a VPS.</li>
<li><strong>Licence:</strong> content is <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless a page says otherwise. Take it, remix it, just credit me.</li>
</ul>
</div>