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/
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/
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.