Trying to make jekyll github page, but gemfile not exist error pops up

135 Views Asked by At

1

Like this How can I fix it?

I tried changing the baseurl to "/" on _config.yml and added Setup-ruby code to build-test file. I forked jekyll theme repo and only changed _config.yml so far.

1

There are 1 best solutions below

0
Christian On

The docs are confusing. Just add a Gemfile to the root of your project with the following content:

source "https://rubygems.org"

gem 'github-pages', group: :jekyll_plugins