Jekyll installation

Requirements

Before you start make sure your system has the following:

  • Ruby version 2.2.5 or above, including all development header( ruby installation can be checked by running ruby -v)
  • RubyGems(which you can check by running gem -v)
  • GCC and Make(in case your system doesn’t have them installed, which you can check by running gcc -v, g++ -v and make -v in your system’s command line interface)
Click to read more ...