Initial Lektor site
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
_model: section
|
||||
---
|
||||
title: Articles
|
||||
---
|
||||
eyebrow: Field Notes
|
||||
---
|
||||
summary: Longer-form technical notes, decisions, and lessons worth keeping.
|
||||
|
||||
Reference in New Issue
Block a user