-
Notifications
You must be signed in to change notification settings - Fork 26k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bundle exec jekyll serve throws error for dependencies #305
Comments
All true. The |
I came across this issue today and had to manually add those gems to make it work. I suggest before you consider this issue closed, please update your instructions to make it clear that all other gems should be added in the Gemfile. It would save people a lot of time in the future. Looking forward to use this theme and great work! |
…kyll"` instead of `gem "github-pages"` - Fixes mmistakes#305
Add Lemma theme
I am attempting to run through the install steps locally (non-GH pages install). The instructions state:
However, after doing so, I do a
bundle install
followed bybundle exec jekyll serve
I get the following:I resolved all this by changing my Gemfile to the following and everything seems to work now:
The text was updated successfully, but these errors were encountered: