contentful-metalsmith icon indicating copy to clipboard operation
contentful-metalsmith copied to clipboard

A plugin for Metalsmith that pulls content from the Contentful API

Results 14 contentful-metalsmith issues
Sort by recently updated
recently updated
newest added
trafficstars

Contentful has a new (currently in Beta) data type called "Rich Text" which allows the embedding of other contentful content (for instance, I could have a page with 5 other...

Contentful has made it possible to add environments to your space. With this addition, contentful-metalsmith can make use of this.

enhancement

I've been using the same configuration for a couple of sites over the past year or two and i've never had this happen before. Consider this header: --- title: title...

Add support for Template Inheritance for Handlebars ...with Handlebars Layouts, [https://www.npmjs.com/package/handlebars-layouts](https://www.npmjs.com/package/handlebars-layouts) OR ...with Wax-on, [https://github.com/keithws/wax-on](https://github.com/keithws/wax-on)

I have a contentful entry with multiple locales and am trying to get all data both en and ex. When defining them in the src folder, i am able to...

Hey guys, I'm having a difficult time retrieving the entries I need to retrieve. I have a contentful entry called aboutPage that contains two fields titled ourLeadership and ourStaff. Each...

#36 With this PR, users can now add `entry_key` and `entry_extension` to their global settings and transform entries from Contentful into files within Metalsmith. The files are created from the...

Hi Team, first of all amazing plugin. As we get more and more dependent on this plugin one area that has been a bit frustrating is the time it takes...

enhancement
help wanted

I updated my content type to be 'blogPost' and am now getting split errors when I run 'npm start' in terminal. You can see the latest version here: https://github.com/lassiter/portfolio-wip/tree/metalsmith-rework and...

Is it possible to list two or more content types on one page? Lets say I have `events` and `news` content types and I want both of them listed on...