Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions - Jekyll version collision #9

Open
Cinntax opened this issue Jul 23, 2018 · 1 comment
Open

Instructions - Jekyll version collision #9

Cinntax opened this issue Jul 23, 2018 · 1 comment

Comments

@Cinntax
Copy link

Cinntax commented Jul 23, 2018

Ran into an issue with the instructions on the readme. I think the install guide needs to start with only installing bundler, and then move into the project directory to install jekyll. Installing jekyll globally will install the latest version, colliding with that found in the gem.lockfile.

Does that sound right? I can submit a PR for the change but want to ensure we're aligned.

@mdorn
Copy link

mdorn commented Oct 8, 2018

FWIW I also had various troubles getting this running. To isolate the environment (BTW not a Rubyist), I did the following with the checked out repo:

cd super-widget
bundle config path vendor/bundle
bundle install

Then I had to add vendor to the exclude list in _config.yml.

Then I could finally bundle exec jekyll serve

Also willing to submit a PR. Even better, though, recommend porting the whole thing to Hugo! ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants