7 Jun 2026

Field Log With Structured Metadata

A post that carries richer structured front matter for future indexes.

This sample uses front matter as structured source data. The current template only displays the normal title, date, summary, tags, and regions, but future templates or generated indexes could use the nested params fields.

Notes

  • The route metadata could feed a future walking index.
  • The privacy metadata can stay close to the post that depends on it.
  • The photo ID is reusable and independent of this page bundle.
Coastal path with blue water and a bright sky beyond it.
The coast after the path opened toward the water.

Keeping this structure in Markdown means the archive remains readable even before any richer UI exists.

Markdown source

This sample uses front matter as structured source data. The current template
only displays the normal title, date, summary, tags, and regions, but future
templates or generated indexes could use the nested `params` fields.

## Notes

- The route metadata could feed a future walking index.
- The privacy metadata can stay close to the post that depends on it.
- The photo ID is reusable and independent of this page bundle.

{{< photo id="ph_01JBE91SRT9VR1X0A8T35MXH6A" >}}

Keeping this structure in Markdown means the archive remains readable even before
any richer UI exists.