paulca / paulca.com Public
| docs/ | ||
| src/ | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| README.md | ||
| ai.html | ||
| eleventy.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json |
paulca.com
Static personal site for paulca.com, built with Eleventy, hosted on GitHub Pages. Browser default styles only.
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).docs/— the built site, committed to git; GitHub Pages serves this directory frommain. Built locally withnpm run build— there is no build on push.
The code is hosted on amadan at 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.
src/microblog/— static archive of the Pterodon microblog that previously ran at paulca.com (captured July 2026).src/posts/— individual archived posts, kept at their original/posts/NURLs so old links still resolve.
The site is maintained by AI agents; AGENTS.md has their instructions, and /ai.html records every prompt with an energy and carbon estimate.