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を実行できますか、それともgithubページで動作する必要がありますか?
Jekyllは、任意のサーバーでホストできる静的htmlファイルを生成するだけです。通常、Jekyllをローカルにインストールしてから、サイトファイルをサーバーにアップロードします。
RubyGemとしてパッケージ化されています。RubyGems経由でインストールします。
$ gem install jekyll
プログラムを介して実行できますjekyll。
jekyll
簡単な答え:はい。