mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 13:53:45 -04:00
Error when changing template in Gemfile #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gilsonoliveiraj on GitHub (Feb 26, 2018).
Sorry to bother.
When trying to change the theme of Jekyll site, by replacing
gem "minima", "~> 2.0"by
gem "github-pages", group: :jekyll_pluginsand running:
docker run -p 80:4000 --rm -v $(pwd):/site bretfisher/jekyll-serveI'm getting the have the following output:
I tried to run the bundle update command in the end of the container run command but it didn't work.
Any help is highly appreciated.
Regards,
Gilson
@BretFisher commented on GitHub (Feb 26, 2018):
Hey there, sounds like you need to ask that in a jekyll support site. I only changed a few things from the default docker jekyll image so I doubt it's anything to do with my repo :)
@gilsonoliveiraj commented on GitHub (Feb 28, 2018):
Hi, that's ok. Should be something with the new version of Jekyll being compatible with github pages themes.