Running a combined Jekyll/PHP site on XAMPP

1 · Christian Specht · Oct. 4, 2017, 6:14 p.m.
Why this combination? Some would say that using it together with a server-side language defeats the purpose of a static site generator, but in my opinion it makes sense in certain cases. I think my case is one of those where it does make sense: Recently, I built Sindorf trödelt, a website for an annual garage sale in my home town, and I went with a combined Jekyll/PHP approach. Jekyll for the static part because I have a lot of experience with it, and PHP for the dynamic part because I’m already...