Flexible-Jekyll is a simple and clean theme for Jekyll
sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll jekyll-feed jekyll-gist jekyll-paginate jekyll-sass-converter jekyll-coffeescript
bundle update
jekyll build
#jekyll serve
#jekyll serve --config _config.yml,local_config.yml
Once tested and pushed. It is available at https://infotiv-research.github.io/
GNU General Public License v3.0