Notepad
Notepad copied to clipboard
No Gemfile
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 :)
Even I was about to tell the same. Please add a small How -to - use guidelines for beginers.
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