generated from Labyricorn/labyricorn-project-template
Labyricorn publishing content
This directory is the repository-owned source for this project's exhibition and development log on Labyricorn. The project repository remains the source of truth; the Labyricorn site imports this content as read-only.
The content uses native Lektor records:
.labyricorn/
├── AGENTS.md
├── README.md
├── project/
│ ├── AGENTS.md
│ ├── contents.lr
│ └── <optional image>
└── devlog/
├── AGENTS.md
├── contents.lr
└── <entry-slug>/
├── contents.lr
└── <optional images>
Rules:
project/contents.lruses theprojectmodel.devlog/contents.lruses thedevlogmodel.- Each entry is a directory below
devlog/containing acontents.lrrecord using thedevlog-entrymodel. - Entry directory names are stable public slugs. Do not rename a published entry without arranging a redirect on the Labyricorn site.
- Dates use
YYYY-MM-DD;source_commituses the full relevant commit ID. - Publishing attachments stay inside the record subtree that owns them.
- Do not put credentials, builds, application state, or executable code here.
Editing these records does not itself prove that the public site synchronized. Report repository publication and Labyricorn synchronization separately.