I recently finished my static site generator that I wrote about in a previous post, and I put out the source code on GitHub! There's some code I'd like to clean up, especially in post.cc, and as of my writing, there's this randomly occuring bug where the output files contain nothing, resulting in blank html pages. If that happens, just keep rebuilding the site until it works. Aside from that, I like the tool a lot! It's so breezy! I also think this is the first time I've shared a codebase, which is a little exciting!
There are instructions for using the program on the GitHub page.
I program on a Mac, so if you run into any build errors on your system, please contact me. It should be fine though, since I'm not using any external libraries.