Jekyll template based on Airspace by ThemeFisher
First, make sure you have Ruby installed. You can confirm this by running ruby -v on the command line:
$ ruby -v
ruby [version number] (date) [your platform]If you get something like "Error, command not found" visit the link above and
install Ruby for your platform.
Next, make sure you have Bundler installed. Just like
above, run bundle -v on the command line:
$ bundle -v
bundle [version number]If you get "Error, command not found" run gem install bundler to install it
using RubyGems.
Clone the repository, and cd into it:
$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyllInstall dependencies locally:
$ bundle install --path vendor/bundleThis should install a local copy of jekyll.
Now run the server:
$ ./vendor/bundle/ruby/#{YOUR_RUBY_VERSION}/bin/jekyll server