Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddcamp/heroku-buildpack-middleman-contentful
The simplest, cleanest middleman-contentful buildpack for Heroku out there.
https://github.com/oddcamp/heroku-buildpack-middleman-contentful
Last synced: about 2 months ago
JSON representation
The simplest, cleanest middleman-contentful buildpack for Heroku out there.
- Host: GitHub
- URL: https://github.com/oddcamp/heroku-buildpack-middleman-contentful
- Owner: oddcamp
- License: mit
- Created: 2015-04-24T15:40:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T15:48:36.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T07:42:10.043Z (almost 2 years ago)
- Language: Shell
- Size: 113 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Middleman Build Pack
Originally forked from [heroku-buildpack-prismic](https://github.com/hashicorp/heroku-buildpack-middleman) this is a build pack for [Middleman](http://middlemanapp.com) and [middleman-prismic](https://github.com/kollegorna/middleman-prismic) that will
create your static site and fetch your content from Prismic.It is cleaner than most Middleman build packs out there because it
takes advantage of the [heroku-buildpack-multi](https://github.com/ddollar/heroku-buildpack-multi)
buildpack to separate out the Ruby and Middleman specific components.## Usage
This build pack is meant to be used with the
[heroku-buildpack-multi](https://github.com/ddollar/heroku-buildpack-multi)
buildpack. Setup generally goes like this with an existing Heroku app:```
$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
...
$ cat .buildpacks
https://github.com/heroku/heroku-buildpack-ruby.git
https://github.com/hashicorp/heroku-buildpack-middleman.git
```Then just push!