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 is right! Kirby + Staticache Plugin might be everything you need and want, @SaraSoueidan ☺️

@getkirby @bastianallgeier

@matthiasott @SaraSoueidan @getkirby Still one of the best decisions we made. The entire project feels a lot more enjoyable to work with over a long time. I always hated that feeling of an invisible wall that I need to overcome when we want to change something. That feeling is totally gone.

The build step on deployment is completely optional. I don't think most personal projects need to think about it at all if you are not going too crazy with JS and CSS gimmicks.

@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.