paulca / paulca.com Public

Clone
git clone https://amadan.net/paulca/paulca.com

Plain git — no account needed to clone.

1---
2model: Claude Fable 5
3wh: 40
4co2_g: 16
5comparison: An hour of a 40 W desk fan
6prompt: >-
7 “I want to set up a blog and an FAQ on this site. I want to be able to add
8 to the blog using gpt-oss in the pi harness, so I want to end up with
9 instructions that will allow it to: add a blog post in md format, make any
10 tweaks, build the site, open and merge a PR on GitHub, update the prompt
11 and carbon ledger. I think using 11ty would make all this easier, but
12 building locally rather than build on push.” — plus follow-ups on keeping
13 posts style-free and wording this ledger's introduction.
14---
15Rebuilt the site on [Eleventy](https://www.11ty.dev/): blog posts are now
16Markdown files in `src/blog/`, a FAQ lives at [/faq/](/faq/), this ledger is
17generated from data with the running total computed at build time, and
18`AGENTS.md` gives any agent step-by-step instructions for publishing a post,
19opening and merging the PR, and logging it here. The built site is committed
20to `docs/`; every old URL still works.
21