815 B
815 B
model, title, slug, route, date, status, summary, tags
| model | title | slug | route | date | status | summary | tags | |||
|---|---|---|---|---|---|---|---|---|---|---|
| article | Welcome to Labyricorn | welcome | /articles/welcome/ | 2026-07-23 | published | Why the first deployment is intentionally small and locally hosted. |
|
Labyricorn is a configuration-first, Git-driven site builder. Repositories provide content and configuration; the builder turns those sources into a coherent website; the generated local site is the canonical runtime copy.
This initial deployment focuses on one honest workflow:
- synchronize this repository;
- read its Labyricorn configuration;
- discover its Markdown documents;
- render the configured website;
- publish the result locally;
- report what actually happened.
Additional publishing targets can be added after that workflow is dependable.