thoward / travelling-jekyll

Jekyll, packaged with Traveling Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travelling-jekyll

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.

How to Use

  1. 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
  2. Extract the tarball:

    Example: Extracting the OSX version

    $ tar zxvf jekyll-3.2.0-osx.tgz
  3. 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 like jekyll-3.2.0-{platform} should be replaced with the appropriate platform; linux-x86 or linux-x86_64

About

Jekyll, packaged with Traveling Ruby

License:MIT License


Languages

Language:Ruby 95.6%Language:C 3.5%Language:JavaScript 0.3%Language:HTML 0.3%Language:CSS 0.3%Language:Shell 0.0%Language:C++ 0.0%