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
+21
View File
@@ -0,0 +1,21 @@
# Labyricorn
Source for the Labyricorn static website, built with Lektor.
## Local development
Install Lektor in an isolated environment, then run:
```bash
lektor server
```
For a production-style build:
```bash
lektor build --output-path build
```
Generated output is intentionally not committed. Production deployment builds
an immutable release and atomically updates the nginx document-root symlink.