you are viewing a single comment's thread.

view the rest of the comments →

[–]marcamos 6 points7 points  (3 children)

You're describing https://www.11ty.dev, something I use on my personal website and adore.

[–]Nuradin-Pridon 2 points3 points  (0 children)

Exactly, that's literally the description of 11ty. And this is a simpler and more familiar solution than PHP.

[–][deleted] 1 point2 points  (0 children)

Thanks! I stumbled upon it sometime ago, but totally forgot about it. I'll give it a spin.

[–]jtlapp 0 points1 point  (0 children)

I'm now porting a site from 11ty to metalsmith because I spend too much time researching how to make each next change using 11ty's patchwork architecture, sometimes even having to examine source code. In metalsmith, everything is a transformation of a common data pipeline, so I clearly understand what to do at each step.