About This Site
A behind-the-scenes look

Hosted on Github Pages, this site is built on Jekyll, a static site generator built in Ruby. I built the site’s theme from scratch, and the source code for it (licensed under the MIT license) can be found at my Github repo here.

For the automatically sorting “cards” seen on the front page, I use Isotope.

If you’ve viewed some of the articles or project writeups, you’ll notice that the images only load after the page has rendered. I’m using Lazysizes to lazily load the images in for faster response times.

Finally, in order to make sure all the necessary, visual-based Javascript is loaded before the page renders, I use PleaseWait to display a brief interstitial with a humorous loading message until the page is ready to display.