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

jekyll-sitemap from _config.yml causing error on Jekyll Serve #34

Closed
KitN opened this issue Feb 1, 2015 · 3 comments
Closed

jekyll-sitemap from _config.yml causing error on Jekyll Serve #34

KitN opened this issue Feb 1, 2015 · 3 comments

Comments

@KitN
Copy link

KitN commented Feb 1, 2015

I forked the site and cloned it into a folder on my computer. I performed jekyll serve without making any changes and the serve ran into an error. Here is the relevant error message from jekyll doctor

Configuration file: /home/user/www/_config.yml
/home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require':
 cannot load such file -- jekyll-sitemap (LoadError)

I'm not very experienced with Ruby, so I don't know if this is my fault or if it is a real issue with the repo.

@holman
Copy link
Owner

holman commented Feb 1, 2015

Try running gem install jekyll-sitemap.

@KitN
Copy link
Author

KitN commented Feb 1, 2015

I ran gem install jekyll-sitemap and then one other gem was missing, rdiscount so I ran gem install rdiscount and the site is serving fine now. 👍

I do wonder if it would be helpful to include these in a gemfile in the main left repository for others with the same dependency problems., but I'm new to ruby (and github and jekyll and apache and just about everything else in my website aha 😕 : ) so maybe its not worth changing.

@ghost
Copy link

ghost commented Jun 16, 2017

it's perfect now. Helpful

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