diff options
| author | t <t@tjp.lol> | 2026-07-11 14:06:25 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 19:59:46 -0600 |
| commit | 6636567f9c4395e830f280e1cd0008a726c04286 (patch) | |
| tree | b844e1201de82f54f6b19065bae8e4b783f37642 /projects/index.html.tmpl | |
| parent | 48352c770a932bd628cc5eb22ea3b899b041c485 (diff) | |
Refresh site structure and copy
Simplify navigation and section copy, update feed presentation, and remove
the obsolete plain-HTML note.
Diffstat (limited to 'projects/index.html.tmpl')
| -rw-r--r-- | projects/index.html.tmpl | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/projects/index.html.tmpl b/projects/index.html.tmpl index a99a10b..a6708c2 100644 --- a/projects/index.html.tmpl +++ b/projects/index.html.tmpl @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Projects — tjp.lol</title> -<meta name="description" content="Things tjp has built."> +<meta name="description" content="Projects I've built."> <link rel="stylesheet" href="../style.css"> </head> <body> @@ -13,15 +13,36 @@ {{template "header" .}} <main> <section class="intro"> - <p>Small things I've built and still maintain. Most live on <a href="https://github.com/teepark">GitHub</a>.</p> + <p>Things I've built. Some I even maintain!</p> + <p>Spread across a messy history of code forges.</p> </section> <section> - <h2 class="sec">maintained</h2> + <h2 class="sec">current</h2> + + <h3 class="sec">pantograph</h3> + <ul> + <li><a href="https://code.tjp.lol/pantograph.git"><span class="k">pantograph</span></a> - a minimal AI TUI agent in zig with extensions in lua (<a href="/pantograph">project page</a>)</li> + <li><a href="https://code.tjp.lol/libpantograph.git"><span class="k">libpantograph</span></a> - the zig agent SDK behind pantograph, with several other language bindings</li> + <li><a href="https://code.tjp.lol/panto-agent.git"><span class="k">panto-agent</span></a> - collection of baseline extensions bringing pantograph up to snuff as a coding agent</li> + </ul> + + <h3 class="sec">this site</h3> + <ul> + <li><a href="https://code.tjp.lol/weft.git"><span class="k">weft</span></a> - a small static site generator</li> + <li><a href="https://code.tjp.lol/tjp_lol.git"><span class="k">tjp.lol</span></a> - repo tracking the markdown and other sources; builds with weft</li> + </ul> + + <h3 class="sec">small web protocols</h3> + <ul> + <li><a href="https://code.tjp.lol/sliderule.git"><span class="k">sliderule</span></a> - Go tools for building for small web protocols</li> + <li><a href="https://code.tjp.lol/syw.git"><span class="k">show-your-work</span></a> - git repo browser built on sliderule</li> + <li><a href="https://code.tjp.lol/sr-71.git"><span class="k">sr-71</span></a> - fast, high flying server for small web protocols</li> + </ul> </section> <section> - <h2 class="sec">archived / for fun</h2> + <h2 class="sec">archived</h2> </section> </main> |
