This weekend I took a look at maybe moving all this junk to Ghost. Found a tool written in Go that would do the Hugo import for me, but it didn’t check all my boxes and I ended up building my own terrible version of Hugo on top of it to get all my posts, images, and tags put where they need to go—including special handling for posts with footnotes and getting image dimensions to build the right HTML to stick in each post. And an image hash map to stop re-uploading the images during testin...