Migration of Site to Hugo!

             

Welcome to a new rob.sh, apologies for the outage. I needed to migrate the site to something that was lower maintenance.

I’m working on migrating the old rob.sh content to this new site, but it may take a little time to do so. Please let me know if there are specific articles from the old site that you’d like me to prioritise! The site now uses hugo rather than django. This means that I can avoid running a bunch of backend infrastructure.

It also should mean that MarkDown is better supported, for example:

print("here's some python")
p = [i*2 for i in range(0,10)]

Single word MarkDown code should be supported too.