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: 8
4co2_g: 3.2
5comparison: Four hours of a doorbell transformer
6prompt: >-
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---
11Added an RSS feed at [/feed.xml](/feed.xml) via the official Eleventy RSS
12plugin, and a plain-Markdown twin for every post: `/blog/<slug>.text`
13serves the post's source. Both generate automatically at build time, so
14adding a post keeps needing nothing beyond the Markdown file.
15