Skip to content

Instantly share code, notes, and snippets.

@guinslym
Forked from mshwery/Gemfile
Created August 15, 2014 01:32
Show Gist options
  • Save guinslym/fc7714febcef4de0c4c8 to your computer and use it in GitHub Desktop.
Save guinslym/fc7714febcef4de0c4c8 to your computer and use it in GitHub Desktop.
require 'rack/jekyll'
run Rack::Jekyll.new
source :rubygems
gem 'jekyll'
gem 'rack-jekyll', :git => 'https://github.com/adaoraul/rack-jekyll'
gem 'coderay'
gem 'thin'
web: bundle exec thin start -p $PORT -e $RACK_ENV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment