Files

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
publishing
git

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:

  1. synchronize this repository;
  2. read its Labyricorn configuration;
  3. discover its Markdown documents;
  4. render the configured website;
  5. publish the result locally;
  6. report what actually happened.

Additional publishing targets can be added after that workflow is dependable.