I ended the night looking at the finished Ghost version of my site theme. Still a lot more to do with redirects, feeds, and the stats page, but I think I’m decided now. I cobbled together a Go tool to compare sitemaps for the redirects bit. The stats page is going to be rough I think; it’s looking like the only way to get the info I need is via the Content API and I don’t want to hammer the endpoint with dozens of fetch calls on page load. Might end up writing another Go tool to periodi...