paulca / paulca.com Public

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

Plain git — no account needed to clone.

1# paulca.com
2
3Static personal site for [paulca.com](https://paulca.com), built with [Eleventy](https://www.11ty.dev/), hosted on GitHub Pages. Browser default styles only.
4
5- `src/` — the source: blog posts in Markdown (`src/blog/`), the two HTML templates, the FAQ entries (`src/faq/`, one Markdown file per question), and the prompt & carbon ledger entries (`src/ledger/`, one Markdown file each).
6- `docs/` — the built site, committed to git; GitHub Pages serves this directory from `main`. Built locally with `npm run build` — there is no build on push.
7
8The code is hosted on amadan at [amadan.net/paulca/paulca.com](https://amadan.net/paulca/paulca.com) (`origin`). A GitHub mirror is kept as the `github` remote solely because GitHub Pages serves the live site from it; every push goes to both.
9
10- `src/microblog/` — static archive of the Pterodon microblog that previously ran at paulca.com (captured July 2026).
11- `src/posts/` — individual archived posts, kept at their original `/posts/N` URLs so old links still resolve.
12
13The site is maintained by AI agents; `AGENTS.md` has their instructions, and [/ai.html](https://paulca.com/ai.html) records every prompt with an energy and carbon estimate.
14