Hi
Im trying to use this extension to push from Contentful but im using the option
individual_entry_files: true
which generates different yaml files per entry.
The github doc for the extension states the following:
# Jekyll-Contentful-Data-Import
[![Build Status](https://travis-ci.org/contentful/jekyll-contentful-data-import.svg?branch=master)](https://travis-ci.org/contentful/jekyll-contentful-data-import)
[Contentful](https://www.contentful.com) provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.
Jekyll-Contentful-Data-Import is a [Jekyll](http://jekyllrb.com/) extension to use the Jekyll static site generator together with [Contentful](https://www.contentful.com). It is powered by the [Contentful Ruby Gem](https://github.com/contentful/contentful.rb).
Experience the power of Jekyll while staying sane as a developer by letting end-users edit content in a web-based interface.
## Installation
Create a Gemfile in your Jekyll project and add the following:
```ruby
source 'https://rubygems.org'
group :jekyll_plugins do
gem "jekyll-contentful-data-import"
end
This file has been truncated. show original
But i can make it loop through all the entries?
Does anyone used this before? Any examples out there?