Created
July 7, 2013 22:57
-
-
Save mshwery/5945291 to your computer and use it in GitHub Desktop.
Jekyll on Heroku with Rack-Jekyll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rack/jekyll' | |
run Rack::Jekyll.new |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source :rubygems | |
gem 'jekyll' | |
gem 'rack-jekyll', :git => 'https://github.com/adaoraul/rack-jekyll' | |
gem 'coderay' | |
gem 'thin' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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