Not a day goes by when I work on my website that I don't wish for a simpler setup. No SSG. No npm. No tooling. Just simple HTML with partials imports, vanilla CSS, and whatever vanilla JS is necessary for enhancements.

I just want the HTML partials imports. Why don't we have them already?!

Actually, the main reason I feel uninspired to work on it (I haven't done so since I migrated to 11ty three years ago) is *because* of the tooling I need to use.

I don't want dependencies. I don't want tools with breaking updates. I just want a simple website. 🥹

@SaraSoueidan Maybe the closest to that could be a @getkirby site. 🤔 @bastianallgeier and team built the site for Kirby itself with basically zero dependencies, for example. The only thing that happens is a little bundling with esbuild when the site gets deployed.
@matthiasott @SaraSoueidan @getkirby @bastianallgeier +1 to this. I have exactly the same mindset as the original post by @SaraSoueidan : the less dependencies, the better. I really feel Kirby is a great fit for that mindset. But for sure; html includes would open for even simpler solutions for things like straight up dev blogs.