Jekyll with Crystal

No runtime plugins (at least not written in Crystal). So you can’t just download a binary and stick your own extensions to it. But it’s not really difficult to compile a Jekyll-like application with custom plugin code and use this custom built program to generate a static site. This would still provide a huge performance benefit because changing a plugin is typically much less common than changing the content or design. It requires a Crystal tool chain though. But Jekyll requires Ruby as well, so :man_shrugging: