Initial Lektor site
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user