Rethinking how @silex generates a @11ty website
Today, a user designs a page with data from a CMS → publish ⇒ page1.11tydata.js + page1.liquid (one data file + one template per page)
Problem: Eleventy can’t detect CMS changes → no `eleventy --serve` nor incremental build
It also feels off, not JAMstacky right?


