Posts tagged: Razor
This Website: Optimizing Resource Inclusion 02 Sep 2025
One of the perks of making your own stuff is that some days you get to make it do neat things. Yesterday was such a day. I've long been annoyed at having every page linking in every possible script (highlight.js, MathJax, etc) just in case there might be content on that page that needs it. But now that I'm in full control of the site's generator, it was easy to just fix it.
Read more...This Website: The Generator 31 Aug 2025
All of the code I'm going to discuss here is available on GitHub. Links to specific bits of code will point at what is currently the HEAD
commit - things will naturally move and change as time passes.