Debugging your blog

Ever wanted to debug your blog like you do your code? Well, now you can! Ok, so I've been tinkering with the blog generation a lot. Metalsmith seems useful, but I've had to research things several times. I didn't quite have the definition data structure right a few times and it was challenging to figure out why. Metalsmith-debug-ui became pretty useful at tracking things down. But I did have to dig into several plugins and run my blog through a debugger! Thankfully node and visual studio code work pretty well for that.