Jekyll Operations
System requirements:
This guide will outline the installation of the above requirements on an Ubuntu 16.04 Linux operating system.
$ sudo apt-get install ruby
$ sudo apt-get install ruby-dev
$ sudo apt-get install rubygems
GCC should already be installed on the system.
$ gcc -v
Make should already be installed on the system.
$ make -v
$ PATH=$PATH:above/path/to/gems >> ~/.bash_profile
The Gem directory usually being:
/var/lib/gems/2.3.0/gems
A jekyll dependency
$ sudo gem install bundler
###Install Jekyll
$ sudo gem install jekyll
###Check if the installation was succesfull
$ jekyll --version
An optional module to generate paginated content lists.
$ sudo gem install jekyll
###Create a new Jekyll site
jekyll new sitename