Github Pages renders blank page
问题 I just pushed a blank Jekyll site to my github pages. https://louissafety.github.io/ However, instead of rending the default jekyll page, it renders the blank page. What could be wrong. It works fine on the local machine. Github page : https://github.com/louissafety 回答1: While your site is properly setup to use jekyll , it's using ruby gems that are not available to github-pages . The only lines that you're supposed to have in your Gemfile are: source 'https://rubygems.org' gem 'github-pages'