Some downtime at work meant I got to write a blog post. What did I write about? Blogs, of course! Specifically how I built the AWH blog with Umbraco: https://moscardino.net/2023/08/building-a-blog-with-umbraco/

#Blogs #AWH #Umbraco #dotnet

Building a Blog with Umbraco

This post was originally written for the AWH Blog. You can read the original post there. Umbraco is an incredible open-source CMS. It’s powerful, flexible, and what we use to power the AWH website.

moscardino.net

Posting this to my own site was an adventure.

#Hexo uses highlight.js when building and I couldn't figure out how to register a new language (#Razor CSHTML) so I completely disabled Hexo's highlighting and just use Prism client-side.

I don't love loading up a script/stylesheet just for that, but I do content detection and only load it on post pages that need it.