| 1 | --- |
| 2 | model: Claude Fable 5 |
| 3 | wh: 8 |
| 4 | co2_g: 3.2 |
| 5 | comparison: Four hours of a doorbell transformer |
| 6 | prompt: >- |
| 7 | “Can I get: an automatically generated RSS feed by Eleventy? A `.text` |
| 8 | version that just shows the post in plain markdown e.g. |
| 9 | https://paulca.com/blog/ai-as-augmentation.text” |
| 10 | --- |
| 11 | Added an RSS feed at [/feed.xml](/feed.xml) via the official Eleventy RSS |
| 12 | plugin, and a plain-Markdown twin for every post: `/blog/<slug>.text` |
| 13 | serves the post's source. Both generate automatically at build time, so |
| 14 | adding a post keeps needing nothing beyond the Markdown file. |
| 15 | |