This is an experimental setup. It tries to configure 11ty in a way that it can read directly from Kirby's content folder.
In contrast to the Eleventy Kit, this would not need any form of headless approach. 11ty can just grab the same data that Kirby stores. It truly gives you the best of both systems.
Such a setup could be running on cheap shared hosting, with the single purpose to give personal access to Kirby’s panel. Then you can edit content for your 11ty site on the go and profit from Kirby’s panel features.
Content changes could then be automatically commited in your git repo and pushed to Github for example. This would then trigger a deployment of your 11ty site – through Netlify or any other similar provider.
npx @11ty/eleventy --serve
to start 11typhp -S localhost:8181 kirby/router.php
to start Kirbyhttp://localhost:8181/panel
to access your panelThis is still an experiment. It seems to be very promising but has a couple remaining things to fix.