Skip to content

Instantly share code, notes, and snippets.

@mshwery
Created July 7, 2013 22:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mshwery/5945291 to your computer and use it in GitHub Desktop.
Save mshwery/5945291 to your computer and use it in GitHub Desktop.
Jekyll on Heroku with Rack-Jekyll
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