How to use forked jekyll repository
I forked jekyll and made some changes in my repository. How can I use my forked version of jekyll instead of the main jekyll repository that I used to initially create my blog?
I guess this is more of a general github question than something specific to jekyll.
开发者_如何学编程Thanks, Scott
First build your modified Jekyll gem:
$ gem build jekyll.gemspec
Then install it:
$ gem install jekyll-0.10.0.gem
精彩评论