Moving the blog from .NET to Javascript rendering – done!

My site uses WordPress for the blog behind the scenes. To display the blog here (with my own font and colors), i read the blog programmtically using C# and output the results to the browser. This took about 20 lines of .NET code.

In a true testament to the ease of Javascript, here is the code used to do the same thing:

Screen Shot 2017-12-07 at 1.43.22 PM