Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 784 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 784 Bytes

Kirby/JSON Sanity Content Migration (Sample)

Sample setup for migrating content from Kirby (or JSON) to Sanity.

Use Case

In our example we wanted to migrate a simple portfolio site from Kirby to Sanity. The website listed projects with a title, text and image gallery (including image captions).

Example Kirby Website

You can find the basic setup as an example here in this repo.

Example Sanity Setup

We‘re also providing a matching schema setup for Sanity.

The Migration Script

You can find the migration script here for Sanity.

Explanation

Visit our blog for the whole walkthrough.