Jekyll, packaged with Traveling Ruby.
This project contains standalone executables for Jekyll 3.2.0, running on a bundled version of Ruby 2.1.5 provided by the Traveling Ruby project. Platforms supported are OSX and Linux x86/x86_64.
Download the release tarball that is correct for your platform:
Example: Downloading the OSX version
$ wget https://github.com/thoward/travelling-jekyll/releases/download/1.0/jekyll-3.2.0-osx.tgz
Extract the tarball:
Example: Extracting the OSX version
$ tar zxvf jekyll-3.2.0-osx.tgz
Run the standalone jekyll
app:
Example: Running the OSX version
$ jekyll-3.2.0-osx.tgz/jekyll --version
jekyll 3.2.0
NOTE: The above examples use the OSX version. For Linux versions everything is the same, but
{platform}
in all strings likejekyll-3.2.0-{platform}
should be replaced with the appropriate platform;linux-x86
orlinux-x86_64