hmfaysal / Notepad

Notepad is a Jekyll theme which is very simple, clean and beautiful
http://hmfaysal.github.io/Notepad/
263 stars 310 forks source link

No Gemfile #5

Open morpheyesh opened 9 years ago

morpheyesh commented 9 years ago

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 :)

sidtechnical commented 9 years ago

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

joesepi commented 9 years ago

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