Ported my C Developer site from a bunch of HTML files with Server Side Includes to my new simple static site generator (xkssg). Means I no longer need to fire up Docker + Apache to do local development, and including C code is much easier as I can use a Markdown code fence instead of having to convert things like #include <string.h> to #include <string.h>.





I want to have fun with it again, like at the beginning, while still learning along the way.