Once I have cloned the theme I run "bundle install". It seems to be working successfully, I get this in the end:
Bundle complete! 3 Gemfile dependencies, 56 gems now installed.
Use bundle show [gemname] to see where a bundled gem is installed.
Then I run "jekyll serve", I get the below error:
Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-07-28-welcome-to-jekyll.markdown/#excerpt':
Missing dependency: kramdown
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
Missing dependency: kramdown
I install the gem using :
sudo gem install kramdown
it install successfully. However, "jekyll serve" still fails.
Following stack overflow suggestion (http://stackoverflow.com/questions/28574314/missing-gem-dependencies) to add gem 'kramdown' in Gemfile and then running bundle install did not help too..
I know kramdown is installed, I am not sure how to move ahead, any help would be great.
Thanks
Once I have cloned the theme I run "bundle install". It seems to be working successfully, I get this in the end:
Bundle complete! 3 Gemfile dependencies, 56 gems now installed.
Use
bundle show [gemname]to see where a bundled gem is installed.Then I run "jekyll serve", I get the below error:
Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-07-28-welcome-to-jekyll.markdown/#excerpt':
Missing dependency: kramdown
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
Missing dependency: kramdown
I install the gem using :
sudo gem install kramdown
it install successfully. However, "jekyll serve" still fails.
Following stack overflow suggestion (http://stackoverflow.com/questions/28574314/missing-gem-dependencies) to add gem 'kramdown' in Gemfile and then running bundle install did not help too..
I know kramdown is installed, I am not sure how to move ahead, any help would be great.
Thanks