Site Update
I finally got around to refining my website's layout. I still like the overall structure, but it was terrible on medium sized viewports.
I put too many styles in the root layout, and I needed to pull that out into a separate component that could be configured differently depending on whether there was any content in the sidebar portion. (There's a lot about how Next.js renders layouts that affected my development here.)
Anyway, I've also worked on including code snippets into my blog posts. I don't see myself writing full-fledged tutorials anytime soon, but I'd certainly like to show some code I've written and talk about it. 😊