Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我 fork jekyll 并在我的存储库中进行了一些更改。如何使用我的 jekyll 分叉版本而不是我最初创建博客时使用的主 jekyll 存储库?
我想这更像是一个一般的 github 问题,而不是特定于 jekyll 的问题。
谢谢,斯科特
首先构建修改后的 Jekyll gem:
$ gem build jekyll.gemspec
然后安装它:
$ gem install jekyll-0.10.0.gem