Notepad icon indicating copy to clipboard operation
Notepad copied to clipboard

No Gemfile

Open morpheyesh opened this issue 11 years ago • 2 comments

Could you add the Gemfile? Because I clone any other jekyll theme, bundle update, it works. Please update the gemfile.

Excellent theme. Brilliant work! thanks a lot!

cant wait to use it :)

morpheyesh avatar Oct 08 '14 17:10 morpheyesh

Even I was about to tell the same. Please add a small How -to - use guidelines for beginers.

sidtechnical avatar Dec 26 '14 11:12 sidtechnical

I was perplexed by this today too. Upon some searching, I found this and went from there: https://help.github.com/articles/using-jekyll-with-pages/

So this is what my Gemfile looks like now:

source 'https://rubygems.org'
gem 'github-pages'

gem 'kramdown'

However, I ran into the trouble that I am using Bundler. If you get errors, try running Jekyll with bundle exec, like so:

$ bundle exec jekyll serve

joesepi avatar Feb 28 '15 04:02 joesepi