Site is broken when viewed through github pages
When i tried to view the site, through the link http://travisneilson.github.io/DevTipsShowWebsite, the website weren't styled properly.
It looked like this:

It is a matter of links: you just need to remove the slash from the path to the main stylesheet for the homepage - for the other pages just add two dots at the root.
<link href="assets/css/main.css" rel="stylesheet"> and
<link href="../assets/css/main.css" rel="stylesheet">

It depends on Travis..
I'm going to "relativize" paths in a separate branch to pull.
How big of an issue is this? I didn't even consider this use case because, why would anyone go there?
Yeah, you're right.. I did't think about it. --It is still fun and a pleasure to try to fix bugs.
Since this website is properly going to be viewed by many of your viewers, i think it would be a good little fix, considering how little time it takes :).