1.4 KiB
1.4 KiB
Labyricorn publishing content
This directory is the source of Thinkloom's project exhibition and development log on Labyricorn. The application repository remains the source of truth for this content; the Labyricorn site imports it as read-only content.
The content uses native Lektor records:
.labyricorn/
├── project/
│ ├── contents.lr
│ └── icon.png
└── devlog/
├── contents.lr
└── <entry-slug>/
└── contents.lr
Rules:
project/contents.lruses theprojectmodel.devlog/contents.lruses thedevlogmodel.- Each published 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_commitis the full commit ID most directly associated with the entry. The site uses it to create a repository link.- Images and other publishing attachments must stay inside
.labyricorn/. - Do not put credentials, generated builds, application state, or executable code in this directory.
The Labyricorn synchronization job reads content from an exact repository commit. Editing these records does not itself deploy the site; scheduled synchronization is the publication fallback.