Prismic Middleman is a Middleman extension to use the Middleman static site generator together with the API-driven Prismic.io CMS
Add this line to your application's Gemfile:
gem 'prismic_middleman'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install prismic_middleman
TODO: Write usage instructions here
- Fork it ( https://github.com/starrynightstudios/prismic_middleman/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request