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 --- projects/index.html.tmpl | 49 ------------------------------------------------ projects/index.md | 25 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 49 deletions(-) delete mode 100644 projects/index.html.tmpl create mode 100644 projects/index.md (limited to 'projects') diff --git a/projects/index.html.tmpl b/projects/index.html.tmpl deleted file mode 100644 index 4e5fa47..0000000 --- a/projects/index.html.tmpl +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -Projects — tjp.lol - - - - -
- -{{template "header" .}} -
-
-

Things I've built. Some I even maintain!

-

Spread across a messy history of code forges.

-
- -
-

current

- -

pantograph

-
    -
  • pantograph - a minimal AI TUI agent in zig with extensions in lua (project page)
  • -
  • libpantograph - the zig agent SDK behind pantograph, with several other language bindings
  • -
  • panto-agent - collection of baseline extensions bringing pantograph up to snuff as a coding agent
  • -
- -

this site

-
    -
  • weft - a small static site generator
  • -
  • tjp.lol - repo tracking the markdown and other sources; builds with weft
  • -
- -

small web protocols

-
    -
  • sliderule - Go tools for building for small web protocols
  • -
  • show-your-work - git repo browser built on sliderule
  • -
  • sr-71 - fast, high flying server for small web protocols
  • -
-
- -
-

archived

-
-
- -{{template "footer" .}} diff --git a/projects/index.md b/projects/index.md new file mode 100644 index 0000000..f0b5b52 --- /dev/null +++ b/projects/index.md @@ -0,0 +1,25 @@ +--- +title: Projects +--- + +Things I've built. Some I even maintain! + +Spread across a messy history of code forges. + +## current + +### pantograph +- [`pantograph`](https://code.tjp.lol/pantograph.git) a minimal AI TUI agent in zig with extensions in lua ([project page](/pantograph/)) +- [`libpantograph`](https://code.tjp.lol/libpantograph.git) the zig agent SDK behind pantograph, with several other language bindings +- [`panto-agent`](https://code.tjp.lol/panto-agent.git) collections of baseline extensions bringing pantograph up to snuff as a coding agent + +### tjp.lol +- [`weft`](https://code.tjp.lol/weft.git) a small static site generator +- [`tjp.lol`](https://code.tjp.lol/tjp_lol.git) repo tracking the markdown and template sources for this site; builds with weft + +### small web protocols +- [`sliderule`](https://code.tjp.lol/sliderule.git) Go tools for building with small web protocols (gemini, gopher, spartan, finger, etc) +- [`show-your-work`](https://code.tjp.lol/syw.git) git repo browser for small web protocols, built on sliderule +- [`sr-71`](https://code.tjp.lol/sr-71.git) fast, high flying server for small web protocols + +## archived -- cgit v1.3