Replace data/issues.json with content/_index.md files per issue

Issue metadata (title, description, season, status) now lives in
content/issues/XX/_index.md. terms.html reads from those pages via
$.Site.GetPage, driven by issueIds param in hugo.toml. Removes the
JSON data file and its generation from import-posts.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 18:48:27 +02:00
parent c766bba028
commit 869e3e00d2
6 changed files with 27 additions and 77 deletions
+7
View File
@@ -0,0 +1,7 @@
---
title: "The Glasshouse"
description: "A study in transparency, condensation, and the long late light of June."
issueNumber: "№ 02"
season: "Summer MMXXVI"
status: "forthcoming"
---
+7
View File
@@ -0,0 +1,7 @@
---
title: "Atelier After Hours"
description: "The slow work of cloth and thread, photographed when the studio is half-empty."
issueNumber: "№ 03"
season: "Autumn MMXXVI"
status: "forthcoming"
---