I'm trying to set up a jekyll project using the jekyll-bootstrap gem, and I have Jekyll 3.2 installed. When I go to the http port it's serving on, I just get a blank page instead of the usual Jekyll index page. Has anyone had this issue? My directory looks like this:
EDIT: It turns out it was actually serving the default.html file in "layouts". But WHY??