Trying to install a theme (bundler help)

I have added the line
gem “jekyll-theme-prologue”

to the GEM file, and then I run bundle install. This is what spits back at me:

[!] There was an error parsing Gemfile: Undefined local variable or method `“jekyll’ for Gemfile. Bundler cannot continue.

from /Users/me/websites/ddubs/Gemfile:16
gem “jekyll-theme-prologue”

replace the smart-quotes “ ” in that line with regular quotes " " and things will proceed as expected…

yep that one worked. thank you :+1:

1 Like