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.
jekyll をフォークし、リポジトリにいくつかの変更を加えました。最初にブログを作成するために使用したメインの jekyll リポジトリの代わりに、分岐したバージョンの jekyll を使用するにはどうすればよいですか?
これは、jekyllに固有のものというよりも、一般的なgithubの質問だと思います。
ありがとう、スコット
まず、変更したJekyllgemをビルドします。
$ gem build jekyll.gemspec
次に、それをインストールします。
$ gem install jekyll-0.10.0.gem