bunto-contentful-data-import

Bunto-Contentful-Data-Import is a Bunto extension to use the Bunto static site generator together with the API-driven Contentful CMS. It is powered by the Contentful Ruby Gem. By dlitvakb.

To install, add this to your Gemfile:

gem "bunto-contentful-data-import"

and run bundle install. To use, run Bunto with bundle exec preceding it:

$ bundle exec bunto build
$ bundle exec bunto serve

Source code