Files
labyricorn-site/README.md
T

22 lines
412 B
Markdown

# 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.