Initial Lektor site

This commit is contained in:
Labyricorn Deployment
2026-08-11 19:46:05 -07:00
commit 04faf86f1b
21 changed files with 444 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
_model: section
---
title: Projects
---
eyebrow: Workbench
---
summary: Experiments, production systems, and useful things built in public.
@@ -0,0 +1,18 @@
_model: entry
---
title: Labyricorn Website
---
date: 2026-08-11
---
kicker: Project
---
summary: A Git-backed Lektor website built into immutable releases and served by nginx.
---
body:
This website is the first production project in the new Labyricorn publishing
system. Source lives in Git; Lektor renders static files; nginx serves only the
active release.
The deployment process validates every build before atomically switching the
public document root, keeping the previous release available for rollback.