No commit activity in last 3 years
No release in over 3 years
Middleman extension to load content from the Headless CMS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

middleman-headless

Middleman extension to load content from the Headless Content Management System.

Example

The example middleman site in ./example shows how you can retrieve data from a headless instance.

First of all, you need to create a new space in your headless server with the slug example.

After that you need to create the following content types:

post:
  title: string
  body: document
  image: asset
  author: reference (author)

author (has no fields)

Now you need to add English as a language with the slug en.

Finally, you can create as many entries you like.