August 17 2016, 00:00#

Jekyll sur Debian 8

Prérequis

apt-get install curl build-essential ruby ruby-dev rubygems-integration

nodejs

Installation de la dernière version LTS de NodeJS

curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install nodejs

Installation

Installation de Jekyll

gem install jekyll

Tags : unix linux debian jekyll nodejs ruby