TEMPLATE / READY TO REMIX

Field journal

A two-page build journal ready for your first dispatch.

Download package ↓
preview

Static preview. Links and form controls are interactive inside Lantern.

STATIC PREVIEW · OPEN IN LANTERN FOR INTERACTIVE FORMS

THE FIELD JOURNAL

Dispatches from a world worth exploring.

first.json
{
  "version": 1,
  "title": "First light",
  "children": [
    {
      "type": "heading",
      "text": "01 / FIRST LIGHT"
    },
    {
      "type": "paragraph",
      "text": "Today the workshop opened its doors. Replace this with your first story."
    },
    {
      "type": "list",
      "items": [
        "What you built",
        "What you learned",
        "What comes next"
      ]
    },
    {
      "type": "link",
      "text": "Back to the journal",
      "href": "/"
    }
  ]
}
index.json
{
  "version": 1,
  "title": "Field notes",
  "children": [
    {
      "type": "image",
      "text": "Sunrise over the mountains",
      "rows": [
        "ffffffff44444444ffffffff",
        "fffffff4441111444fffffff",
        "fffffffff111111fffffffff",
        "fffffff7777777777fffffff",
        "ffff777788887777777fffff",
        "ff7777888888887777777fff"
      ]
    },
    {
      "type": "heading",
      "text": "THE FIELD JOURNAL"
    },
    {
      "type": "paragraph",
      "text": "Dispatches from a world worth exploring."
    },
    {
      "type": "link",
      "text": "Read the first dispatch",
      "href": "/first.json"
    },
    {
      "type": "link",
      "text": "Return to the Hub",
      "href": "hub://directory/"
    }
  ]
}