Skip to main content
Marzipan includes a lightweight CMS for managing the content on Marzipan-hosted sites. You can build pages, publish posts, group content into collections, and manage the templates and files that power your site, all from your dashboard. To open the CMS:
  1. Log in to your Marzipan account
  2. Find the Content section in the main navigation menu
  3. Click Pages, Posts, Collections or Media to work on that part of your site

How content is structured

The CMS is built from four pieces that work together. Pages and posts hold the content. Collections organise that content into menus and listings. The Website area holds the building blocks — the templates a page is built from, and the files shared across your site.

Headless CMS API

All of your content is also available over the headless CMS API, so you can pull pages, posts and collections into other front ends:
  • /v1/cms/pages
  • /v1/cms/posts
  • /v1/cms/collections
See the API reference to get started.

In this section

Pages

Build and publish content pages

Posts

Write blog-style articles

Collections

Group content for navigation and listings

Website

Manage templates and shared files