Skip to content
/ afive Public

Use afive to quickly jot things down you need to remember. When you return your text will still be there.

Notifications You must be signed in to change notification settings

jasecoop/afive

Repository files navigation

Middleman on Heroku

precompiled and served statically

Usage

$ git clone http://github.com/indirect/middleman-heroku-app.git mysite
$ cd mysite
$ heroku create --stack cedar --buildpack http://github.com/indirect/heroku-buildpack-middleman.git
$ git push heroku master

The only expectation is that middleman build will generate your site into ./build. That's where Rack::TryStatic will look.

You can customize the 404 page that's served if TryStatic can't find a file by editing source/404.html.erb.

About

Use afive to quickly jot things down you need to remember. When you return your text will still be there.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published