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
@@ -0,0 +1,18 @@
_model: entry
---
title: Boring Deployments Are a Feature
---
date: 2026-08-10
---
kicker: Article
---
summary: Why a small, transparent deployment chain is often the most resilient one.
---
body:
A static site does not need a sprawling production stack. A canonical Git
repository, an isolated build tool, immutable release directories, an atomic
symlink, and nginx are enough to make deployment understandable and reliable.
The important property is not novelty. It is that a failed build cannot replace
the working site.
+8
View File
@@ -0,0 +1,8 @@
_model: section
---
title: Articles
---
eyebrow: Field Notes
---
summary: Longer-form technical notes, decisions, and lessons worth keeping.