This post highlights some of the aspects which I either found interesting, could be improved upon, or turned out to be a problem during development of the first version of the Blogator static site generator.
Click for more...
Blogator is a static site generator written in C++ with the least amount of dependencies possible outside of the standard template library (STL). The the project stemmed from the idea of having a blog on a static site host (Bitbucket/GitHub) that can be viewed without any degradation with scripts disabled in the browser.
Click for more...