DEV Community

Cover image for Headless ExpressionEngine: Using Bones to Create a Static Site
ExpressionEngine for ExpressionEngine

Posted on • Originally published at u.expressionengine.com on

Headless ExpressionEngine: Using Bones to Create a Static Site

ExpressionEngine is so powerful under the hood when it comes to managing content. In this example, we’ll use Bones to use the data from our EE site to build out a static site, using a static site generator called Jigsaw. We’ll explore a bit of API safety, as well as managing data coming from EE.

If you haven’t, watch the first part of our series on Bones here: Using ExpressionEngine To Power Your JavaScript Frontend Using Bones

YouTube:

Bones is a super simple way to utilize ExpressionEngine as a headless content management system for use in javascript frontends, static site builders, and more!

Bones Hello World: https://github.com/dougblackjr/bones-hello-world

--

Originally published by Doug Black at u.expressionengine.com

Top comments (0)